/home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/Compressed/libc-client11.zip
PK�"[t�n�i�i*share/doc/alt-php-libc-client11/imaprc.txtnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

		       .imaprc secrets revealed!
		      Mark Crispin, June 17, 2002

The following information describes the format of the /etc/c-client.cf
and ~/.imaprc file.  The Columbia MM ~/.mminit file is also read by
c-client; however, the only command that ~/.mminit has in common is
set keywords.

**********************************************************************
*		     DANGER!  BEWARE!  TAKE CARE!		     *
**********************************************************************
*								     *
*  These files, and this documentation, are for internal UW usage    *
* only.  This capability is for UW experimental tinkering, and most  *
* emphatically *not* for sorcerer's apprentices at other sites who   *
* feel that if a config file capability exists, they must write a    *
* config file whether or not there is any need for one.		     *
*								     *
*  This information is subject to change without notice.  Commands   *
* may be added, removed, or altered.  The behavior of comamnds may   *
* change.  Do not use any of this information without consulting me  *
* first.  c-client's defaults have been carefully chosen to be right *
* for general-purpose and most special-purpose configurations.  If   *
* you tinker with these defaults, all hell may break loose.	     *
*								     *
*  This is not an idle threat.  There have been several instances of *
* people who ignored these warnings and have gotten burned.	     *
*								     *
*  Don't even trust this file to work.  Many of the things which can *
* be changed by this file can also be changed by the application,    *
* and it is totally unpredictable which will take precedence.  It    *
* all depends upon how the application is coded.  Not only that, you *
* may cause the application to crash.                                *
*								     *
*  In other words, keep your cotton-pickin' hands off my defaults.   *
* If it crashes and erases your mail, I don't want to hear about it. *
* Consider 'em ``mandatory defaults''.  Got a nice ring, eh?  :-) If *
* you must tinker with defaults, play with the .pinerc and pine.conf *
* files in Pine.  It's got options galore, all supported for you to  *
* have fun.  They're also documented; so well documented, it takes   *
* two strong men to carry around all the documentation.	 ;-) ;-)     *
*								     *
*  Joking aside, you really shouldn't be fooling around with this    *
* capability.  It's dangerous, and you can shoot yourself in the     *
* foot easily.  If you need custom changes, you are better off with  *
* local source code modifications.  Seriously.			     *
*								     *
*  One last warning: don't believe anything that you read in this    *
* document.  Every effort has been made to ensure that this document *
* is incomplete and inaccurate, and I take no responsibility for any *
* glimmers of correct information that may, by some fluke, be here.  *
*								     *
**********************************************************************

The files are read in order: /etc/c-client.cf, ~/.mminit, ~/.imaprc,
and an entry in a later file overrides the setting of an earlier file
except as noted below.  This ordering and overriding behavior may
change without notice.

Almost all of these facilities can also be set via the mail_parameters()
call in the program.  Whether the file overrides mail_parameters(), or
mail_parameters() overrides the file, is indeterminate.  It will vary
from program to program, and it may be one way in one version and the
other way in the next version.  It's completely unpredictable, and so
anything you do with these files has to be in complete knowledge of what
the version of each program you're running is going to do.  This is
because the files do something for testing, but the real capability for
configurability is put in the program instead.  Are you getting the
feeling that you shouldn't be messing with these files yet?

The very first line of the file MUST start with the exact string "I
accept the risk".  This ensures that you have checked the file for
correctness against this version of the IMAP toolkit.  This enable
string may change without notice in future versions, and the new
string may or may not be accurately described in an updated version of
this file.  So any time you install software that uses the IMAP
toolkit, you need to check the new version against these files (if you
have insisted upon creating them in spite of all warnings).  If two
pieces of software use different versions of the IMAP toolkit with
incompatible requirements, one of them won't work.  Re-read the
warning above about why you should not use these files.

Subsequent lines are read from the file one at a time.  Case does not
matter.  Unrecognized commands are ignored.

1) set new-folder-format
   sets what format new mailboxes are created in.  This also controls
   default delivery via tmail and dmail.

   a) set new-folder-format same-as-inbox
      Folder is created using the same mailbox format as INBOX.  If
      INBOX is empty, it defaults to system standard.

   b) set new-folder-format system-standard
      This is the default.  Folder is created using the wired-in system
      standard format, which on most UNIX systems is ordinary UNIX
      /bin/mail format.  On SCO systems, this is MMDF.

   c) set new-folder-format <driver name>
      Folder is created using the given driver name, e.g. mbx, unix,
      mmdf, etc.

   There is no protection against setting this to a silly value (e.g.
   news, nntp, dummy) and doing so is a great way to screw things up.
   Setting this to mh does not do what you think it does.  Setting this
   to tenex or mtx isn't particularly useful.

2) set empty-folder-format
   sets what format data is written into an empty mailbox file using
   mail_copy() or mail_append().  This also controls default delivery
   via tmail.

   a) set empty-folder-format same-as-inbox
      Data is written using the same mailbox format as INBOX.  If
      INBOX is empty, it defaults to system standard.

   b) set empty-folder-format system-standard
      This is the default.  Data is written using the wired-in system
      standard format, which on most UNIX systems is ordinary UNIX
      /bin/mail format.  On SCO systems, this is MMDF.

   c) set-empty-folder-format <driver name>
      Data is written using the given driver name, e.g. tenex, unix,
      mmdf, etc.

   There is no protection against setting this to a silly value (e.g.
   news, nntp, dummy) and doing so is a great way to screw things up.
   Setting this to mh, mbx, or mx does not work.

3) set keywords <word1>, <word2>, ... <wordn>
   Sets the list of keyword flags (supported by tenex and mtx) to the
   given list.  Up to 30 flags may be given.  Since these names
   correspond to numeric bits, the order of the keywords can not be
   changed, nor can keywords be removed or inserted (you can append
   new keywords, up to the limit of 30).

   Set keywords is a deprecated command.  It may not appear in
   future versions, or it may appear in a changed form.  It exists
   only for compatibility with MM, and should only appear in ~/.mminit
   and not in the other files.  It is likely to disappear entirely in
   IMAP4.

   There is no protection against setting these to silly values, and
   doing so is a great way to cause a crash.

4) set from-widget header-only
   Sets smart insertion of the > character in front of lines that
   begin with ``From ''.  Only such lines that are also in UNIX mbox
   header file format will have a > character inserted.  The default
   is to insert the > character in front of all lines which begin with
   ``From '', for the benefit of legacy tools that get confused
   otherwise.

5) set black-box-directory <directory name>
   Sets the directory in which the user's data can be found.  A user's
   folders can be found in a subdirectory of the black box directory
   named with the user's username.  For example, if the blackbox
   directory is /usr/spool/folders/, user jones' data can be found
   in /usr/spool/folders/jones/.  The user's black-box directory is
   the location of folders, .mminit, .imaprc, .newsrc, and all other
   files used by c-client; internally, it sets c-client's idea of the
   user's ``home directory'', overriding /etc/passwd.

   This command may not appear in ~/.mminit or ~/.imaprc

   In black-box mode, it is not permitted to access any folders
   outside of the user's personal blackbox directory.  The breakouts
   ``/'', ``~'', and ``..'' are not permitted.

   In order to make this work without crashing, you must set another
   option which is not listed in this document.

   There is no protection against setting this to a silly value, and
   doing so is a great way to cause a crash.

6) set local-host <host name>
   Sets c-client's idea of the local host name.

   There is no protection against setting this to a silly value, and
   doing so is a great way to cause a crash.

7) set news-active-file <file name>
   Sets the location of the news active file, if it is not in the
   standard place.

   It is recommended to use a courtesy symbolic link instead.

   There is no protection against setting this to a silly value, and
   doing so is a great way to cause a crash.

8) set news-spool-directory <directory name>
   Sets the location of the news spool, if it is not in the standard
   place.

   It is recommended to use a courtesy symbolic link instead.

   There is no protection against setting this to a silly value, and
   doing so is a great way to cause a crash.

9) set news-state-file <file name>
   Sets the location of the news state file (normally $(USER)/.newsrc).

   This is not very useful in /etc/c-client.cf because it is a file name.
   Setting this in /etc/c-client.cf would set all users to the same file
   as their newsrc, which is probably not what you want.

   There is no protection against setting this to a silly value, and
   doing so is a great way to cause a crash.

10) set system-inbox <file name>
   Sets the location of the "system inbox", if it is not in the standard
   place.  This is the default location of INBOX, or the mail drop point
   from which mail is snarfed (e.g. in tenex, mtx, mbox, mh formats).

   This is not very useful in /etc/c-client.cf because it is a file name.
   Setting this in /etc/c-client.cf would set all users to the same file
   as their system inbox, which is probably not what you want.

   There is no protection against setting this to a silly value, and
   doing so is a great way to cause a crash.

11) set tcp-open-timeout <number>
    Sets the number of seconds that the TCP routines will block on opening
    a TCP connection before timing out.  If a timeout occurs, the connection
    attempt is aborted.

    The default is zero, meaning use the operating system default (75
    seconds on most UNIX systems).

    There is no protection against setting this to an excessively small
    value, such as 1, and doing so is a great way to cause users extreme
    grief.

12) set tcp-read-timeout <number>
    Sets the number of seconds that the TCP routines will block on reading
    data before calling the timeout routine.  If no timeout routine is set
    by the program, the connection will be aborted on a timeout.

    The default is zero, meaning infinite.

    There is no protection against setting this to an excessively small
    value, such as 1, and doing so is a great way to cause users extreme
    grief.

13) set tcp-write-timeout <number>
    Sets the number of seconds that the TCP routines will block on sending
    data before calling the timeout routine.  If no timeout routine is set
    by the program, the connection will be aborted on a timeout.

    The default is zero, meaning infinite.

    There is no protection against setting this to an excessively small
    value, such as 1, and doing so is a great way to cause users extreme
    grief.

14) set rsh-timeout <number>
    Sets the number of seconds that the rsh routines will block on opening
    an rimapd connection before timing out.  If a timeout occurs, the
    rsh connection attempt is aborted.  A zero timeout will disable rsh.

    The default is 15 seconds.

    There is no protection against setting this to an excessively small
    value, such as 1, and doing so is a great way to cause users extreme
    grief.

15) set maximum-login-trials <number>
    Sets the number of iterations of asking the user, via mm_login(), for
    a user name and password, before cancelling the attempt.

    The default is 3.

    There is no protection against setting this to zero, and doing so is
    a great way to cause users extreme grief.

16) set lookahead <number>
    Sets the number of envelopes that are looked ahead in IMAP, in
    mail_fetchstructure().  This is based on the guess that in such
    operations as drawing browser lines, if you get data for message n
    you are likely to want it for message n+1, n+2,... in short order.
    Lookahead preloads the c-client  cache and saves unnecessary RTTs.

    The default is 20, a good number for a browser on a 24x80 screen, and
    small enough to usually have no significant real-time difference from
    a single message fetch.

    Setting it to 0 turns off lookahead.

    There is no protection against setting this ridiculously high and
    incurring performance penalties as a result.

17) set prefetch <number>
    Sets the number of envelops which are automatically fetched for the
    messages which match in a search.  This is based on the guess that
    in a browser that is "zoomed" on the results of a search, you are
    likely to want the envelope data for each of those messages in
    short order.  Prefetching reloads the c-client cache, saves
    unnecessary RTTs, and avoids loading undesired envelopes due to
    lookahead (see above).

    The default is 20.

    Setting it to 0 turns off prefetch.

    There is no protection against setting this ridiculously high and
    incurring performance penalties as a result.

18) set close-on-error <number>
    If non-zero, IMAP connections are closed if an EXAMINE or SELECT
    command fails.  Otherwise, they are left half-open, and can be used
    again to select some other mailbox.  The mailbox name in the stream
    is set to {serverhost}<no_mailbox>

    The default is zero (do not close on error).

19) set imap-port <number>
    Set the TCP/IP contact port to use for IMAP.  This overrides the
    wired-in setting and the setting from /etc/services, and can in
    turn be overridden by an explicit user specification in the mailbox
    name, e.g. {serverhost:143}foo

    The default is zero (use setting from /etc/services or the wired-in
    setting (143).

    There is no protection against setting this to a silly value, and
    doing so is a great way to cause users extreme grief.

20) set pop3-port <number>
    Set the TCP/IP contact port to use for POP3.  This overrides the
    wired-in setting and the setting from /etc/services, and can in
    turn be overridden by an explicit user specification in the mailbox
    name, e.g. {serverhost:110/pop3}

    The default is zero (use setting from /etc/services or the wired-in
    setting (110).

    There is no protection against setting this to a silly value, and
    doing so is a great way to cause users extreme grief.

21) set uid-lookahead <number>
    Sets the number of UIDs that are looked ahead in IMAP in mail_uid().
    Lookahead preloads the c-client cache and saves unnecessary RTTs.

    The default is 1000, small enough to usually have no significant
    real-time difference from a single message UID fetch.

    Setting it to 0 turns off lookahead.

    There is no protection against setting this ridiculously high and
    incurring performance penalties as a result.

22) set mailbox-protection <number>
    Set the default protection for newly-created mailbox files.

    The default is 384.

    There is no protection against setting this to a silly value, and
    doing so is a great way to screw things up massively.

23) set directory-protection <number>
    Set the default protection for newly-created directories.

    The default is 448.

    There is no protection against setting this to a silly value, and
    doing so is a great way to screw things up massively.

24) set lock-protection <number>
    Set the default protection for lock files

    The default is 438, which is necessary if locks are to be respected
    by processes running as other UIDs.

    There is no protection against setting this to a silly value, and
    contrary to what you may think just about any value other than 438
    turns out to be a silly value.

25) set disable-fcntl-locking <number>
    This only applies to SVR4 systems.

    If non-zero, fnctl() locking is not attempted.  In the past, this
    was used to avoid locking NFS files.  If NFS is involved, the evil
    lockd/statd daemons get invoked.  These daemons supposedly work over
    NFS, but really don't.

    You probably don't really want to do this, though, because now the
    flock() emulator (which calls fcntl()) now checks to see if the file
    is accessed via NFS and no-ops the lock.  This is compatible with
    BSD.

    Disabling fcntl() locking loses a great deal of locking protection
    on local files as well as NFS files (which now never have locking
    protection).

    The default is zero (fcntl() locking is enabled).

26) set lock-EACCES-error <number>
    If non-zero, a warning message is given if an attempt to create a
    lock file fails.  Otherwise, EACCES is treated as a "silent failure",
    and it proceeds without trying to use the lock file.  This is for
    the benefit of users on systems with paranoid /usr/spool/mail
    protections which don't let users create /usr/spool/mail/$(USER).lock
    files; these unfortunate users would be harassed with a flood of
    error messages otherwise.  The problem is that on SVR4, if EACCES
    remains disabled and fcntl() locking is also disabled, then there is
    no locking at all which is doubleplus-ungood.

    If the site is paranoid on /usr/spool/mail protections AND if there
    is no fcntl() locking (SVR4) or usable flock() locking (e.g. NFS),
    then there is no way to win.  Find a different system to use.

    The default is non-zero (report EACCESS as an error).

27) set list-maximum-level <number>
    Sets the maximum depth of recursion that a * wildcard list will go
    down the directory tree.  0 means that no recursion is permitted,
    and * becomes like %.

    The default is 20.

    There is no protection against setting this to a ridiculously high
    value.  Since LIST will follow symbolic links, it can effectively
    recurse infinitely, until the name strings get large enough that
    some name limit is exceeded.

28) set anonymous-home-directory <directory name>
   Sets the location of the anonymous home directory, if it is not in
   the standard  place.

   It is recommended to use a courtesy symbolic link instead.

   There is no protection against setting this to a silly value, and
   doing so is a great way to cause a crash.

29) set chroot-server <number>
   This option is for closed server systems only.  If defined, a chroot()
   call to the user's home directory is done as part of the login
   process.  This has the effect of preventing access to any files
   outside of the user's home directory (including shared mailboxes).

   Shared mailboxes with other users can't possibly work with this
   option, because there is no way to export lock information to other
   users.

   This should be done ONLY on systems which do not permit users to
   have shell access

   This option should NEVER(!!) be set if users are allowed shell access.
   Doing so actually makes the system *less* secure, since the user could
   create an etc subdirectory which would be treated as real /etc by such
   programs as /bin/su.

   The default is zero (don't do chroot).

   This option is strongly *NOT* recommended.

30) set disable-automatic-shared-namespaces <number>
   Never look up the "ftp", "imappublic", and "imapshared" users as
   posssible home directories for the #ftp, #public, and #shared
   namespaces.  On some systems (reportedly including AIX 4.3.3)
   getpwnam() of an unknown user name is horrendously slow.

   Note that this does not remove the #ftp, #public, and #shared
   namespaces, and they can still be set up by other means.

   The default is zero (shared namespaces are automatic).

31) set advertise-the-world <number>
   Include the UNIX root as a shared namespace.  This is generally a bad
   idea, since certain IMAP clients (names withheld to protect the guilty)
   will take this as license to download the entire filesystem tree.

   The default is zero (don't advertise the world).

32) set mail-subdirectory <subdirectory name>
   Change the default connected directory from the user's home directory
   to the named subdirectory of the user's home directory.  For example,
   setting MAILSUBDIR="mail" will cause the POP2 and IMAP servers to
   connect to the user's ~/mail subdirectory.  This is equivalent to
   the env_unix.c edit described in Example 2 of the CONFIG file.

   Note that if the subdirectory does not exist, the result is undefined.
   It is probably an extremely bad idea to set this unless you can
   guarantee that the subdirectory exists for all users.  If you can not
   guarantee this, then you should leave the default as the user's home
   directory and allow them to configure a personal default in their IMAP
   client.

   The default is not to use any subdirectory.

33) set allow-user-config <number>
   Allow users to use ~/.imaprc and ~/.mminit files.

   The default is zero (don't allow user config files).

34) set allow-reverse-dns <number>
   By default, the servers (ipop[23]d and imapd) will do gethostbyaddr()
   on the local and remote sockets so that imapd can identify itself
   properly (this is important when the same CPU hosts multiple virtual
   hosts on different IP addresss) and also includes the client's name
   when it writes to the syslog.  There are also client gethostbyaddr()
   calls, used primarily by authentication mechanisms.

   Setting this option to zero disables all gethostbyaddr() calls.  The
   returned "host name" string for the socket is just the bracketed
   [12.34.56.78] form, as if the reverse DNS lookup failed.

   WARNING: Some authentication mechanisms, e.g. Kerberos V, depend upon
   the host names being right, and if you set this option, it won't work.

   You should only do this if you are encountering server performance
   problems due to a misconfigured DNS, e.g. long startup delays or
   client timeouts.

   The default is non-zero (allow reverse DNS).

35) set disable-plaintext <number>
   Disable plaintext password authentication (LOGIN command, AUTH=LOGIN,
   and AUTH=PLAIN).

   The default is zero (allow plaintext authentication).

36) set trust-dns <number>
   By default, host names are canonicalized via gethostbyname() for
    everything except for SSL certificate validation.

   This can represent a security bug due to DNS spoofing, but is more
    likely to deliver results that users expect.  It also may be necessary
    for SASL authentication to work right (e.g. generating a correct name
    for a Kerberos service principal) if the name entered by the user is a
    CNAME or not a fully-qualified domain name.

   If trust-dns is set to zero, no host name canonicalization is done.
    The user's actual entered name is used for SASL authentication and
    will appear in the mailbox name of the open stream.

   The default is non-zero (do DNS canonicalization).

37) set sasl-uses-ptr-name <number>
   By default, if trust-dns is set, the host names used in authentication
    (e.g. to generate a Kerberos service principal) are canonicalized via
    gethostbyaddr() instead of by gethostbyname().  If gethostbyaddr()
    fails the gethostbyname() canonicalization is used.

   This represents an additional security bug due to DNS spoofing, over and
    above trust-dns.  It also adds an additional DNS query to starting a
    session.

   It is necessary for sites which implement a server cluster with multiple
    A records for a cluster name (instead of a CNAME) but each cluster
    member has a unique PTR record which it expects for a Kerberos service
    principal.

   If sasl-uses-ptr-name is set to zero and trust-dns is set non-zero, the
    gethostbyname() canonicalized name is used for SASL authentication.

   The setting of sasl-uses-ptr-name is irrelevant if trust-dns is set to
    zero.

   The default is non-zero (use name from PTR record for SASL).

38) set network-filesystem-stat-bug <number>
   By default, traditional UNIX mailbox files are only closed and reopened
    at checkpoint and expunge time.  This ensures that, prior to rewriting
    the file, that any cached stat() data from a network filesystem is
    updated with current data.

   Very old versions of NFS, and reputedly also AFS, can get into a state
    in which the cached stat() data stays out-of-date, even across a
    close and reopen of the file.

   If network-filesystem-stat-bug is set non-zero, then the mailbox file
    is closed and reopened at ping time as a workaround for this bug in
    these network filesystems.  This means that in imapd, the mailbox
    file is closed and reopened for every IMAP command.  This is obviously
    something that should be avoided unless absolutely necessary.

   NFS and AFS are terrible ways to distribute mail.  You use use IMAP
    servers with a local disk instead.

   The default is zero (only close/reopen at checkpoint and expunge time).

   Setting this option is a great way to ruin your system's performance.

39) set restrict-mailbox-access <option> <option> ... <option>
   This option is for closed server systems only.  It is less extreme
   than chroot-server, and allows selective restriction of what mailbox
   named users can use.  The existing options are:
    root	access not permitted to names starting with "/"
    otherusers	access not permitted to other users' names; this should
		 normally be used in conjunction with "root", otherwise
		 another user's names can be accessed via a root name.
    all		all of the above
   Setting any combination of options also disables access to superior
   directories via "..".

   This should be done ONLY on systems which do not permit users to
   have shell access

   The default is no restrictions.
PK�"[i.���1�1'share/doc/alt-php-libc-client11/FAQ.txtnu�[���/* ========================================================================
 * Copyright 1988-2007 University of Washington
 *
 * Licensed 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
 *
 *
 * ========================================================================
 */

                    IMAP Toolkit Frequently Asked Questions

Table of Contents

     * 1. General/Software Feature Questions
          + 1.1 Can I set up a POP or IMAP server on UNIX/Linux/OSF/etc.?
          + 1.2 I am currently using qpopper as my POP3 server on UNIX.
            Do I need to replace it with ipop3d in order to run imapd?
          + 1.3 Can I set up a POP or IMAP server on Windows XP, 2000,
            NT, Me, 98, or 95?
          + 1.4 Can I set up a POP or IMAP server on Windows 3.1 or DOS?
          + 1.5 Can I set up a POP or IMAP server on Macintosh?
          + 1.6 Can I set up a POP or IMAP server on VAX/VMS?
          + 1.7 Can I set up a POP or IMAP server on TOPS-20?
          + 1.8 Are hierarchical mailboxes supported?
          + 1.9 Are "dual-use" mailboxes supported?
          + 1.10 Can I have a mailbox that has both messages and
            sub-mailboxes?
          + 1.11 What is the difference between "mailbox" and "folder"?
          + 1.12 What is the status of internationalization?
          + 1.13 Can I use SSL?
          + 1.14 Can I use TLS and the STARTTLS facility?
          + 1.15 Can I use CRAM-MD5 authentication?
          + 1.16 Can I use APOP authentication?
          + 1.17 Can I use Kerberos V5?
          + 1.18 Can I use PAM for plaintext passwords?
          + 1.19 Can I use Kerberos 5 for plaintext passwords?
          + 1.20 Can I use AFS for plaintext passwords?
          + 1.21 Can I use DCE for plaintext passwords?
          + 1.22 Can I use the CRAM-MD5 database for plaintext passwords?
          + 1.23 Can I disable plaintext passwords?
          + 1.24 Can I disable plaintext passwords on unencrypted
            sessions, but allow them on encrypted sessions?
          + 1.25 Can I use virtual hosts?
          + 1.26 Can I use RPOP authentication?
          + 1.27 Can I use Kerberos V4?
          + 1.28 Is there support for S/Key or OTP?
          + 1.29 Is there support for NTLM or SPA?
          + 1.30 Is there support for mh?
          + 1.31 Is there support for qmail and the maildir format?
          + 1.32 Is there support for the Cyrus mailbox format?
          + 1.33 Is this software Y2K compliant?
     * 2. What Do I Need to Build This Software?
          + 2.1 What do I need to build this software with SSL on UNIX?
          + 2.2 What do I need to build this software with Kerberos V on
            UNIX?
          + 2.3 What do I need to use a C++ compiler with this software
            to build my own application?
          + 2.4 What do I need to build this software on Windows?
          + 2.5 What do I need to build this software on DOS?
          + 2.6 Can't I use Borland C to build this software on the PC?
          + 2.7 What do I need to build this software on the Mac?
          + 2.8 What do I need to build this software on VMS?
          + 2.9 What do I need to build this software on TOPS-20?
          + 2.10 What do I need to build this software on Amiga or OS/2?
          + 2.11 What do I need to build this software on Windows CE?
     * 3. Build and Configuration Questions
          + 3.1 How do I configure the IMAP and POP servers on UNIX?
          + 3.2 I built and installed the servers according to the BUILD
            instructions. It can't be that easy. Don't I need to write a
            config file?
          + 3.3 How do I make the IMAP and POP servers look for INBOX at
            some place other than the mail spool directory?
          + 3.4 How do I make the IMAP server look for secondary folders
            at some place other than the user's home directory?
          + 3.5 How do I configure SSL?
          + 3.6 How do I configure TLS and the STARTTLS facility?
          + 3.7 How do I build/install OpenSSL and obtain/create
            certificates for use with SSL?
          + 3.8 How do I configure CRAM-MD5 authentication?
          + 3.9 How do I configure APOP authentication?
          + 3.10 How do I configure Kerberos V5?
          + 3.11 How do I configure PAM for plaintext passwords?
          + 3.12 It looks like all I have to do to make the server use
            Kerberos is to build with PAM on my Linux system, and set it
            up in PAM for Kerberos passwords. Right?
          + 3.13 How do I configure Kerberos 5 for plaintext passwords?
          + 3.14 How do I configure AFS for plaintext passwords?
          + 3.15 How do I configure DCE for plaintext passwords?
          + 3.16 How do I configure the CRAM-MD5 database for plaintext
            passwords?
          + 3.17 How do I disable plaintext passwords?
          + 3.18 How do I disable plaintext passwords on unencrypted
            sessions, but allow them in SSL or TLS sessions?
          + 3.19 How do I configure virtual hosts?
          + 3.20 Why do I get compiler warning messages such as:
               o passing arg 3 of `scandir' from incompatible pointer
                 type
               o Pointers are not assignment-compatible.
               o Argument #4 is not the correct type.
            during the build?
          + 3.21 Why do I get compiler warning messages such as
               o Operation between types "void(*)(int)" and "void*" is
                 not allowed.
               o Function argument assignment between types "void*" and
                 "void(*)(int)" is not allowed.
               o Pointers are not assignment-compatible.
               o Argument #5 is not the correct type.
            during the build?
          + 3.22 Why do I get linker warning messages such as:
               o mtest.c:515: the `gets' function is dangerous and should
                 not be used.
            during the build? Isn't this a security bug?
          + 3.23 Why do I get linker warning messages such as:
               o auth_ssl.c:92: the `tmpnam' function is dangerous and
                 should not be used.
            during the build? Isn't this a security bug?
          + 3.24 OK, suppose I see a warning message about a function
            being "dangerous and should not be used" for something other
            than this gets() or tmpnam() call?
     * 4. Operational Questions
          + 4.1 How can I enable anonymous IMAP logins?
          + 4.2 How do I set up an alert message that each IMAP user will
            see?
          + 4.3 How does the c-client library choose which of its several
            mechanisms to use to establish an IMAP connection to the
            server? I noticed that it can connect on port 143, port 993,
            via rsh, and via ssh.
          + 4.4 I am using a TLS-capable IMAP server, so I don't need to
            use /ssl to get encryption. However, I want to be certain
            that my session is TLS encrypted before I send my password.
            How to I do this?
          + 4.5 How do I use one of the alternative formats described in
            the formats.txt document? In particular, I hear that mbx
            format will give me better performance and allow shared
            access.
          + 4.6 How do I set up shared mailboxes?
          + 4.7 How can I make the server syslogs go to someplace other
            than the mail syslog?
     * 5. Security Questions
          + 5.1 I see that the IMAP server allows access to arbitary
            files on the system, including /etc/passwd! How do I disable
            this?
          + 5.2 I've heard that IMAP servers are insecure. Is this true?
          + 5.3 How do I know that I have the most secure version of the
            server?
          + 5.4 I see all these strcpy() and sprintf() calls, those are
            unsafe, aren't they?
          + 5.5 Those /tmp lock files are protected 666, is that really
            right?
     * 6. Why Did You Do This Strange Thing? Questions
          + 6.1 Why don't you use GNU autoconfig / automake /
            autoblurdybloop?
          + 6.2 Why do you insist upon a build with -g? Doesn't it waste
            disk and memory space?
          + 6.3 Why don't you make c-client a shared library?
          + 6.4 Why don't you use iconv() for internationalization
            support?
          + 6.5 Why is the IMAP server connected to the home directory by
            default?
          + 6.6 I have a Windows system. Why isn't the server plug and
            play for me?
          + 6.7 I looked at the UNIX SSL code and saw that you have the
            SSL data payload size set to 8192 bytes. SSL allows 16K; why
            aren't you using the full size?
          + 6.8 Why is an mh format INBOX called #mhinbox instead of just
            INBOX?
          + 6.9 Why don't you support the maildir format?
          + 6.10 Why don't you support the Cyrus format?
          + 6.11 Why is it creating extra forks on my SVR4 system?
          + 6.12 Why are you so fussy about the date/time format in the
            internal "From " line in traditional UNIX mailbox files? My
            other mail program just considers every line that starts with
            "From " to be the start of the message.
          + 6.13 Why is traditional UNIX format the default format?
          + 6.14 Why do you write this "DON'T DELETE THIS MESSAGE --
            FOLDER INTERNAL DATA" message at the start of traditional
            UNIX and MMDF format mailboxes?
          + 6.15 Why don't you stash the mailbox metadata in the first
            real message of the mailbox instead of writing this fake
            FOLDER INTERNAL DATA message?
          + 6.16 Why aren't "dual-use" mailboxes the default?
          + 6.17 Why do you use ucbcc to build on Solaris?
          + 6.18 Why should I care about some old system with BSD
            libraries? cc is the right thing on my Solaris system!
          + 6.19 Why do you insist upon writing .lock files in the spool
            directory?
          + 6.20 Why should I care about compatibility with the past?
     * 7. Problems and Annoyances
          + 7.1 Help! My INBOX is empty! What happened to my messages?
          + 7.2 Help! All my messages in a non-INBOX mailbox have been
            concatenated into one message which claims to be from me and
            has a subject of the file name of the mailbox! What's going
            on?
          + 7.3 Why do I get the message:
               o CREATE failed: Can't create mailbox node xxxxxxxxx: File
                 exists
            and how do I fix it?
          + 7.4 Why can't I log in to the server? The user name and
            password are right!
          + 7.5 Help! My load average is soaring and I see hundreds of
            POP and IMAP servers, many logged in as the same user!
          + 7.6 Why does mail disappear even though I set "keep mail on
            server"?
          + 7.7 Why do I get the message
               o Moved ##### bytes of new mail to /home/user/mbox from
                 /var/spool/mail/user
            and why did this happen?
          + 7.8 Why isn't it showing the local host name as a
            fully-qualified domain name?
          + 7.9 Why is the local host name in the From/Sender/Message-ID
            headers of outgoing mail not coming out as a fully-qualified
            domain name?
          + 7.10 What does the message:
               o Mailbox vulnerable - directory /var/spool/mail must have
                 1777 protection
            mean? How can I fix this?
          + 7.11 What does the message:
               o Mailbox is open by another process, access is readonly
            mean? How do I fix this?
          + 7.12 What does the message:
               o Can't get write access to mailbox, access is readonly
            mean?
          + 7.13 I set my POP3 client to "delete messages from server"
            but they never get deleted. What is wrong?
          + 7.14 What do messages such as:
               o Message ... UID ... already has UID ...
               o Message ... UID ... less than ...
               o Message ... UID ... greater than last ...
               o Invalid UID ... in message ..., rebuilding UIDs
            mean?
          + 7.15 What do the error messages:
               o Unable to read internal header at ...
               o Unable to find CRLF at ...
               o Unable to parse internal header at ...
               o Unable to parse message date at ...
               o Unable to parse message flags at ...
               o Unable to parse message UID at ...
               o Unable to parse message size at ...
               o Last message (at ... ) runs past end of file ...
            mean? I am using mbx format.
          + 7.16 What do the syslog messages:
               o imap/tcp server failing (looping)
               o pop3/tcp server failing (looping)
            mean? When it happens, the listed service shuts down. How can
            I fix this?
          + 7.17 What does the syslog message:
               o Mailbox lock file /tmp/.600.1df3 open failure:
                 Permission denied
            mean?
          + 7.18 What do the syslog messages:
               o Command stream end of file, while reading line user=...
                 host=...
               o Command stream end of file, while reading char user=...
                 host=...
               o Command stream end of file, while writing text user=...
                 host=...
            mean?
          + 7.19 Why did my POP or IMAP session suddenly disconnect? The
            syslog has the message:
               o Killed (lost mailbox lock) user=... host=...
          + 7.20 Why does my IMAP client show all the files on the
            system, recursively from the UNIX root directory?
          + 7.21 Why does my IMAP client show all of my files,
            recursively from my UNIX home directory?
          + 7.22 Why does my IMAP client show that I have mailboxes named
            "#mhinbox", "#mh", "#shared", "#ftp", "#news", and "#public"?
          + 7.23 Why does my IMAP client show all my files in my home
            directory?
          + 7.24 Why is there a long delay before I get connected to the
            IMAP or POP server, no matter what client I use?
          + 7.25 Why is there a long delay in Pine or any other c-client
            based application call before I get connected to the IMAP
            server? The hang seems to be in the c-client mail_open()
            call. I don't have this problem with any other IMAP client.
            There is no delay connecting to a POP3 or NNTP server with
            mail_open().
          + 7.26 Why does a message sometimes get split into two or more
            messages on my SUN system?
          + 7.27 Why did my POP or IMAP session suddenly disconnect? The
            syslog has the message:
               o Autologout user=<...my user name...> host=<...my imap
                 server...>
          + 7.28 What does the UNIX error message:
               o TLS/SSL failure: myserver: SSL negotiation failed
            mean?
          + 7.29 What does the PC error message:
               o TLS/SSL failure: myserver: Unexpected TCP input
                 disconnect
            mean?
          + 7.30 What does the error message:
               o TLS/SSL failure: myserver: Server name does not match
                 certificate
            mean?
          + 7.31 What does the UNIX error message:
               o TLS/SSL failure: myserver: self-signed certificate
            mean?
          + 7.32 What does the PC error message
               o TLS/SSL failure: myserver: Self-signed certificate or
                 untrusted authority
            mean?
          + 7.33 What does the UNIX error message:
               o TLS/SSL failure: myserver: unable to get local issuer
                 certificate
            mean?
          + 7.34 Why does reading certain messages hang when using
            Netscape? It works fine with Pine!
          + 7.35 Why does Netscape say that there's a problem with the
            IMAP server and that I should "Contact your mail server
            administrator."?
          + 7.36 Why is one user creating huge numbers of IMAP or POP
            server sessions?
          + 7.37 Why don't I get any new mail notifications from Outlook
            Express or Outlook after a while?
          + 7.38 Why don't I get any new mail notifications from
            Entourage?
          + 7.39 Why doesn't Entourage work at all?
          + 7.40 Why doesn't Netscape Notify (NSNOTIFY.EXE) work at all?
          + 7.41 Why can't I connect via SSL to Eudora? It says the
            connection has been broken, and in the server syslogs I see
            "Command stream end of file".
          + 7.42 Sheesh. Aren't there any good IMAP clients out there?
          + 7.43 But wait! PC Pine (or other PC program build with
            c-client) crashes with the message
               o incomplete SecBuffer exceeds maximum buffer size
            when I use SSL connections. This is a bug in c-client, right?
          + 7.44 My qpopper users keep on getting the DON'T DELETE THIS
            MESSAGE -- FOLDER INTERNAL DATA if they also use Pine or
            IMAP. How can I fix this?
          + 7.45 Help! I installed the servers but I can't connect to
            them from my client!
          + 7.46 Why do I get the message
               o Can not authenticate to SMTP server: 421 SMTP connection
                 went away!
            and why did this happen? There was also something about
               o SECURITY PROBLEM: insecure server advertised AUTH=PLAIN
          + 7.47 Why do I get the message
               o SMTP Authentication cancelled
            and why did this happen? There was also something about
               o SECURITY PROBLEM: insecure server advertised AUTH=PLAIN
          + 7.48 Why do I get the message
               o Invalid base64 string
            when I try to authenticate to a Cyrus server?
     * 8. Where to Go For Additional Information
          + 8.1 Where can I go to ask questions?
          + 8.2 I have some ideas for enhancements to IMAP. Where should
            I go?
          + 8.3 Where can I read more about IMAP and other email
            protocols?
          + 8.4 Where can I find out more about setting up and
            administering an IMAP server?
     _________________________________________________________________

1. General/Software Feature Questions
     _________________________________________________________________

   1.1 Can I set up a POP or IMAP server on UNIX/Linux/OSF/etc.?

          Yes. Refer to the UNIX specific notes in files CONFIG and
          BUILD.
     _________________________________________________________________

   1.2 I am currently using qpopper as my POP3 server on UNIX. Do I need
   to replace it with ipop3d in order to run imapd?

          Not necessarily.

          Although ipop3d interoperates with imapd better than qpopper,
          imapd and qpopper will work together. The few qpopper/imapd
          interoperability issues mostly affect users who use both IMAP
          and POP3 clients; those users would probably be better served
          if their POP3 server is ipop3d.

          If you are happy with qpopper and just want to add imapd, you
          should do that, and defer a decision on changing qpopper to
          ipop3d. That way, you can get comfortable with imapd's
          performance, without changing anything for your qpopper users.

          Many sites have subsequently decided to change from qpopper to
          ipop3d in order to get better POP3/IMAP interoperability. If
          you need to do this, you'll know. There also seems to be a way
          to make qpopper work better with imapd; see the answer to the
          My qpopper users keep on getting the DON'T DELETE THIS MESSAGE
          -- FOLDER INTERNAL DATA if they also use Pine or IMAP. How can
          I fix this? question.
     _________________________________________________________________

   1.3 Can I set up a POP or IMAP server on Windows XP, 2000, NT, Me, 98,
   or 95?

          Yes. Refer to the NT specific notes in files CONFIG and BUILD.
          Also, for DOS-based versions of Windows (Windows Me, 98, and
          95) you *must* set up CRAM-MD5 authentication, as described in
          md5.txt.

          There is no file access control on Windows 9x or Me, so you
          probably will have to do modifications to env_unix.c to prevent
          people from hacking others' mail.

          Note, however, that the server is not plug and play the way it
          is for UNIX.
     _________________________________________________________________

   1.4 Can I set up a POP or IMAP server on Windows 3.1 or DOS?
   1.5 Can I set up a POP or IMAP server on Macintosh?
   1.6 Can I set up a POP or IMAP server on VAX/VMS?

          Yes, it's just a small matter of programming.
     _________________________________________________________________

   1.7 Can I set up a POP or IMAP server on TOPS-20?

          You have a TOPS-20 system? Cool.

          If IMAP2 (RFC 1176) is good enough for you, you can use MAPSER
          which is about the ultimate gonzo pure TOPS-20 extended
          addressing assembly language program. Unfortunately, IMAP2 is
          barely good enough for Pine these days, and most other IMAP
          clients won't work with IMAP2 at all. Maybe someone will hack
          MAPSER to do IMAP4rev1 some day.

          We don't know if anyone wrote a POP3 server for TOPS-20. There
          definitely was a POP2 server once upon a time.

          Or you can port the POP and IMAP server from this IMAP toolkit
          to it. All that you need for a first stab is to port the MTX
          driver. That'll probably be just a couple of hours of hacking.
     _________________________________________________________________

   1.8 Are hierarchical mailboxes supported?
   1.9 Are "dual-use" mailboxes supported?
   1.10 Can I have a mailbox that has both messages and sub-mailboxes?

          Yes. However, there is one important caveat.

          Some mailbox formats, including the default which is the
          traditional UNIX mailbox format, are stored as a single file
          containing all the messages. UNIX does not permit a name in the
          filesystem to be both a file and a directory; consequently you
          can not have a sub-mailbox within a mailbox that is in one of
          these formats.

          This is not a limitation of the software; this is a limitation
          of UNIX. For example, there are mailbox formats in which the
          name is a directory and each message is a file within that
          directory; these formats support sub-mailboxes within such
          mailboxes. However, for technical reasons, the "flat file"
          formats are generally preferred since they perform better. Read
          imap-2007/docs/formats.txt for more information on this topic.

          It is always permissible to create a directory that is not a
          mailbox, and have sub-mailboxes under it. The easiest way to
          create a directory is to create a new mailbox inside a
          directory that doesn't already exist. For example, if you
          create "Mail/testbox" on UNIX, the directory "Mail/" will
          automatically be created and then the mailbox "testbox" will be
          created as a sub-mailbox of "Mail/".

          It is also possible to create the name "Mail/" directly. Check
          the documentation for your client software to see how to do
          this with that software.

          Of course, on Windows systems you would use "\" instead of "/".
     _________________________________________________________________

   1.11 What is the difference between "mailbox" and "folder"?

          The term "mailbox" is IMAP-speak for what a lot of software
          calls a "folder" or a "mail folder". However, "folder" is often
          used in other contexts to refer to a directory, for example, in
          the graphic user interface on both Windows and Macintosh.

          A "mailbox" is specifically defined as a named object that
          contains messages. It is not required to be capable of
          containing other types of objects including other mailboxes;
          although some mailbox formats will permit this.

          In IMAP-speak, a mailbox which can not contain other mailboxes
          is called a "no-inferiors mailbox". Similarly, a directory
          which can not contain messages is not a mailbox and is called a
          "no-select name".
     _________________________________________________________________

   1.12 What is the status of internationalization?

          The IMAP toolkit is partially internationalized and
          multilingualized.

          Searching is supported in the following charsets: US-ASCII,
          UTF-8, ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4,
          ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9,
          ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14,
          ISO-8859-15, ISO-8859-16, KOI8-R, KOI8-U (alias KOI8-RU),
          TIS-620, VISCII, ISO-2022-JP, ISO-2022-KR, ISO-2022-CN,
          ISO-2022-JP-1, ISO-2022-JP-2, GB2312 (alias CN-GB),
          CN-GB-12345, BIG5 (alias CN-BIG5), EUC-JP, EUC-KR, Shift_JIS,
          Shift-JIS, KS_C_5601-1987, KS_C_5601-1992, WINDOWS_874,
          WINDOWS-1250, WINDOWS-1251, WINDOWS-1252, WINDOWS-1253,
          WINDOWS-1254, WINDOWS-1255, WINDOWS-1256, WINDOWS-1257,
          WINDOWS-1258.

          All ISO-2022-?? charsets are treated identically, and support
          ASCII, JIS Roman, hankaku katakana, ISO-8859-[1 - 10], TIS, GB
          2312, JIS X 0208, JIS X 0212, KSC 5601, and planes 1 and 2 of
          CNS 11643.

          EUC-JP includes support for JIS X 0212 and hankaku katakana.

          c-client library support also exists to convert text in any of
          the above charsets into Unicode, including headers with MIME
          encoded-words.

          There is no support for localization (e.g. non-English error
          messages) at the present time, but such support is planned.
     _________________________________________________________________

   1.13 Can I use SSL?

          Yes. See the answer to the How do I configure SSL? question.
     _________________________________________________________________

   1.14 Can I use TLS and the STARTTLS facility?

          Yes. See the answer to the How do I configure TLS and the
          STARTTLS facility? question.
     _________________________________________________________________

   1.15 Can I use CRAM-MD5 authentication?

          Yes. See the answer to the How do I configure CRAM-MD5
          authentication? question.
     _________________________________________________________________

   1.16 Can I use APOP authentication?

          Yes. See the How do I configure APOP authentication? question.

          Note that there is no client support for APOP authentication.
     _________________________________________________________________

   1.17 Can I use Kerberos V5?

          Yes. See the answer to the How do I configure Kerberos V5?
          question.
     _________________________________________________________________

   1.18 Can I use PAM for plaintext passwords?

          Yes. See the answer to the How do I configure PAM for plaintext
          passwords? question.
     _________________________________________________________________

   1.19 Can I use Kerberos 5 for plaintext passwords?

          Yes. See the answer to the How do I configure Kerberos 5 for
          plaintext passwords? question.
     _________________________________________________________________

   1.20 Can I use AFS for plaintext passwords?

          Yes. See the answer to the How do I configure AFS for plaintext
          passwords? question.
     _________________________________________________________________

   1.21 Can I use DCE for plaintext passwords?

          Yes. See the answer to the How do I configure DCE for plaintext
          passwords? question.
     _________________________________________________________________

   1.22 Can I use the CRAM-MD5 database for plaintext passwords?

          Yes. See the answer to the How do I configure the CRAM-MD5
          database for plaintext passwords? question.
     _________________________________________________________________

   1.23 Can I disable plaintext passwords?

          Yes. See the answer to the How do I disable plaintext
          passwords? question.
     _________________________________________________________________

   1.24 Can I disable plaintext passwords on unencrypted sessions, but
   allow them on encrypted sessions?

          Yes. See the answer to the How do I disable plaintext passwords
          on unencrypted sessions, but allow them in SSL or TLS sessions?
          question.
     _________________________________________________________________

   1.25 Can I use virtual hosts?

          Yes. See the answer to the How do I configure virtual hosts?
          question.
     _________________________________________________________________

   1.26 Can I use RPOP authentication?

          There is no support for RPOP authentication.
     _________________________________________________________________

   1.27 Can I use Kerberos V4?

          Kerberos V4 is not supported. Kerberos V4 client-only
          contributed code is available in

ftp://ftp.cac.washington.edu/mail/kerberos4-patches.tar.Z

          This is a patchkit which must be applied to the IMAP toolkit
          according to the instructions in the patchkit's README. We can
          not promise that this code works.
     _________________________________________________________________

   1.28 Is there support for S/Key or OTP?

          There is currently no support for S/Key or OTP. There may be an
          OTP SASL authenticator available from third parties.
     _________________________________________________________________

   1.29 Is there support for NTLM or SPA?

          There is currently no support for NTLM or SPA, nor are there
          any plans to add such support. In general, I avoid
          vendor-specific mechanisms. I also believe that these
          mechanisms are being deprecated by their vendor.

          There may be an NTLM SASL authenticator available from third
          parties.
     _________________________________________________________________

   1.30 Is there support for mh?

          Yes, but only as a legacy format. Your mh format INBOX is
          accessed by the name "#mhinbox", and all other mh format
          mailboxes are accessed by prefixing "#mh/" to the name, e.g.
          "#mh/foo". The mh support uses the "Path:" entry in your
          .mh_profile file to identify the root directory of your mh
          format mailboxes.

          Non-legacy use of mh format is not encouraged. There is no
          support for permanent flags or unique identifiers; furthermore
          there are known severe performance problems with the mh format.
     _________________________________________________________________

   1.31 Is there support for qmail and the maildir format?

          There is no support for qmail or the maildir format in our
          distribution, nor are there any plans to add such support.
          Maildir support may be available from third parties.
     _________________________________________________________________

   1.32 Is there support for the Cyrus mailbox format?

          No.
     _________________________________________________________________

   1.33 Is this software Y2K compliant?

          Please read the files Y2K and calendar.txt.
     _________________________________________________________________

2. What Do I Need to Build This Software?
     _________________________________________________________________

   2.1 What do I need to build this software with SSL on UNIX?

          You need to build and install OpenSSL first.
     _________________________________________________________________

   2.2 What do I need to build this software with Kerberos V on UNIX?

          You need to build and install MIT Kerberos first.
     _________________________________________________________________

   2.3 What do I need to use a C++ compiler with this software to build
   my own application?

          If you are building an application using the c-client library,
          use the new c-client.h file instead of including the other
          include files. It seems that c-client.h should define away all
          the troublesome names that conflict with C++.

          If you use gcc, you may need to use -fno-operator-names as
          well.
     _________________________________________________________________

   2.4 What do I need to build this software on Windows?

          You need Microsoft Visual C++ 6.0, Visual C++ .NET, or Visual
          C# .NET (which you can buy from any computer store), along with
          the Microsoft Platform SDK (which you can download from
          Microsoft's web site).

          You do not need to install the entire Platform SDK; it suffices
          to install just the Core SDK and the Internet Development SDK.
     _________________________________________________________________

   2.5 What do I need to build this software on DOS?

          It's been several years since we last attempted to do this. At
          the time, we used Microsoft C.
     _________________________________________________________________

   2.6 Can't I use Borland C to build this software on the PC?

          Probably not. If you know otherwise, please let us know.
     _________________________________________________________________

   2.7 What do I need to build this software on the Mac?

          It has been several years since we last attempted to do this.
          At the time, we used Symantec THINK C; but today you'll need a
          C compiler which allows segments to be more than 32K.
     _________________________________________________________________

   2.8 What do I need to build this software on VMS?

          You need the VMS C compiler, and either the Multinet or Netlib
          TCP.
     _________________________________________________________________

   2.9 What do I need to build this software on TOPS-20?

          You need the TOPS-20 KCC compiler.
     _________________________________________________________________

   2.10 What do I need to build this software on Amiga or OS/2?

          We don't know.
     _________________________________________________________________

   2.11 What do I need to build this software on Windows CE?

          This port is incomplete. Someone needs to finish it.
     _________________________________________________________________

3. Build and Configuration Questions
     _________________________________________________________________

   3.1 How do I configure the IMAP and POP servers on UNIX?
   3.2 I built and installed the servers according to the BUILD
   instructions. It can't be that easy. Don't I need to write a config
   file?

          For ordinary "vanilla" UNIX systems, this software is plug and
          play; just build it, install it, and you're done. If you have a
          modified system, then you may want to do additional work; most
          of this is to a single source code file (env_unix.c on UNIX
          systems). Read the file CONFIG for more details.

          Yes, it's that easy. There are some additional options, such as
          SSL or Kerberos, which require additional steps to build. See
          the relevant questions below.
     _________________________________________________________________

   3.3 How do I make the IMAP and POP servers look for INBOX at some
   place other than the mail spool directory?
   3.4 How do I make the IMAP server look for secondary folders at some
   place other than the user's home directory?

          Please read the file CONFIG for discussion of this and other
          issues.
     _________________________________________________________________

   3.5 How do I configure SSL?
   3.6 How do I configure TLS and the STARTTLS facility?

          imap-2007 supports SSL and TLS client functionality on UNIX and
          32-bit Windows for IMAP, POP3, SMTP, and NNTP; and SSL and TLS
          server functionality on UNIX for IMAP and POP3.

          UNIX SSL build requires that a third-party software package,
          OpenSSL, be installed on the system first. Read
          imap-2007/docs/SSLBUILD for more information.

          SSL is supported via undocumented Microsoft interfaces in
          Windows 9x and NT4; and via standard interfaces in Windows
          2000, Windows Millenium, and Windows XP.
     _________________________________________________________________

   3.7 How do I build/install OpenSSL and obtain/create certificates for
   use with SSL?

          If you need help in doing this, try the contacts mentioned in
          the OpenSSL README. We do not offer support for OpenSSL or
          certificates.
     _________________________________________________________________

   3.8 How do I configure CRAM-MD5 authentication?
   3.9 How do I configure APOP authentication?

          CRAM-MD5 authentication is enabled in the IMAP and POP3 client
          code on all platforms. Read md5.txt to learn how to set up
          CRAM-MD5 and APOP authentication on UNIX and NT servers.

          There is no support for APOP client authentication.
     _________________________________________________________________

   3.10 How do I configure Kerberos V5?

          imap-2007 supports client and server functionality on UNIX and
          32-bit Windows.

          Kerberos V5 is supported by default in Windows 2000 builds:

 nmake -f makefile.w2k

          Other builds require that a third-party Kerberos package, e.g.
          MIT Kerberos, be installed on the system first.

          To build with Kerberos V5 on UNIX, include
          EXTRAAUTHENTICATORS=gss in the make command line, e.g.

 make lnp EXTRAAUTHENTICATORS=gss

          To build with Kerberos V5 on Windows 9x, Windows Millenium, and
          NT4, use the "makefile.ntk" file instead of "makefile.nt":


 nmake -f makefile.ntk
     _________________________________________________________________

   3.11 How do I configure PAM for plaintext passwords?

          On Linux systems, use the lnp port, e.g.

 make lnp

          On Solaris systems and other systems with defective PAM
          implementations, build with PASSWDTYPE=pmb, e.g.

 make sol PASSWDTYPE=pmb

          On all other systems, build with PASSWDTYPE=pam, e.g

 make foo PASSWDTYPE=pam

          If you build with PASSWDTYPE=pam and authentication does not
          work, try rebuilding (after a "make clean") with
          PASSWDTYPE=pmb.
     _________________________________________________________________

   3.12 It looks like all I have to do to make the server use Kerberos is
   to build with PAM on my Linux system, and set it up in PAM for
   Kerberos passwords. Right?

          Yes and no.

          Doing this will make plaintext password authentication use the
          Kerberos password instead of the /etc/passwd password.

          However, this will NOT give you Kerberos-secure authentication.
          See the answer to the How do I configure Kerberos V5? question
          for how to build with Kerberos-secure authentication.
     _________________________________________________________________

   3.13 How do I configure Kerberos 5 for plaintext passwords?

          Build with PASSWDTYPE=gss, e.g.

 make sol PASSWDTYPE=gss

          However, this will NOT give you Kerberos-secure authentication.
          See the answer to the How do I configure Kerberos V5? question
          for how to build with Kerberos-secure authentication.
     _________________________________________________________________

   3.14 How do I configure AFS for plaintext passwords?

          Build with PASSWDTYPE=afs, e.g

 make sol PASSWDTYPE=afs
     _________________________________________________________________

   3.15 How do I configure DCE for plaintext passwords?

          Build with PASSWDTYPE=dce, e.g

 make sol PASSWDTYPE=dce
     _________________________________________________________________

   3.16 How do I configure the CRAM-MD5 database for plaintext passwords?

          The CRAM-MD5 password database is automatically used for
          plaintext password if it exists.

          Note that this is NOT CRAM-MD5-secure authentication. You
          probably want to consider disabling plaintext passwords for
          non-SSL/TLS sessions. See the next two questions.
     _________________________________________________________________

   3.17 How do I disable plaintext passwords?

          Server-level plaintext passwords can be disabled by setting
          PASSWDTYPE=nul, e.g.

 make lnx EXTRAAUTHENTICATORS=gss PASSWDTYPE=nul

          Note that you must have a CRAM-MD5 database installed or
          specify at least one EXTRAAUTHENTICATOR, otherwise it will not
          be possible to log in to the server.

          When plaintext passwords are disabled, the IMAP server will
          advertise the LOGINDISABLED capability and the POP3 server will
          not advertise the USER capability.

   3.18 How do I disable plaintext passwords on unencrypted sessions, but
   allow them in SSL or TLS sessions?

          Do not set PASSWDTYPE=nul or SSLTYPE=unix. Set SSLTYPE=nopwd
          instead, e.g.

 make lnx SSLTYPE=nopwd

          When plaintext passwords are disabled, the IMAP server will
          advertise the LOGINDISABLED capability and the POP3 server will
          not advertise the USER capability.

          Plaintext passwords will always be enabled in SSL sessions; the
          IMAP server will not advertise the LOGINDISABLED capability and
          the POP3 server will advertise the USER capability.

          If the client does a successful start-TLS in a non-SSL session,
          plaintext passwords will be enabled, and a new CAPABILITY or
          CAPA command (which is required after start-TLS) will show the
          effect as in SSL sessions.
     _________________________________________________________________

   3.19 How do I configure virtual hosts?

          This is automatic, but with certain restrictions.

          The most important one is that each virtual host must have its
          own IP address; otherwise the server has no way of knowing
          which virtual host is desired.

          As distributed, the software uses a global password file; hence
          user "fred" on one virtual host is "fred" on all virtual hosts.
          You may want to modify the checkpw() routine to implement some
          other policy (e.g. separate password files).

          Note that the security model assumes that all users have their
          own unique UNIX UID number. So if you use separate password
          files you should make certain that the UID numbers do not
          overlap between different files.

          More advanced virtual host support may be available as patches
          from third parties.
     _________________________________________________________________

   3.20 Why do I get compiler warning messages such as:
 passing arg 3 of `scandir' from incompatible pointer type
 Pointers are not assignment-compatible.
 Argument #4 is not the correct type.

   during the build?

          You can safely ignore these messages.

          Over the years, the prototype for scandir() has changed, and
          thus is variant across different UNIX platforms. In particular,
          the definitions of the third argument (type select_t) and
          fourth argument (type compar_t) have changed over the years,
          the issue being whether or not the arguments to the functions
          pointed to by these function pointers are of type const or not.

          The way that c-client calls scandir() will tend to generate
          these compiler warnings on newer systems such as Linux;
          however, it will still build. The problem with fixing the call
          is that then it won't build on older systems.
     _________________________________________________________________

   3.21 Why do I get compiler warning messages such as
 Operation between types "void(*)(int)" and "void*" is not allowed.
 Function argument assignment between types "void*" and "void(*)(int)" is not a
llowed.
 Pointers are not assignment-compatible.
 Argument #5 is not the correct type.

   during the build?

          You can safely ignore these messages.

          All known systems have no problem with casting a function
          pointer to/from a void* pointer, certain C compilers issue a
          compiler diagnostic because this facility is listed as a
          "Common extension" by the C standard:

 K.5.7  Function pointer casts
  [#1] A pointer to an object or to void may be cast to a pointer
       to a function, allowing data to be invoked as a function (6.3.4).
  [#2] A pointer to a function may be cast to a pointer to an
       object or to void, allowing a function to be inspected or
       modified (for example, by a debugger) (6.3.4).

          It may be just a "common extension", but this facility is
          relied upon heavily by c-client.
     _________________________________________________________________

   3.22 Why do I get linker warning messages such as:
mtest.c:515: the `gets' function is dangerous and should not be used.

   during the build? Isn't this a security bug?

          You can safely ignore this message.

          Certain linkers, most notably on Linux, give this warning
          message. It is indeed true that the traditional gets() function
          is not a safe one.

          However, the mtest program is only a demonstration program, a
          model of a very basic application program using c-client. It is
          not something that you would install, much less run in any
          security-sensitive context.

          mtest has numerous other shortcuts that you wouldn't want to do
          in a real application program.

          The only "security bug" with mtest would be if it was run by
          some script in a security-sensitive context, but mtest isn't
          particularly useful for such purposes. If you wanted to write a
          script to automate some email task using c-client, you'd be
          better off using imapd instead of mtest.

          mtest only has two legitimate uses. It's a useful testbed for
          me when debugging new versions of c-client, and it's useful as
          a model for someone writing a simple c-client application to
          see how the various calls work.

          By the way, if you need a more advanced example of c-client
          programming than mtest (and you probably will), I recommend
          that you look at the source code for imapd and Pine.
     _________________________________________________________________

   3.23 Why do I get linker warning messages such as:
 auth_ssl.c:92: the `tmpnam' function is dangerous and should not be used.

   during the build? Isn't this a security bug?

          You can safely ignore this message.

          Certain linkers, most notably on Linux, give this warning
          message, based upon two known issues with tmpnam():

                there can be a buffer overflow if an inadequate buffer is
                allocated.
                there can be a timing race caused by certain incautious
                usage of the return value.

          Neither of these issues applies in the particular use that is
          made of tmpnam(). More importantly, the tmpnam() call is never
          executed on Linux systems.
     _________________________________________________________________

   3.24 OK, suppose I see a warning message about a function being
   "dangerous and should not be used" for something other than this
   gets() or tmpnam() call?

          Please forward the details for investigation.
     _________________________________________________________________

4. Operational Questions
     _________________________________________________________________

   4.1 How can I enable anonymous IMAP logins?

          Create the file /etc/anonymous.newsgroups. At the present time,
          this file should be empty. This will permit IMAP logins as
          anonymous as well as the ANONYMOUS SASL authenticator.
          Anonymous users have access to mailboxes in the #news., #ftp/,
          and #public/ namespaces only.
     _________________________________________________________________

   4.2 How do I set up an alert message that each IMAP user will see?

          Create the file /etc/imapd.alert with the text of the message.
          This text should be kept to one line if possible. Note that
          this will cause an alert to every IMAP user every time they
          initiate an IMAP session, so it should only be used for
          critical messages.
     _________________________________________________________________

   4.3 How does the c-client library choose which of its several
   mechanisms to use to establish an IMAP connection to the server? I
   noticed that it can connect on port 143, port 993, via rsh, and via
   ssh.

          c-client chooses how to establish an IMAP connection via the
          following rules:

          + If /ssl is specified, use an SSL connection. Fail otherwise.
          + Else if client is a UNIX system and "ssh server exec
            /etc/rimapd" works, use that
          + Else if /tryssl is specified and an SSL connection works, use
            that.
          + Else if client is a UNIX system and "rsh server exec
            /etc/rimapd" works, use that.
          + Else use a non-SSL connection.
     _________________________________________________________________

   4.4 I am using a TLS-capable IMAP server, so I don't need to use /ssl
   to get encryption. However, I want to be certain that my session is
   TLS encrypted before I send my password. How to I do this?

          Use the /tls option in the mailbox name. This will cause an
          error message and the connection to fail if the server does not
          negotiate STARTTLS.
     _________________________________________________________________

   4.5 How do I use one of the alternative formats described in the
   formats.txt document? In particular, I hear that mbx format will give
   me better performance and allow shared access.

          The rumors about mbx format being preferred are true. It is
          faster than the traditional UNIX mailbox format and permits
          shared access.

          However, and this is very important, note that using an
          alternative mailbox format is an advanced facility, and only
          expert users should undertake it. If you don't understand any
          of the following notes, you may not be enough of an expert yet,
          and are probably better off not going this route until you are
          more comfortable with your understanding.

          Some of the formats, including mbx, are only supported by the
          software based on the c-client library, and are not recognized
          by other mailbox programs. The "vi" editor will corrupt any mbx
          format mailbox that it encounters.

          Another problem is that the certain formats, including mbx, use
          advanced file access and locking techniques that do not work
          reliably with NFS. NFS is not a real filesystem. Use IMAP
          instead of NFS for distributed access.

          Each of the following steps are in escalating order of
          involvement. The further you go down this list, the more deeply
          committed you become:

          + The simplest way to create a mbx-format mailbox is to prefix
            the name with "#driver.mbx/" when creating a mailbox through
            c-client. For example, if you create "#driver.mbx/foo", the
            mailbox "foo" will be created in mbx format. Only use
            "#driver.mbx/" when creating the mailbox. At all other times,
            just use the name ("foo" in this example); the software will
            automatically select the driver for mbx whenever that mailbox
            is accessed without you doing anything else.
          + You can use the "mailutil copy" command to copy an existing
            mailbox to a new mailbox in mbx format. Read the man page
            provided with the mailutil program for details.
          + If you create an mbx-format INBOX, by creating
            "#driver.mbx/INBOX" (note that "INBOX" must be all
            uppercase), then subsequent access to INBOX by any c-client
            based application will use the mbx-format INBOX. Any mail
            delivered to the traditional format mailbox in the spool
            directory (e.g. /var/spool/mail/$USER) will automatically be
            copied into the mbx-format INBOX and the spool directory copy
            removed.
          + You can cause any newly-created mailboxes to be in mbx-format
            by default by changing the definition of
            CREATEPROTO=unixproto to be CREATEPROTO=mbxproto in
            src/osdep/unix/Makefile, then rebuilding the IMAP toolkit (do
            a "make clean" first). Do not change EMPTYPROTO, since mbx
            format mailboxes are never a zero-byte file. If you use Pine
            or the imap-utils, you should probably also rebuild them with
            the new IMAP toolkit too.
          + You can deliver directly to the mbx-format INBOX by use of
            the tmail or dmail programs. tmail is for direct invocation
            from sendmail (or whatever MTA program you use); dmail is for
            calls from procmail. Both of these programs have man pages
            which must be read carefully before making this change.

          Most other servers (e.g. Cyrus) require use of a non-standard
          format. A full-fledged format conversion is not significantly
          different from what you have to do with other servers. The
          difference, which makes format conversion procedures somewhat
          more complicated with this server, is that there is no "all or
          nothing" requirement with this server. There are many points in
          between. A format conversion can be anything from a single
          mailbox or single user, to systemwide.

          This is good in that you can decide how far to go, or do the
          steps incrementally as you become more comfortable with the
          result. On the other hand, there's no "One True Way" which can
          be boiled down to a simple set of pedagogical instructions.

          A number of sites have done full-fledged format conversions,
          and are reportedly quite happy with the results. Feel free to
          ask in the comp.mail.imap newsgroup or the imap-uw mailing
          list for advice or help.
     _________________________________________________________________

   4.6 How do I set up shared mailboxes?

          At the simplest level, a shared mailbox is one which has UNIX
          file and directory protections which permit multiple users to
          access it. What this means is that your existing skills and
          tools to create and manage shared files on your UNIX system
          apply to shared mailboxes; e.g.

 chmod 666 mailbox

          You may want to consider the use of a mailbox format which
          permits multiple simultaneous read/write sessions, such as the
          mbx format. The traditional UNIX format only allows one
          read/write session to a mailbox at a time.

          An additional convenience item are three system directories,
          which can be set up for shared namespaces. These are: #ftp,
          #shared, and #public, and are defined by creating the
          associated UNIX users and home directories as described below.

          #ftp/ refers to the anonymous ftp filesystem exported by the
          ftp server, and is equivalent to the home directory for UNIX
          user "ftp". For example, #ftp/foo/bar refers to the file
          /foo/bar in the anonymous FTP filesystem, or ~ftp/foo/bar for
          normal users. Anonymous FTP files are available to anonymous
          IMAP logins. By default, newly-created files in #ftp/ are
          protected 644.

          #public/ refers to an IMAP toolkit convention called "public"
          files, and is equivalent to the home directory for UNIX user
          "imappublic". For example, #public/foo/bar refers to the file
          ~imappublic/foo/bar. Public files are available to anonymous
          IMAP logins. By default, newly-created files in #public are
          created with protection 0666.

          #shared/ refers to an IMAP toolkit convention called "shared"
          files, and is equivalent to the home directory for UNIX user
          "imapshared". For example, #shared/foo/bar refers to the file
          ~imapshared/foo/bar. Shared files are not available to
          anonymous IMAP logins. By default, newly-created files in
          #shared are created with protection 0660.
     _________________________________________________________________

   4.7 How can I make the server syslogs go to someplace other than the
   mail syslog?

          The openlog() call that sets the syslog facility is in
          src/osdep/unix/env_unix.c in routine server_init(). You need to
          edit this file to change the syslog facility from LOG_MAIL to
          the facility you want, then rebuild. You also need to set up
          your /etc/syslog.conf properly.

          Refer to the man pages for syslog and syslogd for more
          information on what the available syslog facilities are and how
          to configure syslogs. If you still don't understand what to do,
          find a UNIX system expert.
     _________________________________________________________________

5. Security Questions
     _________________________________________________________________

   5.1 I see that the IMAP server allows access to arbitary files on the
   system, including /etc/passwd! How do I disable this?

          You should not worry about this if your IMAP users are allowed
          shell access. The IMAP server does not permit any access that
          the user can not have via the shell.

          If, and only if, you deny your IMAP users shell access, you may
          want to consider one of three choices. Note that these choices
          reduce IMAP functionality, and may have undesirable side
          effects. Each of these choices involves an edit to file
          src/osdep/unix/env_unix.c

          The first (and recommended) choice is to set restrictBox as
          described in file CONFIG. This will disable access to the
          filesystem root, to other users' home directory, and to
          superior directory.

          The second (and strongly NOT recommended) choice is to set
          closedBox as described in file CONFIG. This puts each IMAP
          session into a so-called "chroot jail", and thus setting this
          option is extremely dangerous; it can make your system much
          less secure and open to root compromise attacks. So do not use
          this option unless you are absolutely certain that you
          understand all the issues of a "chroot jail."

          The third choice is to rewrite routine mailboxfile() to
          implement whatever mapping from mailbox name to filesystem name
          (and restrictions) that you wish. This is the most general
          choice. As a guide, you can see at the start of routine
          mailboxfile() what the restrictBox choice does.
     _________________________________________________________________

   5.2 I've heard that IMAP servers are insecure. Is this true?

          There are no known security problems in this version of the
          IMAP toolkit, including the IMAP and POP servers. The IMAP and
          POP servers limit what can be done while not logged in, and as
          part of the login process discard all privileges except those
          of the user.

          As with other software packages, there have been buffer
          overflow vulnerabilities in past versions. All known problems
          of this nature are fixed in this version.

          There is every reason to believe that the bad guys are engaged
          in an ongoing effort to find vulnerabilities in the IMAP
          toolkit. We look for such problems, and when one is found we
          fix it.

          It's unfortunate that any vulnerabilities existed in past
          versions, and we're doing my best to keep the IMAP toolkit free
          of vulnerabilities. No new vulnerabilities have been discovered
          in quite a while, but efforts will not be relaxed.

          Beware of vendors who claim that their implementations can not
          have vulnerabilities.
     _________________________________________________________________

   5.3 How do I know that I have the most secure version of the server?

          The best way is to keep your server software up to date. The
          bad guys are always looking for ways to crack software, and
          when they find one, let all their friends know.

          Oldtimers used to refer to a concept of software rot: if your
          software hasn't been updated in a while, it would "rot" -- tend
          to acquire problems that it didn't have when it was new.

          The latest release version of the IMAP toolkit is always
          available at ftp://ftp.cac.washington.edu/mail/imap.tar.Z
     _________________________________________________________________

   5.4 I see all these strcpy() and sprintf() calls, those are unsafe,
   aren't they?

          Yes and no.

          It can be unsafe to do these calls if you do not know that the
          string being written will fit in the buffer. However, they are
          perfectly safe if you do know that.

          Beware of programmers who advocate doing a brute-force change
          of all instances of

 strcpy (s,t);

          to

 strncpy (s,t,n)[n] = '\0';

          and similar measures in the name of "fixing all possible buffer
          overflows."

          There are examples in which a security bug was introduced
          because of this type of "fix", due to the programmer using the
          wrong value for n. In one case, the programmer thought that n
          was larger than it actually was, causing a NUL to be written
          out of the buffer; in another, n was too small, and a security
          credential was truncated.

          What is particularly ironic was that in both cases, the
          original strcpy() was safe, because the size of the source
          string was known to be safe.

          With all this in mind, the software has been inspected, and it
          is believed that all places where buffer overflows can happen
          have been fixed. The strcpy()s that are still are in the code
          occur after a size check was done in some other way.

          Note that the common C idiom of

 *s++ = c;

          is just as vulnerable to buffer overflows. You can't cure
          buffer overflows by outlawing certain functions, nor is it
          desirable to do so; sometimes operations like strcpy()
          translate into fast machine instructions for better
          performance.

          Nothing replaces careful study of code. That's how the bad guys
          find bugs. Security is not accomplished by means of brute-force
          shortcuts.
     _________________________________________________________________

   5.5 Those /tmp lock files are protected 666, is that really right?

          Yes. Shared mailboxes won't work otherwise. Also, you get into
          accidental denial of service problems with old lock files left
          lying around; this happens fairly frequently.

          The deliberate mischief that can be caused by fiddling with the
          lock files is small-scale; harassment level at most. There are
          many -- and much more effective -- other ways of harassing
          another user on UNIX. It's usually not difficult to determine
          the culprit.

          Before worrying about deliberate mischief, worry first about
          things happening by accident!
     _________________________________________________________________

6. Why Did You Do This Strange Thing? Questions
     _________________________________________________________________

   6.1 Why don't you use GNU autoconfig / automake / autoblurdybloop?

          Autoconfig et al are not available on all the platforms where
          the IMAP toolkit is supported; and do not work correctly on
          some of the platforms where they do exist. Furthermore, these
          programs add another layer of complexity to an already complex
          process.

          Coaxing software that uses autoconfig to build properly on
          platforms which were not specifically considered by that
          software wastes an inordinate amount of time. When (not if)
          autoconfig fails to do the right thing, the result is an
          inpenetrable morass to untangle in order to find the problem
          and fix it.

          The concept behind autoconfig is good, but the execution is
          flawed. It rarely does the right thing on a platform that
          wasn't specifically considered. Human life is too short to
          debug autoconfig problems, especially since the current
          mechanism is so much easier.
     _________________________________________________________________

   6.2 Why do you insist upon a build with -g? Doesn't it waste disk and
   memory space?

          From time to time a submitted port has snuck in without -g.
          This has always ended up causing problems. There are only two
          valid excuses for not using -g in a port:

          + The compiler does not support -g
          + An alternate form of -g is needed with optimization, e.g.
            -g3.

          There will be no new ports added without -g (or a suitable
          alternative) being set.

          -g has not been arbitrarily added to the ports which do not
          currently have it because we don't know if doing so would break
          the build. However, any support issues with one of those port
          will lead to the correct -g setting being determined and
          permanently added.

          Processors are fast enough (and disk space is cheap enough)
          that -g should be automatic in all compilers with no way of
          turning it off, and /bin/strip should be a symlink to
          /bin/true. Human life is too short to deal with binaries built
          without -g. Such binaries should be a bad memory of the days of
          KIPS processors and disks that costs several dollars per
          kilobyte.
     _________________________________________________________________

   6.3 Why don't you make c-client a shared library?

          All too often, shared libraries create far more problems than
          they solve.

          Remember that you only gain the benefit of a shared library
          when there are multiple applications which use that shared
          library. Even without shared libraries, on most modern
          operating systems (and many ancient ones too!) applications
          will share their text segments between across multiple
          processes running the same application. This means that if your
          system only runs one application (e.g. imapd) that uses the
          c-client library, then you gain no benefit from making c-client
          a shared library even if it has 100 imapd processes. You will,
          however suffer added complexity.

          If you have a server system that just runs imapd and ipop3d,
          then making c-client a shared library will save just one copy
          of c-client no matter how many IMAP/POP3 processes are running.

          The problem with shared libraries is that you have to keep
          around a copy of the library every time something changes in
          the library that would affect the interface the library
          presents to the application. So, you end up having many copies
          of the same shared library.

          If you don't keep multiple copies of the shared library, then
          one of two things happens. If there was proper versioning, then
          you'll get a message such as "cannot open shared object file"
          or "minor versions don't match" and the application won't run.
          Otherwise, the application will run, but will fail in
          mysterious ways.

          Several sites and third-party distributors have modified the
          c-client makefile in order to make c-client be a shared
          library. When (not if) a c-client based application fails in
          mysterious ways because of a library compatibility problem, the
          result is a bug report. A lot of time and effort ends up
          getting wasted investigating such bug reports.

          Memory is so cheap these days that it's not worth it. Human
          life is too short to deal with shared library compatibility
          problems.
     _________________________________________________________________

   6.4 Why don't you use iconv() for internationalization support?

          iconv() is not ubiquitous enough.
     _________________________________________________________________

   6.5 Why is the IMAP server connected to the home directory by default?

          The IMAP server has no way of knowing what you might call
          "mail" as opposed to "some other file"; in fact, you can use
          IMAP to access any file.

          The IMAP server also doesn't know whether your preferred
          subdirectory for mailbox files is "mail/", ".mail/", "Mail/",
          "Mailboxes/", or any of a zillion other possibilities. If one
          such name were chosen, it would undoubtably anger the partisans
          of all the other names.

          It is possible to modify the software so that the default
          connected directory is someplace else. Please read the file
          CONFIG for discussion of this and other issues.
     _________________________________________________________________

   6.6 I have a Windows system. Why isn't the server plug and play for
   me?

          There is no standard for how mail is stored on Windows; nor a
          single standard SMTP server. The closest to either would be the
          SMTP server in Microsoft's IIS.

          So there's no default by which to make assumptions. As the
          software is set up, it assumes that the each user has an
          Windows login account and private home directory, and that mail
          is stored on that home directory as files in one of the popular
          UNIX formats. It also assumes that there is some tool
          equivalent to inetd on UNIX that does the TCP/IP listening and
          server startup.

          Basically, unless you're an email software hacker, you probably
          want to look elsewhere if you want IMAP/POP servers for
          Windows.
     _________________________________________________________________

   6.7 I looked at the UNIX SSL code and saw that you have the SSL data
   payload size set to 8192 bytes. SSL allows 16K; why aren't you using
   the full size?

          This is to avoid an interoperability problem with:

          + PC IMAP clients that use Microsoft's SChannel.DLL (SSPI) for
            SSL support
          + Microsoft Exchange server (which also uses SChannel).

          SChannel has a bug that makes it think that the maximum SSL
          data payload size is 16379 bytes -- 5 bytes too small. Thus,
          c-client has to make sure that it never transmits full sized
          SSL packets.

          The reason for using 8K (as opposed to, say, 16379 bytes, or
          15K, or...) is that it corresponds with the TCP buffer size
          that the software uses elsewhere for input; there's a slight
          performance benefit to having the two sizes correspond or at
          least be a multiple of each other. Also, it keeps the size as a
          power of two, which might be significant on some platforms.

          There wasn't a significant difference that we could measure
          between 8K and 15K.

          Microsoft has developed a hotfix for this bug. Look up MSKB
          article number 300562. Contrary to the article text which
          implies that this is a Pine issue, this bug also affects
          Microsoft Exchange server with any client that transmits
          full-sized SSL payloads.
     _________________________________________________________________

   6.8 Why is an mh format INBOX called #mhinbox instead of just INBOX?

          It's a long story. In brief, the mh format driver is less
          functional than any of the other drivers. It turned out that
          there were some users (including high-level administrators) who
          tried mh years ago and no longer use it, but still had an mh
          profile left behind.

          When the mh driver used INBOX, it would see the mh profile, and
          proceed to move the user's INBOX into the mh format INBOX. This
          caused considerable confusion as some things stopped working.
     _________________________________________________________________

   6.9 Why don't you support the maildir format?

          It is technically difficult to support maildir in IMAP while
          maintaining acceptable performance, robustness, following the
          requirements of the IMAP protocol specification, and following
          the requirements of maildir.

          No one has succeeded in accomplishing all four together. The
          various maildir drivers offered as patches all have these
          problems. The problem is exacerbated because this
          implementation supports multiple formats; consequently this
          implementation can't make any performance shortcuts by assuming
          that all the world is maildir.

          We can't do a better job than the maildir fan community has
          done with their maildir drivers. Similarly, if the maildir fan
          community provides the maildir driver, they take on the
          responsibility for answering maildir-specific support
          questions. This is as it should be, and that is why maildir
          support is left to the maildir fan community.
     _________________________________________________________________

   6.10 Why don't you support the Cyrus format?

          There's no point to doing so. An implementation which supports
          multiple formats will never do as well as one which is
          optimized to support one single format.

          If you want to use Cyrus mailbox format, you should use the
          Cyrus server, which is the native implementation of that format
          and is specifically optimized for that format. That's also why
          Cyrus doesn't implement any other format.
     _________________________________________________________________

   6.11 Why is it creating extra forks on my SVR4 system?

          This is because your system only has fcntl() style locking and
          not flock() style locking. fcntl() locking has a design flaw
          that causes a close() to release any locks made by that process
          on the file opened on that file descriptor, even if the lock
          was made on a different file descriptor.

          This design flaw causes unexpected loss of lock, and consequent
          mailbox corruption. The workaround is to do certain "dangerous
          operations" in another fork, thus avoiding doing a close() in
          the vulnerable fork.

          The best way to solve this problem is to upgrade your SVR4
          (Solaris, AIX, HP-UX, SGI) or OSF/1 system to a more advanced
          operating system, such as Linux or BSD. These more advanced
          operating systems have fcntl() locking for compatibility with
          SVR4, but also have flock() locking.

          Beware of certain SVR4 systems, such as AIX, which have an
          "flock()" function in their C library that is just a jacket
          that does an fcntl() lock. This is not a true flock(), and has
          the same design flaw as fcntl().
     _________________________________________________________________

   6.12 Why are you so fussy about the date/time format in the internal
   "From " line in traditional UNIX mailbox files? My other mail program
   just considers every line that starts with "From " to be the start of
   the message.

          You just answered your own question. If any line that starts
          with "From " is treated as the start of a message, then every
          message text line which starts with "From " has to be quoted
          (typically by prefixing a ">" character). People complain about
          this -- "why did a > get stuck in my message?"

          So, good mail reading software only considers a line to be a
          "From " line if it follows the actual specification for a
          "From " line. This means, among other things, that the day of
          week is fixed-format: "May 14", but "May  7" (note the extra
          space) as opposed to "May 7". ctime() format for the date is
          the most common, although POSIX also allows a numeric timezone
          after the year. For compatibility with ancient software, the
          seconds are optional, the timezone may appear before the year,
          the old 3-letter timezones are also permitted, and "remote from
          xxx" may appear after the whole thing.

          Unfortunately, some software written by novices use other
          formats. The most common error is to have a variable-width day
          of month, perhaps in the erroneous belief that RFC 2822 (or RFC
          822) defines the format of the date/time in the "From " line
          (it doesn't; no RFC describes internal formats). I've seen a
          few other goofs, such as a single-digit second, but these are
          less common.

          If you are writing your own software that writes mailbox files,
          and you really aren't all that savvy with all the ins and outs
          and ancient history, you should seriously consider using the
          c-client library (e.g. routine mail_append()) instead of doing
          the file writes yourself. If you must do it yourself, use
          ctime(), as in:

 fprintf (mbx,"From %s@%h %s",user,host,ctime (time (0)));

          rather than try to figure out a good format yourself. ctime()
          is the most traditional format and nobody will flame you for
          using it.
     _________________________________________________________________

   6.13 Why is traditional UNIX format the default format?

          Compatibility with the past 30 or so years of UNIX history.
          This server is the only one that completely interoperates with
          legacy UNIX mail tools.
     _________________________________________________________________

   6.14 Why do you write this "DON'T DELETE THIS MESSAGE -- FOLDER
   INTERNAL DATA" message at the start of traditional UNIX and MMDF
   format mailboxes?

          This pseudo-message serves two purposes.

          First, it establishes the mailbox format even when the mailbox
          has no messages. Otherwise, a mailbox with no messages is a
          zero-byte file, which could be one of several formats.

          Second, it holds mailbox metadata used by IMAP: the UID
          validity, the last assigned UID, and mailbox keywords. Without
          this metadata, which must be preserved even when the mailbox
          has no messages, the traditional UNIX format wouldn't be able
          to support the full capabilities of IMAP.
     _________________________________________________________________

   6.15 Why don't you stash the mailbox metadata in the first real
   message of the mailbox instead of writing this fake FOLDER INTERNAL
   DATA message?

          In fact, that is what is done if the mailbox is non-empty and
          does not already have a FOLDER INTERNAL DATA message.

          One problem with doing that is that if some external program
          removes the first message, the metadata is lost and must be
          recreated, thus losing any prior UID or keyword list status
          that IMAP clients may depend upon.

          Another problem is that this doesn't help if the last message
          is deleted. This will result in an empty mailbox, and the
          necessity to create a FOLDER INTERNAL DATA message.
     _________________________________________________________________

   6.16 Why aren't "dual-use" mailboxes the default?

          Compatibility with the past 30 or so years of UNIX history, not
          to mention compatibility with user expectations when using
          shell tools.
     _________________________________________________________________

   6.17 Why do you use ucbcc to build on Solaris?

          It is a long, long story about why cc is set to ucbcc. You need
          to invoke the C compiler so that it links with the SVR4
          libraries and not the BSD libraries, otherwise readdir() will
          return the wrong information.

          Of all the names in the most common path, ucbcc is the only
          name to be found (on /usr/ccs/bin) that points to a suitable
          compiler. cc is likely to be /usr/ucb/cc which is absolutely
          not the compiler that you want. The real SVR4 cc is probably
          something like /opt/SUNWspro/bin/cc which is rarely in anyone's
          path by default.

          ucbcc is probably a link to acc, e.g.
          /opt/SUNWspro/SC4.0/bin/acc, and is the UCB C compiler using
          the SVR4 libraries.

          If ucbcc isn't on your system, then punt on the SUN C compiler
          and use gcc instead (the gso port instead of the sol port).

          If, in spite of all the above warnings, you choose to change
          "ucbcc" to "cc", you will probably find that the -O2 needs to
          be changed to -O. If you don't get any error messages with -O2,
          that's a pretty good indicator that you goofed and are running
          the compiler that will link with the BSD libraries.

          To recap:

          + The sol port is designed to be built using the UCB compiler
            using the SVR4 libraries. This compiler is "ucbcc", which is
            lunk to acc. You use -O2 as one of the CFLAGS.
          + If you build the sol port with the UCB compiler using the BSD
            libraries, you will get no error messages but you will get
            bad binaries (the most obvious symptom is dropping the first
            two characters return filenames from the imapd LIST command.
            This compiler also uses -O2, and is very often what the user
            gets from "cc". BEWARE
          + If you build the sol port with the real SVR4 compiler, which
            is often hidden away or unavailable on many systems, then you
            will get errors from -O2 and you need to change that to -O.
            But you will get a good binary. However, you should try it
            with -O2 first, to make sure that you got this compiler and
            not the UCB compiler using BSD libraries.
     _________________________________________________________________

   6.18 Why should I care about some old system with BSD libraries? cc is
   the right thing on my Solaris system!

          Because there still are sites that use such systems. On those
          systems, the assumption that "cc" does the right thing will
          lead to corrupt binaries with no error message or other warning
          that anything is amiss.

          Too many sites have fallen victim to this problem.
     _________________________________________________________________

   6.19 Why do you insist upon writing .lock files in the spool
   directory?

          Compatibility with the past 30 years of UNIX software which
          deals with the spool directory, especially software which
          delivers mail. Otherwise, it is possible to lose mail.
     _________________________________________________________________

   6.20 Why should I care about compatibility with the past?

          This is one of those questions in which the answer never
          convinces those who ask it. Somehow, everybody who ever asks
          this question ends up answering it for themselves as they get
          older, with the very answer that they rejected years earlier.
     _________________________________________________________________

7. Problems and Annoyances
     _________________________________________________________________

   7.1 Help! My INBOX is empty! What happened to my messages?

          If you are seeing "0 messages" when you open INBOX and you know
          you have messages there (and perhaps have looked at your mail
          spool file and see that messages are there), then probably
          there is something wrong with the very first line of your mail
          spool file. Make sure that the first five bytes of the file are
          "From ", followed by an email address and a date/time in
          ctime() format, e.g.:

 From fred@foo.bar Mon May  7 20:54:30 2001
     _________________________________________________________________

   7.2 Help! All my messages in a non-INBOX mailbox have been
   concatenated into one message which claims to be from me and has a
   subject of the file name of the mailbox! What's going on?

          Something wrong with the very first line of the mailbox. Make
          sure that the first five bytes of the file are "From ",
          followed by an email address and a date/time in ctime() format,
          e.g.:

 From fred@foo.bar Mon May  7 20:54:30 2001
     _________________________________________________________________

   7.3 Why do I get the message: CREATE failed: Can't create mailbox node
   xxxxxxxxx: File exists and how do I fix it?

          See the answer to the Are hierarchical mailboxes supported?
          question.
     _________________________________________________________________

   7.4 Why can't I log in to the server? The user name and password are
   right!

          There are a myriad number of possible answers to this question.
          The only way to say for sure what is wrong is run the server
          under a debugger such as gdb while root (yes, you must be root)
          with a breakpoint at routines checkpw() and loginpw(), then
          single-step until you see which test rejected you. The server
          isn't going to give any error messages other than "login
          failed" in the name of not giving out any unnecessary
          information to unauthorized individuals.

          Here are some of the more common reasons why login may fail:

          + You didn't really give the correct user name and/or password.
          + Your client doesn't send the LOGIN command correctly; for
            example, IMAP2 clients won't send a password containing a "*"
            correctly to an IMAP4 server.
          + If you have set up a CRAM-MD5 database, remember that the
            password used is the one in the CRAM-MD5 database, and
            furthermore that there must also be an entry in /etc/passwd
            (but the /etc/passwd password is not used).
          + If you are using PAM, have you created a service file for the
            server in /etc/pam.d?
          + If you are using shadow passwords, have you used an
            appropriate port when building? In particular, note that
            "lnx" is for Linux systems without shadow passwords; you
            probably want "slx" or "lnp" instead.
          + If your system has account or password expirations, check to
            see that the expiration date hasn't passed.
          + You can't log in as root or any other UID 0 user. This is for
            your own safety, not to mention the fact that the servers use
            UID 0 as meaning "not logged in".
     _________________________________________________________________

   7.5 Help! My load average is soaring and I see hundreds of POP and
   IMAP servers, many logged in as the same user!

          Certain inferior losing GUI mail reading programs have a
          "synchronize all mailboxes at startup" (IMAP) or "check for new
          mail every second" (POP) feature which causes a rapid and
          unchecked spawning of servers.

          This is not a problem in the server; the client is really
          asking for all those server sessions. Unfortunately, there
          isn't much that the POP and IMAP servers can do about it; they
          don't spawned themselves.

          Some sites have added code to record the number of server
          sessions spawned per user per hour, and disable login for a
          user who has exceeded a predetermined rate. This doesn't stop
          the servers from being spawned; it just means that a server
          session will commit suicide a bit faster.

          Another possibility is to detect excessive server spawning
          activity at the level where the server is spawned, which would
          be inetd or possibly tcpd. The problem here is that this is a
          hard time to quantify. 50 sessions in a minute from a
          multi-user timesharing system may be perfectly alright, whereas
          10 sessions a minute from a PC may be too much.

          The real solution is to fix the client configuration, by
          disabling those evil features. Also tell the vendors of those
          clients how you feel about distributing denial-of-service
          attack tools in the guise of mail reading programs.
     _________________________________________________________________

   7.6 Why does mail disappear even though I set "keep mail on server"?
   7.7 Why do I get the message Moved ##### bytes of new mail to
   /home/user/mbox from /var/spool/mail/user and why did this happen?

          This is probably caused by the mbox driver. If the file "mbox"
          exists on the user's home directory and is in UNIX mailbox
          format, then when INBOX is opened this file will be selected as
          INBOX instead of the mail spool file. Messages will be
          automatically transferred from the mail spool file into the
          mbox file.

          To disable this behavior, delete "mbox" from the EXTRADRIVERS
          list in the top-level Makefile and rebuild. Note that if you do
          this, users won't be able to access the messages that have
          already been moved to mbox unless they open mbox instead of
          INBOX.
     _________________________________________________________________

   7.8 Why isn't it showing the local host name as a fully-qualified
   domain name?
   7.9 Why is the local host name in the From/Sender/Message-ID headers
   of outgoing mail not coming out as a fully-qualified domain name?

          Your UNIX system is misconfigured. The entry for your system in
          /etc/hosts must have the fully-qualified domain name first,
          e.g.

 105.69.1.234   myserver.example.com myserver

          A common mistake of novice system administrators is to have the
          short name first, e.g.

 105.69.1.234   myserver myserver.example.com

          or to omit the fully qualified domain name entirely, e.g.

 105.69.1.234   myserver

          The result of this is that when the IMAP toolkit does a
          gethostbyname() call to get the fully-qualified domain name, it
          would get "myserver" instead of "myserver.example.com".

          On some systems, a configuration file (typically named
          /etc/svc.conf, /etc/netsvc.conf, or /etc/nsswitch.conf) can be
          used to configure the system to use the domain name system
          (DNS) instead of /etc/hosts, so it doesn't matter if /etc/hosts
          is misconfigured.

          Check the man pages for gethostbyname, hosts, svc, and/or
          netsvc for more information.

          Unfortunately, certain vendors, most notably SUN, have failed
          to make this clear in their documentation. Most of SUN's
          documentation assumes a corporate network that is not connected
          to the Internet.

          net.folklore once (late 1980s) held that the proper procedure
          was to append the results of getdomainname() to the name
          returned by gethostname(), and some versions of sendmail
          configuration files were distributed that did this. This was
          incorrect; the string returned from getdomainname() is the
          Yellow Pages (a.k.a NIS) domain name, which is a completely
          different (albeit unfortunately named) entity from an Internet
          domain. These were often fortuitously the same string, except
          when they weren't. Frequently, this would result in host names
          with spuriously doubled domain names, e.g.

 myserver.example.com.example.com

          This practice has been thoroughly discredited for many years,
          but folklore dies hard.
     _________________________________________________________________

   7.10 What does the message: Mailbox vulnerable - directory
   /var/spool/mail must have 1777 protection mean? How can I fix this?

          In order to update a mailbox in the default UNIX format, it is
          necessary to create a lock file to prevent the mailer from
          delivering mail while an update is in progress. Some systems
          use a directory protection of 775, requiring that all mail
          handling programs be setgid mail; or of 755, requiring that all
          mail handling programs be setuid root.

          The IMAP toolkit does not run with any special privileges, and
          I plan to keep it that way. It is antithetical to the concept
          of a toolkit if users can't write their own programs to use it.
          Also, I've had enough bad experiences with security bugs while
          running privileged; the IMAP and POP servers have to be root
          when not logged in, in order to be able to log themselves in. I
          don't want to go any deeper down that slippery slope.

          Directory protection 1777 is secure enough on most well-managed
          systems. If you can't trust your users with a 1777 mail spool
          (petty harassment is about the limit of the abuse exposure),
          then you have much worse problems then that.

          If you absolutely insist upon requiring privileges to create a
          lock file, external file locking can be done via a setgid mail
          program named /etc/mlock (this is defined by LOCKPGM in the
          c-client Makefile). If the toolkit is unable to create a
          <...mailbox...>.lock file in the directory by itself, it will
          try to call mlock to do it. I do not recommend doing this for
          performance reasons.

          A sample mlock program is included as part of imap-2007. We
          have tried to make this sample program secure, but it has not
          been thoroughly audited.
     _________________________________________________________________

   7.11 What does the message: Mailbox is open by another process, access
   is readonly mean? How do I fix this?

          A problem occurred in applying a lock to a /tmp lock file.
          Either some other program has the mailbox open and won't
          relenquish it, or something is wrong with the protection of
          /tmp or the lock.

          Make sure that the /tmp directory is protected 1777. Some
          security scripts incorrectly set the protection of the /tmp
          directory to 775, which disables /tmp for all non-privileged
          programs.
     _________________________________________________________________

   7.12 What does the message: Can't get write access to mailbox, access
   is readonly mean?

          The mailbox file is write-protected against you.
     _________________________________________________________________

   7.13 I set my POP3 client to "delete messages from server" but they
   never get deleted. What is wrong?

          Make sure that your mailbox is not read-only: that the mailbox
          is owned by you and write enabled (protection 0600), and that
          the /tmp directory is longer world-writeable. /tmp must be
          world-writeable because lots of applications use it for scratch
          space. To fix this, do


 chmod 1777 /tmp

          as root.

          Make sure that your POP3 client issues a QUIT command when it
          finishes. The POP3 protocol specifies that deletions are
          discarded unless a proper QUIT is done.

          Make sure that you are not opening multiple POP3 sessions to
          the same mailbox. It is a requirement of the POP3 protocol than
          only one POP3 session be in effect to a mailbox at a time,
          however some, poorly-written POP3 clients violate this. Also,
          some background "check for new mail" tasks also cause a
          violation. See the answer to the What does the syslog message:
          Killed (lost mailbox lock) user=... host=... mean? question for
          more details.
     _________________________________________________________________

   7.14 What do messages such as:
 Message ... UID ... already has UID ...
 Message ... UID ... less than ...
 Message ... UID ... greater than last ...
 Invalid UID ... in message ..., rebuilding UIDs

   mean?

          Something happened to corrupt the unique identifier regime in
          the mailbox. In traditional UNIX-format mailboxes, this can
          happen if the user deleted the "DO NOT DELETE" internal
          message.

          This problem is relatively harmless; a new valid unique
          identifier regime will be created. The main effect is that any
          references to the old UIDs will no longer be useful.

          So, unless it is a chronic problem or you feel like debugging,
          you can safely ignore these messages.
     _________________________________________________________________

   7.15 What do the error messages:
 Unable to read internal header at ...
 Unable to find CRLF at ...
 Unable to parse internal header at ...
 Unable to parse message date at ...
 Unable to parse message flags at ...
 Unable to parse message UID at ...
 Unable to parse message size at ...
 Last message (at ... ) runs past end of file ...

   mean? I am using mbx format.

          The mbx-format mailbox is corrupted and needs to be repaired.

          You should make an effort to find out why the corruption
          happened. Was there an obvious system problem (crash or disk
          failure)? Did the user accidentally access the file via NFS?
          Mailboxes don't get corrupted by themselves; something caused
          the problem.

          Some people have developed automated scripts, but if you're
          comfortable using emacs it's pretty easy to fix it manually. Do
          not use vi or any other editor unless you are certain that
          editor can handle binary!!!

          If you are not comfortable with emacs, or if the file is too
          large to read with emacs, see the "step-by-step" technique
          later on for another way of doing it.

          After the word "at" in the error message is the byte position
          it got to when it got unhappy with the file, e.g. if you see:

 Unable to parse internal header at 43921: ne bombastic blurdybloop

          The problem occurs at the 43,931 byte in the file. That's the
          point you need to fix. c-client is expecting an internal header
          at that byte number, looking something like:

 6-Jan-1998 17:42:24 -0800,1045;000000100001-00000001

          The format of this internal line is:

 dd-mmm-yyyy hh:mm:ss +zzzz,ssss;ffffffffFFFF-UUUUUUUU

          The only thing that is variable is the "ssss" field, it can be
          as many digits as needed. All other fields (inluding the "dd")
          are fixed width. So, the easiest thing to do is to look forward
          in the file for the next internal header, and delete everything
          from the error point to that internal header.

          Here's what to do if you want to be smarter and do a little bit
          more work. Generally, you're in the middle of a message, and
          there's nothing wrong with that message. The problem happened
          in the *previous* message. So, search back to the previous
          internal header. Now, remember that "ssss" field? That's the
          size of that message.

          Mark where you are in the file, move the cursor to the line
          after the internal header, and skip that many bytes ("ssss")
          forward. If you're at the point of the error in the file, then
          that message is corrupt. If you're at a different point, then
          perhaps the previous message is corrupt and has a too long size
          count that "ate" into this message.

          Basically, what you need to do is make sure that all those size
          counts are right, and that moving "ssss" bytes from the line
          after the internal header will land you at another internal
          header.

          Usually, once you know what you're looking at, it's pretty easy
          to work out the corruption, and the best remedial action.
          Repair scripts will make the problem go away but may not always
          do the smartest/best salvage of the user's data. Manual repair
          is more flexible and usually preferable.

          Here is a step-by-step technique for fixing corrupt mbx files
          that's a bit cruder than the procedure outlined above, but
          works for any size file.

          In this example, suppose that the corrupt file is INBOX, the
          error message is

 Unable to find CRLF at 132551754

          and the size of the INBOX file is 132867870 bytes.

          The first step is to split the mailbox file at the point of the
          error:

          + Rename the INBOX file to some other name, such as INBOX.bad.
          + Copy the first 132,551,754 bytes of INBOX.bad to another
            file, such as INBOX.new.
          + Extract the trailing 316,116 bytes (132867870-132551754) of
            INBOX.bad into another file, such as INBOX.tail.
          + You no longer need INBOX.bad. Delete it.

          In other words, use the number from the "Unable to find CRLF
          at" as the point to split INBOX into two new files, INBOX.new
          and INBOX.tail.

          Now, remove the erroneous data:

          + Verify that you can open INBOX.new in IMAP or Pine.
          + The last message of INBOX.new is probably corrupted. Copy it
            to another file, such as badmsg.1, then delete and expunge
            that last message from INBOX.new
          + Locate the first occurance of text in INBOX.tail which looks
            like an internal header, as described above.
          + Remove all the text which occurs prior to that point, and
            place it into another file, such as badmsg.2. Note that in
            the case of a single digit date, there is a leading space
            which must not be removed (e.g. " 6-Nov-2001" not
            "6-Nov-2001").

          Reassemble the mailbox:

          + Append INBOX.tail to INBOX.new.
          + You no longer need INBOX.tail. Delete it.
          + Verify that you can open INBOX.new in IMAP or Pine.

          Reinstall INBOX.new as INBOX:

          + Check to see if you have received any new messages while
            repairing INBOX.
          + If you haven't received any new messages while repairing
            INBOX, just rename INBOX.new to INBOX.
          + If you have received new messages, be sure to copy the new
            messages from INBOX to INBOX.new before doing the rename.

          You now have a working INBOX, as well as two files with
          corrupted data (badmsg.1 and badmsg.2). There may be some
          useful data in the two badmsg files that you might want to try
          salvaging; otherwise you can delete the two badmsg files.
     _________________________________________________________________

   7.16 What do the syslog messages:

 imap/tcp server failing (looping)
 pop3/tcp server failing (looping)

   mean? When it happens, the listed service shuts down. How can I fix
   this?

          The error message "server failing (looping), service
          terminated" is not from either the IMAP or POP servers.
          Instead, it comes from inetd, the daemon which listens for TCP
          connections to a number of servers, including the IMAP and POP
          servers.

          inetd has a limit of 40 new server sessions per minute for any
          particular service. If more than 40 sessions are initiated in a
          minute, inetd will issue the "failing (looping), service
          terminated" message and shut down the service for 10 minutes.
          inetd does this to prevent system resource consumption by a
          client which is spawning infinite numbers of servers. It should
          be noted that this is a denial of service; however for some
          systems the alternative is a crash which would be a worse
          denial of service!

          For larger server systems, the limit of 40 is much too low. The
          limit was established many years ago when a system typically
          only ran a few dozen servers.

          On some versions of inetd, such as the one distributed with
          most versions of Linux, you can modify the /etc/inetd.conf file
          to have a larger number of servers by appending a period
          followed by a number after the nowait word for the server
          entry. For example, if your existing /etc/inetd.conf line
          reads:

 imap    stream  tcp     nowait  root    /usr/etc/imapd imapd

          try changing it to be:

 imap    stream  tcp     nowait.100  root    /usr/etc/imapd imapd

          Another example (using TCP wrappers):

 imap    stream  tcp     nowait  root    /usr/sbin/tcpd  imapd

          try changing it to be:

 imap    stream  tcp     nowait.100  root    /usr/sbin/tcpd  imapd

          to increase the limit to 100 sessions/minute.

          Before making this change, please read the information in "man
          inetd" to determine whether or not your inetd has this feature.
          If it does not, and you make this change, the likely outcome is
          that you will disable IMAP service entirely.

          Another way to fix this problem is to edit the inetd.c source
          code (provided by your UNIX system vendor) to set higher
          limits, rebuild inetd, install the new binary, and reboot your
          system. This should only be done by a UNIX system expert. In
          the inetd.c source code, the limits TOOMANY (normally 40) is
          the maximum number of new server sessions permitted per minute,
          and RETRYTIME (normally 600) is the number of seconds inetd
          will shut down the server after it exceeds TOOMANY.
     _________________________________________________________________

   7.17 What does the syslog message: Mailbox lock file /tmp/.600.1df3
   open failure: Permission denied mean?

          This usually means that some "helpful" security script person
          has protected /tmp so that it is no longer world-writeable.
          /tmp must be world-writeable because lots of applications use
          it for scratch space. To fix this, do

 chmod 1777 /tmp

          as root.

          If that isn't the answer, check the protection of the named
          file. If it is something other than 666, then either someone is
          hacking or some "helpful" person modified the code to have a
          different default lock file protection.
     _________________________________________________________________

   7.18 What do the syslog messages:
 Command stream end of file, while reading line user=... host=...
 Command stream end of file, while reading char user=... host=...
 Command stream end of file, while writing text user=... host=...

   mean?

          This message occurs when the session is disconnected without a
          proper LOGOUT (IMAP) or QUIT (POP) command being received by
          the server first.

          In many cases, this is perfectly normal; many client
          implementations are impolite and do this. Some programmers
          think this sort of rudeness is "more efficient".

          The condition could, however, indicate a client or network
          connectivity problem. The server has no way of knowing whether
          there's a problem or just a rude client, so it issues this
          message instead of a Logout.

          Certain inferior losing clients disconnect abruptly after a
          failed login, and instead of saying that the login failed, just
          say that they can't access the mailbox. They then complain to
          the system manager, who looks in the syslog and finds this
          message. Not very helpful, eh? See the answer to the Why can't
          I log in to the server? The user name and password are right!
          question.

          If the user isn't reporting a problem, you can probably ignore
          this message.
     _________________________________________________________________

   7.19 Why did my POP or IMAP session suddenly disconnect? The syslog
   has the message: Killed (lost mailbox lock) user=... host=...

          This message only happens when either the traditional UNIX
          mailbox format or MMDF format is in use. This format only
          allows one session to have the mailbox open read/write at a
          time.

          The servers assume that if a second session attempts to open
          the mailbox, that means that the first session is probably
          owned by an abandoned client. The common scenario here is a
          user who leaves his client running at the office, and then
          tries to read his mail from home. Through an internal mechanism
          called kiss of death, the second session requests the first
          session to kill itself. When the first session receives the
          "kiss of death", it issues the "Killed (lost mailbox lock)"
          syslog message and terminates. The second session then seizes
          read/write access, and becomes the new "first" session.

          Certain poorly-designed clients routinely open multiple
          sessions to the same mailbox; the users of those clients tend
          to get this message a lot.

          Another cause of this message is a background "check for new
          mail" task which does its work by opening a POP session to
          server every few seconds. They do this because POP doesn't have
          a way to announce new mail.

          The solution to both situations is to replace the client with a
          good online IMAP client such as Pine. Life is too short to
          waste on POP clients and poorly-designed IMAP clients.
     _________________________________________________________________

   7.20 Why does my IMAP client show all the files on the system,
   recursively from the UNIX root directory?
   7.21 Why does my IMAP client show all of my files, recursively from my
   UNIX home directory?

          A well-written client should only show one level of hierarchy
          and then stop, awaiting explicit user action before going
          lower. However, some poorly-designed clients will recursively
          list all files, which may be a very long list (especially if
          you have symbolic links to directories that create a loop in
          the filesystem graph!).

          This behavior has also been observed in some third-party
          c-client drivers, including maildir drivers. Consequently, this
          problem has even been observed in Pine. It is important to
          understand that this is not a problem in Pine or c-client; it
          is a problem in the third-party driver. A Pine built without
          that third-party driver will not have this problem.

          See also the answer to Why does my IMAP client show all my
          files in my home directory?
     _________________________________________________________________

   7.22 Why does my IMAP client show that I have mailboxes named
   "#mhinbox", "#mh", "#shared", "#ftp", "#news", and "#public"?

          These are IMAP namespace names. They represent other
          hierarchies in which messages may exist. These hierarchies may
          not necessarily exist on a server, but the namespace name is
          still in the namespace list in order to mark it as reserved.

          A few poorly-designed clients display all namespace names as if
          they were top-level mailboxes in a user's list of mailboxes,
          whether or not they actually exist. This is a flaw in those
          clients.
     _________________________________________________________________

   7.23 Why does my IMAP client show all my files in my home directory?

          As distributed, the IMAP server is connected to your home
          directory by default. It has no way of knowing what you might
          call "mail" as opposed to "some other file"; in fact, you can
          use IMAP to access any file.

          Most clients have an option to configure your connected
          directory on the IMAP server. For example, in Pine you can
          specify this as the "Path" in your folder-collection, e.g.

 Nickname  : Secondary Folders
 Server    : imap.example.com
 Path      : mail/
 View      :

          In this example, the user is connected to the "mail"
          subdirectory of his home directory.

          Other servers call this the "folder prefix" or similar term.

          It is possible to modify the IMAP server so that all users are
          automatically connected to some other directory, e.g. a
          subdirectory of the user's home directory. Read the file CONFIG
          for more details.
     _________________________________________________________________

   7.24 Why is there a long delay before I get connected to the IMAP or
   POP server, no matter what client I use?

          There are two common occurances of this problem:

          + You are running a system (e.g. certain versions of Linux)
            which by default attempts to connect to an "IDENT" protocol
            (port 113) server on your client. However, a firewall or NAT
            box is blocking connections to that port, so the connection
            attempt times out.
            The IDENT protocol is a well-known bad idea that does not
            deliver any real security but causes incredible problems. The
            idea is that this will give the server a record of the user
            name, or at least what some program listening on port 113
            says is the user name. So, if somebody coming from port nnnnn
            on a system does something bad, IDENT may give you the userid
            of the bad guy.
            The problem is, IDENT is only meaningful on a timesharing
            system which has an administrator who is privileged and users
            who are not. It is of no value on a personal system which has
            no separate concept of "system administrator" vs.
            "unprivileged user".
            On either type of system, security-minded people either turn
            IDENT off or replace it with an IDENT server that lies. Among
            other things, IDENT gives spammers the ability to harvest
            email addresses from anyone who connects to a web page.
            This problem has been showing up quite frequently on systems
            which use xinetd instead of inetd. Look for files named
            /etc/xinetd.conf, /etc/xinetd.d/imapd, /etc/inetd.d/ipop2d,
            and /etc/xinetd.d/ipop3d. In those files, look for lines
            containing "USERID", e.g.
 log_on_success += USERID
            Hunt down such lines, and delete them ruthlessly from all
            files in which they occur. Don't be shy about it.
          + The DNS is taking a long time to do a reverse DNS (PTR
            record) lookup of the IP address of your client. This is a
            problem in your DNS, which either you or you ISP need to
            resolve. Ideally, the DNS should return the client's name;
            but if it can't it should at least return an error quickly.

          As you may have noticed, neither of these are actual problems
          in the IMAP or POP servers; they are configuration issues with
          either your system or your network infrastructure. If this is
          all new to you, run (don't walk) to the nearest technical
          bookstore and get yourself a good pedagogical text on system
          administration for the type of system you are running.
     _________________________________________________________________

   7.25 Why is there a long delay in Pine or any other c-client based
   application call before I get connected to the IMAP server? The hang
   seems to be in the c-client mail_open() call. I don't have this
   problem with any other IMAP client. There is no delay connecting to a
   POP3 or NNTP server with mail_open().

          By default, the c-client library attempts to make a connection
          through rsh (and ssh, if you enable that). If the command:

 rsh imapserver exec /etc/rimapd

          (or ssh if that is enabled) returns with a "* PREAUTH"
          response, it will use the resulting rsh session as the IMAP
          session and not require an authentication step on the server.

          Unfortunately, rsh has a design error that treats "TCP
          connection refused" as "temporary failure, try again"; it
          expects the "rsh not allowed" case to be implemented as a
          successful connection followed by an error message and close
          the connection.

          It must be emphasized that this is a bug in rsh. It is not a
          bug in the IMAP toolkit.

          The use of rsh can be disabled in any the following ways:

          + You can disable it for this particular session by either:
               o setting an explicit port number in the mailbox name,
                 e.g.
 {imapserver.foo.com:143}INBOX
               o using SSL (the /ssl switch)
          + You can disable rsh globally by setting the rsh timeout value
            to 0 with the call:
 mail_parameters (NIL,SET_RSHTIMEOUT,0);
     _________________________________________________________________

   7.26 Why does a message sometimes get split into two or more messages
   on my SUN system?

          This is caused by an interaction of two independent design
          problems in SUN mail software. The first problem is that the
          "forward message" option in SUN's mail tool program includes
          the internal "From " header line in the text that it forwarded.
          This internal header line is specific to traditional UNIX
          mailbox files and is not suitable for use in forwarded
          messages.

          The second problem is that the mail delivery agent assumes that
          mail reading programs will not use the traditional UNIX mailbox
          format but instead an incompatible variant that depends upon a
          Content-Length: message header. Content-Length is widely
          recognized to have been a terrible mistake, and is no longer
          recommended for use in mail (it is used in other facilities
          that use MIME).

          One symptom of the problem is that under certain circumstances,
          a message may get broken up into several messages. I'm also
          aware of security bugs caused by programs that foolishly trust
          "Content-Length:" headers with evil values.

          To fix the mailer on your system, edit your sendmail.cf to
          change the Mlocal line to have the -E flag. A typical entry
          will lool like:

 Mlocal,        P=/usr/lib/mail.local, F=flsSDFMmnPE, S=10, R=20,
                A=mail.local -d $u

          This fix will also work around the problem with mail tool,
          because it will insert a ">" before the internal header line to
          prevent it from being interpreted by mail reading software as
          an internal header line.
     _________________________________________________________________

   7.27 Why did my POP or IMAP session suddenly disconnect? The syslog
   has the message:
 Autologout user=<...my user name...> host=<...my client system...>

          This is a problem in your client.

          In the case of IMAP, it failed to communicate with the IMAP
          server for over 30 minutes; in the case of POP, it failed to
          communicate with the POP server for over 10 minutes.
     _________________________________________________________________

   7.28 What does the UNIX error message: TLS/SSL failure: myserver: SSL
   negotiation failed mean?
   7.29 What does the PC error message: TLS/SSL failure: myserver:
   Unexpected TCP input disconnect mean?

          This usually means that an attempt to negotiate TLS encryption
          via the STARTTLS command failed, because the server advertises
          STARTTLS functionality, but doesn't actually have it (e.g.
          because no certificates are installed).

          Use the /notls option in the mailbox name to disable TLS
          negotiation.
     _________________________________________________________________

   7.30 What does the error message: TLS/SSL failure: myserver: Server
   name does not match certificate mean?

          An SSL or TLS session encryption failed because the server name
          in the server's certificate does not match the name that you
          gave it. This could indicate that the server is not really the
          system you think that it is, but can be also be called if you
          gave a nickname for the server or name that was not
          fully-qualified. You must use the fully-qualified domain name
          for the server in order to validate its certificate

          Use the /novalidate-cert option in the mailbox name to disable
          validation of the certificate.
     _________________________________________________________________

   7.31 What does the UNIX error message: TLS/SSL failure: myserver:
   self-signed certificate mean?
   7.32 What does the PC error message: TLS/SSL failure: myserver:
   Self-signed certificate or untrusted authority mean?

          An SSL or TLS session encryption failed because your server's
          certificate is "self-signed"; that is, it is not signed by any
          Certificate Authority (CA) and thus can not be validated. A
          CA-signed certificate costs money, and some smaller sites
          either don't want to pay for it or haven't gotten one yet. The
          bad part about this is that this means there is no guarantee
          that the server is really the system you think that it is.

          Use the /novalidate-cert option in the mailbox name to disable
          validation of the certificate.
     _________________________________________________________________

   7.33 What does the UNIX error message: TLS/SSL failure: myserver:
   unable to get local issuer certificate mean?

          An SSL or TLS session encryption failed because your system
          does not have the Certificate Authority (CA) certificates
          installed on OpenSSL's certificates directory. On most systems,
          this directory is /usr/local/ssl/certs). As a result, it is not
          possible to validate the server's certificate.

          If CA certificates are properly installed, you should see
          factory.pem and about a dozen other .pem names such as
          thawteCb.pem.

          As a workaround, you can use the /novalidate-cert option in the
          mailbox name to disable validation of the certificate; however,
          note that you are then vulnerable to various security attacks
          by bad guys.

          The correct fix is to copy all the files from the certs/
          directory in the OpenSSL distribution to the
          /usr/local/ssl/certs (or whatever) directory. Note that you
          need to do this after building OpenSSL, because the OpenSSL
          build creates a number of needed symbolic links. For some
          bizarre reason, the OpenSSL "make install" doesn't do this for
          you, so you must do it manually.
     _________________________________________________________________

   7.34 Why does reading certain messages hang when using Netscape? It
   works fine with Pine!

          There are two possible causes.

          Check the mail syslog. If you see the message "Killed (lost
          mailbox lock)" for the impacted user(s), read the FAQ entry
          regarding that message.

          Check the affected mailbox to see if there are embedded NUL
          characters in the message. NULs in message texts are a
          technical violation of both the message format and IMAP
          specifications. Most clients don't care, but apparently
          Netscape does.

          You can work around this by rebuilding imapd with the
          NETSCAPE_BRAIN_DAMAGE option set (see src/imapd/Makefile); this
          will cause imapd to convert all NULs to 0x80 characters. A
          better solution is to enable the feature in your MTA to
          MIME-convert messages with binary content. See the
          documentation for your MTA for how to do this.
     _________________________________________________________________

   7.35 Why does Netscape say that there's a problem with the IMAP server
   and that I should "Contact your mail server administrator."?

          Certain versions of Netscape do this when you click the Manage
          Mail button, which uses an undocumented feature of Netscape's
          proprietary IMAP server.

          You can work around this by rebuilding imapd with the
          NETSCAPE_BRAIN_DAMAGE option set (see src/imapd/Makefile) to a
          URL that points either to an alternative IMAP client (e.g.
          Pine) or perhaps to a homebrew mail account management page.
     _________________________________________________________________

   7.36 Why is one user creating huge numbers of IMAP or POP server
   sessions?

          The user is probably using Outlook Express, Eudora, or a
          similar program. See the answer to the Help! My load average is
          soaring and I see hundreds of POP and IMAP servers, many logged
          in as the same user! question.
     _________________________________________________________________

   7.37 Why don't I get any new mail notifications from Outlook Express
   or Outlook after a while?

          This is a known bug in Outlook Express. Microsoft is aware of
          the problem and its cause. They have informed us that they do
          not have any plans to fix it at the present time.

          The problem is also reported in Outlook 2000, but not verified.

          Outlook Express uses the IMAP IDLE command to avoid having to
          "ping" the server every few minutes for new mail.
          Unfortunately, Outlook Express overlooks the part in the IDLE
          specification which requires that a client terminate and
          restart the IDLE before the IMAP 30 minute inactivity
          autologout timer triggers.

          When this happens, Outlook Express displays "Not connected" at
          the bottom of the window. Since it's no longer connected to the
          IMAP server, it isn't going to notice any new mail.

          As soon as the user does anything that would cause an IMAP
          operation, Outlook Express will reconnect and new mail will
          flow again. If the user does something that causes an IMAP
          operation at least every 29 minutes, the problem won't happen.

          Modern versions of imapd attempt to work around the problem by
          automatically reporting fake new mail after 29 minutes. This
          causes Outlook Express to exit the IDLE state; as soon as this
          happens imapd revokes the fake new mail. As long as this
          behavior isn't known to cause problems with other clients, this
          workaround will remain in imapd.
     _________________________________________________________________

   7.38 Why don't I get any new mail notifications from Entourage?

          This is a known bug in Entourage.

          You built an older version of imapd with the
          MICROSOFT_BRAIN_DAMAGE option set, in order to disable support
          for the IDLE command. However, Entourage won't get new mail
          unless IDLE command support exists.

          Note: the MICROSOFT_BRAIN_DAMAGE option no longer exists in
          modern versions, as the Outlook Express problem which it
          attempted to solve has been worked around in another way.
     _________________________________________________________________

   7.39 Why doesn't Entourage work at all?

          It's hard to know. Entourage breaks almost every rule in the
          book for IMAP. It is highly instructive to do a packet trace on
          Entourage, as an example of how not to use IMAP. It does things
          like STATUS (MESSAGES) on the currently selected mailbox and
          re-fetching the same static data over and over again.

          It seems that every time we understand what it is doing wrong
          in Entourage and come up with a workaround, we learn about
          something else that's broken.

          Try building imapd with the ENTOURAGE_BRAIN_DAMAGE option set,
          in order to disable the diagnostic that occurs when doing
          STATUS on the currently selected mailbox.
     _________________________________________________________________

   7.40 Why doesn't Netscape Notify (NSNOTIFY.EXE) work at all?

          This is a bug in NSNOTIFY; it doesn't handle unsolicited data
          from the server correctly.

          Fortunately, there is no reason to use this program with IMAP;
          NSNOTIFY is a polling program to let you know when new mail has
          appeared in your maildrop. This is necessary with POP; but
          since IMAP dynamically announces new mail in the session you're
          better off (and will actually cause less load on the server!)
          keeping your mail reading program's IMAP session open and let
          IMAP do the notifying for you.

          Consequently, the recommended fix for the NSNOTIFY problem is
          to delete the NSNOTIFY binary.
     _________________________________________________________________

   7.41 Why can't I connect via SSL to Eudora? It says the connection has
   been broken, and in the server syslogs I see "Command stream end of
   file".

          There is a report that you can fix the problem by going into
          Eudora's advanced network configuration menu and increasing the
          network buffer size to 8192.
     _________________________________________________________________

   7.42 Sheesh. Aren't there any good IMAP clients out there?

          Yes!

          Pine is a wonderful client. It's fast, it uses IMAP well, and
          it generates text mail (life is too short to waste on HTML
          mail). Also, there are some really wonderful things in progress
          in the Pine world.

          There are some good GUI clients out there, mostly from smaller
          vendors. Without naming names, look for the vendors who are
          active in the IMAP protocol development community, and their
          products.

          Netscape, Eudora, and Outlook can be configured with enough
          effort to be good citizens and work well for users, but they
          can also be badly misconfigured, and often the misconfiguration
          is the default.
     _________________________________________________________________

   7.43 But wait! PC Pine (or other PC program build with c-client)
   crashes with the message incomplete SecBuffer exceeds maximum buffer
   size when I use SSL connections. This is a bug in c-client, right?

          It's a bug in the Microsoft SChannel.DLL, which implements SSL.
          Microsoft admits it (albeit with an unstatement: "it's not
          fully RFC compliant"). The problem is that SChannel indicates
          that the maximum SSL packet data size is 5 bytes smaller than
          the actual maximum. Thus, any IMAP server which transmits a
          maximum sized SSL packet will not work with PC Pine or any
          other program which uses SChannel.

          It can take a while for the problem to show up. The client has
          to do something that causes at least 16K of contiguous data.
          Many clients do partial fetching, which tends to reduce the
          number of cases where this can happen. However, all software
          which uses SChannel to support SSL is affected by this bug.

          This problem does not affect UNIX code, since OpenSSL is used
          on UNIX.

          This problem most recently showed up with the CommunigatePro
          IMAP server. They have an update which trims down their maximum
          contiguous data to less than 16K, in order to work around the
          problem.

          This problem has also shown up with the Exchange IMAP server
          with UNIX clients (including Pine built with an older version
          of c-client) which sends full-sized 16K SSL packets. Modern
          c-client works around the problem by trimming down its maximum
          outgoing SSL packet size to 8K.

          Microsoft has developed a hotfix for this bug. Look up MSKB
          article number 300562. Contrary to the article text which
          implies that this is a Pine issue, this bug also affect
          Microsoft Exchange server with *any* UNIX based client that
          transmits full-sized SSL payloads.
     _________________________________________________________________

   7.44 My qpopper users keep on getting the DON'T DELETE THIS MESSAGE --
   FOLDER INTERNAL DATA if they also use Pine or IMAP. How can I fix
   this?

          This is an incompatibility between qpopper and the c-client
          library used by Pine, imapd, and ipop[23]d.

          Assuming that you want to continue using qpopper, look into
          qpopper's --enable-uw-kludge-flag configuration flag, which is
          documented as "check for and hide UW 'Folder Internal Data'
          messages".

          The other alternative is to switch from qpopper to ipop3d.
     _________________________________________________________________

   7.45 Help! I installed the servers but I can't connect to them from my
   client!

          Review the installation instructions carefully. Make sure that
          you have not skipped any of the steps. Make sure that you have
          made the correct entries in the configuration files; pay
          careful attention to the exact spelling of the service names
          and the path names. Make sure as well that you have properly
          restarted inetd.

          If you have a system with Yellow Pages/NIS such as Solaris,
          have you updated the service names there as well as in
          /etc/services?

          If you have a system with TCP wrappers, have you properly
          updated the TCP wrapper files (e.g. /etc/hosts.allow and
          /etc/hosts.deny) for the servers?

          If you have a system which uses xinetd instead of inetd, have
          you made sure that you have made the correct corresponding
          xinetd changes for those services?

          Try telneting to the server port (143 for IMAP, 110 for POP3).
          If you get a "refused" error, that probably means that you
          don't have the service set up in inetd.conf. If the connection
          opens and then closes with no message, the service is set up,
          but either the path name of the server binary in inetd.conf is
          wrong or your TCP wrappers are configured to deny access.

          If you don't know how to make the corresponding changes to
          these files, seek the help of a local expert for your system.
     _________________________________________________________________

   7.46 Why do I get the message Can not authenticate to SMTP server: 421
   SMTP connection went away! and why did this happen? There was also
   something about SECURITY PROBLEM: insecure server advertised
   AUTH=PLAIN

          Some versions of qmail, including that running on
          mail.smtp.yahoo.com, disconnect the SMTP session if you fail to
          authenticate prior to attempting to transmit mail. An attempt
          to authenticate was made, but it failed because the server had
          already disconnected.

          To work around this, you need to specify /user=... in the host
          name specification.

          The SECURITY PROBLEM came about because the server advertised
          the AUTH=PLAIN SASL authentication mechanism outside of a
          TLS-encrypted session, in violation of RFC 4616. This message
          is just a warning, and in fact occurred after the server had
          disconnected.
     _________________________________________________________________

   7.47 Why do I get the message SMTP Authentication cancelled and why
   did this happen? There was also something about SECURITY PROBLEM:
   insecure server advertised AUTH=PLAIN

          This is a bug in the SMTP server.

          Some versions of qmail, including that running on
          mail.smtp.yahoo.com, have a bug in their implementation of SASL
          in their SMTP server, which renders it non-compliant with the
          standard.

          If the client does not provide an initial response in the
          command line for an authentication mechanism whose profile does
          not have an initial challenge, qmail issues a bogus response:

 334 ok, go on

          The problem is the "ok, go on". This violates RFC 4954's
          requirement that the text part in a 334 response be a BASE64
          encoded string; in other words, it is a protocol syntax error.

          In the case of AUTH=PLAIN, RFC 4422 (page 7) requires that the
          encoded string have no data. In other words, the appropropiate
          standards-compliant server response is "334" followed by a
          SPACE and a CRLF.

          The SECURITY PROBLEM came about because the server advertised
          the AUTH=PLAIN SASL authentication mechanism outside of a
          TLS-encrypted session, in violation of RFC 4616. This message
          is just a warning, and is not related the "Authentication
          cancelled" problem.
     _________________________________________________________________

   7.48 Why do I get the message Invalid base64 string when I try to
   authenticate to a Cyrus server?

          This slightly misleading message is the way that a Cyrus server
          indicates that an authentication exchange was cancelled. It is
          not indicative of a bug or protocol violation.

          The most common reason that this happens is if the Cyrus server
          offers Kerberos authentication, c-client is built with Kerberos
          support, but your client system is not within the Kerberos
          realm. In this case, the client code will try to authenticate
          via Kerberos, fail to get the Kerberos credentials, cancel the
          authentication attempt, and try the next available
          authentication technology.
     _________________________________________________________________

8. Where to Go For Additional Information
     _________________________________________________________________

   8.1 Where can I go to ask questions?
   8.2 I have some ideas for enhancements to IMAP. Where should I go?

          If you have questions about the IMAP protocol, or want to
          participate in discussions of future directions of the IMAP
          protocol, the appropriate mailing list is
          imap-protocol@u.washington.edu. You can subscribe to this
          list via imap-protocol-request@u.washington.edu

          If you have questions about this software, you can send me
          email directly or use the imap-uw@u.washington.edu mailing
          list. You can subscribe to this list via
          imap-uw-request@u.washington.edu

          If you have general questions about the use of IMAP software
          (not specific to the UW IMAP toolkit) use the
          imap-use@u.washington.edu mailing list. You can subscribe to
          this list via imap-use-request@u.washington.edu

          You must be a subscriber to post to these lists.  As an
          alternative, you can use the comp.mail.imap newsgroup.
          _________________________________________________________________

   8.3 Where can I read more about IMAP and other email protocols?

          We recommend Internet Email Protocols: A Developer's Guide, by
          Kevin Johnson, published by Addison Wesley, ISBN 0-201-43288-9.
     _________________________________________________________________

   8.4 Where can I find out more about setting up and administering an
   IMAP server?

          We recommend Managing IMAP, by Dianna Mullet & Kevin Mullet,
          published by O'Reilly, ISBN 0-596-00012-X.

          This book also has an excellent comparison of the UW and Cyrus
          IMAP servers.

   Last Updated: 15 November 2007
PK�"[�;�ڃ���(share/doc/alt-php-libc-client11/RELNOTESnu�[���/* ========================================================================
 * Copyright 1988-2008 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

Updated: 22 July 2011

imap-2007f fixes a couple bugs.
Fix for RFC 4959 Initial Client Response auth failures noted first by
  MacOSX Lion Mail users.
Adjust tcp_open.c:tcp_socket_open to make it a little more useful by adding
  a write file descriptor test to the select in the case that the open
  timeout is set.
In osdep/unix/env_unix.c:create_path there was a printf that should have
  been an sprintf. Doesn't matter on modern systems.

Updated: 16 December 2008

imap-2007e is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users
plus a security fix for users of the RFC822BUFFER routines.


Updated: 29 October 2008

imap-2007d is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users
plus a security fix for users of tmail or dmail.


Updated: 25 March 2008

imap-2007b is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.


Updated: 2 January 2008

imap-2007a is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.


Updated: 20 December 2007

imap-2007 is a release corresponding with the release of Alpine 1.0.
The primary focus of the imap-2007 release is bugfixes and reliability
improvements.  This includes:
 . fixes to problems discovered between the Alpine 0.99999 pre-release
    and Alpine 1.0
 . fixes to the mix driver to timing race problems uncovered by Timo
    Sirainen's imaptest suite.  imap-2007 using the mix format is
    believed to pass imaptest completely.

A new function, utf8_csvalidmap(), has been added for the benefit of
Alpine to use in examining UTF-8 text and determining efficiently
whether it can be downgraded to a legacy charset.  If you develop an
MUA, this may be useful for you too, although you'll have to read the
source code to see how to use it.  The purpose of the "not-CJK" bit is
to prevent messages being downgraded to a CJK charset if all they have
in that charset are some special punctuation.


Updated: 5 September 2007

imap-2006k is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.

The primary focus of this maintenance release is to correct deadlock
issues.  There were two major causes of the deadlocks:
 . a change in imap-2006i attempted to resolve a glibc mutex-based
   deadlock in imapd's signal handler, but ended up worsening the problem.
 . a bug in the mbx driver, introduced as part of the UIDPLUS work in 2006,
   applied an mbx-style lock briefly on a traditional UNIX format mailbox.
   If the traditional UNIX format mailbox was already locked by some other
   process, the result would be a deadlock of both processes.

imapd's signal handling logic is rewritten to avoid the mutex issue, and
the mbx driver is fixed so that mbx-style locks are only applied to mbx
format mailboxes.

imapd now supports the WITHIN extension.


Updated: 14 June 2007

imap-2006j is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.


Updated: 5 June 2007

imap-2006i is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.

imapd now supports the CHILDREN and ESEARCH extensions.

imapd's attempt to return COPYUID/APPENDUID information for a traditional
UNIX (and MMDF) format mailbox when the mailbox is open by another process
has been declared to be a failure and is now revoked.  It was subject to a
timing race, loss of which involved an expensive reset of the mailbox's UID
regime.  Any imapd COPY or APPEND to a traditional UNIX or MMDF format that
is open by some other process will now no longer return COPYUID/APPEND.
Although this is technically in violation of RFC 4315, there is a loophole
in that document and the timing race/performance problem is worse.


Updated: 4 April 2007

imap-2006h is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.


Updated: 30 March 2007

imap-2006g is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.


Updated: 30 January 2007

imap-2006f is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.

For the benefit of multi-threaded applications, use of strtok() has been
abolished in the c-client library.  imapd and ipop3d stuff use it though.
The TOPS-20 and VAX/VMS ports still use strtok() since they don't use UNIX
threads.

This version has been test-built on Linux, Mac OS X, NeXT, Windows XP,
TOPS-20, and VAX/VMS.  This will probably be the last test-build on VAX/VMS
since the system I use for that purpose is being shut down.  I have no way
to test-build on DOS, legacy Mac OS (OS 9 and earlier), OS/2, or Windows CE;
and the builds on those systems are probably broken.


Updated: 26 January 2007

imap-2006e is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.


Updated: 6 December 2006

imap-2006d is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.

The decomposition mapping, title-case mapping, and character widths tables
have been updated to comply with the Unicode 5.0 standard.

Prototypes for the utf8aux.c functions have been moved to a new utf8aux.h.

The general c-client modules now include c-client.h instead of the individual
files.  Use of c-client.h instead of individual include files insulates
against future shuffling of include files.


Updated: 23 October 2006

imap-2006c is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.

By popular request, if a user has a mix (or other dual-use) format INBOX,
it will no longer be listed as \NoInferiors.  It's a bad idea to depend
upon this due to the case ambiguity issue, but it's there.


Updated: 26 September 2006

imap-2006b is a maintenance release, consisting entirely of bugfixes to
problems discovered in the release that affected a small number of users.


Updated: 15 September 2006

imap-2006a is a maintenance release, consisting entirely of bugfixes to
problems discovered in the release that affected a small number of users.

If it is necessary to build IPv4-only on one of the ports that has IPv6
preconfigured (ldb, lfd, lmd, lrh, lsu, osx, oxp), this can be done by
using IP6=4.  You can't do IP=4 in the build command directly since these
ports set IP themselves; however, now instead of setting IP=6 they now set
IP=$(IP6).


Updated: 30 August 2006

imap-2006 is a major release.  Programs written for imap-2004g should
build with this version with minor or no modification.  imap-2005 was not
released except as development snapshots.

imap-2006 contains major extensions to its Unicode support.  Searching and
sorting are now done with strings canonicalized to titlecase and decomposed
form.  Among other things, this means that Latin letters with diacriticals
will now sort with the basic Latin letter, and case-independent searching of
such letters (e.g., German umlauts) now works.  Previously, sorting was done
strictly by Unicode codepoint, and case-independence only worked with ASCII.

imapd now supports the UIDPLUS extension for mailboxes in unix, mmdf, mbx, mx,
and mix formats.  UID EXPUNGE is fully implemented.  Note that UIDPLUS is not
supported in the little-used drivers (mh, mtx, tenex) in which meaningful
APPENDUID/COPYUID data can not be returned.  Refer to bugs.txt for more
details.

The new mix format is a dual-use mailbox format designed for performance and
reliability with large mailboxes.  mix is documented in file mixfmt.txt.

SSL/TLS certificate validation on UNIX now checks the alternative names in the
certificate if the CN does not match.

The new /tls-sslv23 flag in a mailbox name causes a TLS session to use the
(incorrect) SSLv23 client method instead of the TLSv1 client method.  Some
broken servers use the SSLv23 server method, and this flag works around that
problem.  WARNING: use of this flag will cause TLS negotiation to fail with
a server which uses the proper TLSv1 server method.  Additionally, there are
known security risks in SSLv2; so users should be suspicious if this switch
suddenly becomes necesary.

The silly mailbox flag combination /ssl/tls is now rejected as an invalid
remote specification.  Previous versions tried to negotiate TLS over an SSL
session; even if the server permitted such a thing it couldn't work.

The memory management of several drivers has been redesigned to consume less
memory and hopefully be faster.

The private.data member of the MESSAGECACHE (elt) has been replaced with
a union that contains private.spare.data and private.spare.ptr, the latter
being a pointer.

A new FT_RETURNSTRINGSTRUCT flag has been added for mail_fetch_body() and
mail_fetch_text() calls.  If this flag is set, *and* if the function returns
NIL, then the requested string data is available on a stringstruct on
stream->private.string.  This is a special hack for the IMAP and POP servers
and is subject to incompatible change.  The result is a major performance
improvement in the servers with the mbx driver, particularly with large
messages.


Updated: 15 September 2005

imap-2004g is a maintenance release, and consists solely of a bugfix to
quoted string handling in the mailbox name parsing routine.


Updated: 15 August 2005

imap-2004f is a maintenance release, and consists solely of a bugfix to
the TCP code.

Also included is a new version of the UNIX SSL/TLS routines that allows the
SSL/TLS certificate validation client code to validate alternative names in
server certificates.  This code has not been thoroughly regression-tested but
is believed to work.  To use this new code instead of the old support:
	cd imap-2004f/src/osdep/unix
	mv ssl_unix.c ssl_unix.old
	mv ssl_unix.new ssl_unix.c
Then rebuild.


Updated: 21 June 2005

imap-2004e is a maintenance release, consisting entirely of bugfixes.

There are no user-visible functional enhancements in this version.


Updated: 20 April 2005

imap-2004d is a maintenance release, released concurrently with Pine
4.63, and consists primarily of bugfixes

There is now a workaround for RedHat breaking flock().  However, since
RedHat has said that they don't support flock(), there is no guarantee
that they won't break it in the future.  So you may want to consider some
other Linux distribution or BSD instead.  See:
	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123415
for the gruesome details.

There are no user-visible functional enhancements in this version.


Updated: 18 January 2005

imap-2004c is a maintenance release, released concurrently with Pine
4.62, including fixes to quoted-printable encoding and CRAM-MD5
authentication.

NNTP proxy in imapd now supports the LIST and LSUB commands.

There are no other user-visible functional enhancements in this version.


Updated: 29 November 2004

imap-2004b is a maintenance release, consisting primarily of bugfixes.
Programs written for imap-2004a will build with this version without
modifification.

There are new ports for Solaris with Blastwave Community Open Source
Software (gcs) and Mandrake Linux (lmd).

SET_SNARFINTERVAL now controls how frequently local drivers will move new
mail from the mail spool as well as from a maildrop.  Maildrops are still
tied to a minimum interval of 1 minute, but there is now no minimum for the
spool file.

Character set conversions now map non-breaking space to space if the
destination character set doesn't have nbsp.  JIS Roman yen sign is now
mapped to Unicode yen sign.

There are no user-visible functional enhancements in this version.


Updated: 8 July 2004

imap-2004a is a maintenance release, consisting primarily of critical
bugfixes.  Programs written for imap-2004 will build with this version
without modification.

imapd now has a supported NNTP proxy capability.  If the file /etc/imapd.nntp
exists, the contents of that file are used as the host name of an NNTP
server which will be used whenever a #news. name is used.  For example, if
/etc/imapd.nntp contains nntp.example.com, and the IMAP client SELECTs or
EXAMINEs the name #news.comp.mail.imap, what will actually be opened in
imapd is {nntp.example.com/nntp}comp.mail.imap

The OSF/1 port (Digital UNIX, Tru64) now uses flocksim instead of flcksafe.
Some cretin decided to delete the winning flock() call and make flock() use
the losing fcntl() call instead.

The unix[nt] and mmdf drivers now prevent mail_append() from writing Status:,
X-Status:, X-UID, X-IMAP[base]:, and X-Keywords: header lines to a
traditional UNIX or MMDF format mailbox.  If any such lines are in the
text supplied to mail_append(), they will be quoted by prefixing with
"X-Original-" (e.g. Status: will become X-Original-Status:).

There are no user-visible functional enhancements in this version.


Updated: 10 May 2004

imap-2004 is a major release.  Programs written for imap-2002e should
build with this version with minor modification.  imap-2003 was not
released except as development snapshots.

mailutil has three new commands: delete, rename, and prune.

IPv6 support now exists for UNIX and W2K.  It is the default in W2K builds.
On UNIX, add "IP=6" to the make command line.  Windows IPv6 support is
only for W2K builds.

The NNTP driver now supports NNTP SASL and TLS.

The ldb (Debian) and lrh (RedHat) ports now look for mlock on
/usr/sbin/mlock instead of /etc/mlock.

imapd now supports the LITERAL+ and SASL-IR initial-response extensions.

The IMAP driver has some additional checks to reduce the amount of network
traffic, including executing "silly searches" (searches of sequence numbers
only) locally.

The IMAP, POP, SMTP, and NNTP drivers now have diagnostic code to provide
better information about servers which violate SASL's empty challenge
requirements (e.g. with the PLAIN mechanism).

There is a new mail_fetch_overview_sequence() function which is like
mail_fetch_overview() but takes a sequence number string as an argument.
There should have been a flags argument and FT_UID bit as in all the other
mail_fetch_???() functions but compatibility with the past... :-(

The overview_t callback (from mail_fetch_overview()) now has a fourth
argument which contains the message sequence number (as opposed to the UID
which is in the second argument).  It turned out that some applications were
calling mail_msgno() (which can be moderately expensive) to get the sequence
number, and c-client already knew it.

Many declarations which are completely internal to a driver have been removed
from the driver .h file, and in those cases where there are no external
declarations left the .h file has been eliminated entirely.  As part of this,
the mbox driver routines are now incorporated with the unix driver routines
as opposed to being a separate file.  The mbox driver still needs to be lunk
in order to get the mbox functionality.


Updated: 27 August 2003

imap-2002e is a minor release, released concurrently with Pine 4.58, and
contains primarily bugfixes.  Programs written for imap-2002d will build
with this version without modification.

The NNTP client code now tries to perform better with legacy NNTP servers
which do not comply with the current NNTP protocol specification draft, most
notably Netscape Collabra.

Delivery notifications now work reliably with SMTP servers that support it.

The following changes are primarily of concern to developers and power users:

There is a "limited advertise" option in env_unix.c which, if set, will only
advertise the user's own namespace and the #shared/ namespace.

It is now possible to build the IMAP toolkit with a separate SSL KEY file
from the certificate file (SSLKEYS vs. SSLCERTS).

A new BODY structure element, sparep, is available for the main program to
use as a pointer for its own purposes; as well as a SET_FREEBODYSPAREP
function, similar to SET_FREEENVELOPESPAREP, SET_FREEELTSPAREP, etc.


Updated: 28 May 2003

imap-2002d is a minor release, released concurrently with Pine 4.56, and
contains primarily bugfixes.  Programs written for imap-2002 should build
with this version without modification, with one exception.  That exception
is the ngbogus envelope flag, which stopped being used in imap-2002c and is
now gone for good.

The NNTP newsgroup listing code now tries to use wildmats on the NNTP server,
which should result in better performance especially on slow lines.  It is
also once again permitted to log in on NNTP servers when /loser is set.

imapd now supports the UNSELECT command.

A new envelope flag, imapenvonly, indicates that the envelope in a
MESSAGE/RFC822 BODY structure only has the IMAP envelope components and
not the additional components from c-client: Newsgroups, Followup-To,
and References.


Updated: 7 April 2003

imap-2002c is a minor release, released concurrently with Pine 4.55, and
contains primarily bugfixes.  Programs written for imap-2002 will build
with this version without modification.

The POP3 driver will, with new servers that support CAPA, use the LIST
command to get the elt->rfc822_size and the TOP command to get the message
header, instead of fetching the entire message.  Note that it is a bad idea
to do this with old servers, since they may misimplement LIST and TOP.  The
result is a substantial performance improvement.

Subject extraction for comparisons in SORT and THREAD are now done in full
compliance with the rules laid out in the specification.  This only makes
a difference if "re:" was part of a MIME quoted-word.

The new experimental #move namespace allows download-and-delete from a source
mailbox to a destination mailbox.  Immediately following #move is a delimiter
character which must not appear in the source mailbox name, then the source
mailbox name, then the delimiter again, then the destination mailbox name.
For example:
	#move+{pop3.foo.com/pop3}+INBOX
will download messages from "pop3.foo.com" into your local INBOX.

The NNTP driver now uses the LIST EXTENSIONS command as described in the
current NNTP protocol specification draft, and will prefer to use OVER over
XOVER, HDR over XHDR, etc.

The SET_NNTPRANGE function of mail_parameters() can be used to limit the
number of articles recognized by the NNTP driver, resulting in a substantial
performance improvement with NNTP servers that may have hundreds of thousands
of old articles in the spool.  If set non-zero, then only the last n article
numbers will be considered.  If you are on a slow link, you may want to set
this to 1000 or less.

Besides the normally tested UNIX and 32-bit Microsoft platforms, this release
has also been tested and will once build under TOPS-20 and VAX/VMS.  I also
fixed a bug which would keep it from building on 16-bit DOS, but I don't know
if it will build on that platform or not since I no longer have a system with
the old DOS C compiler.  It has not been tested on Macintosh (note however
that Mac OS X is a type of UNIX and should build), Amiga, or OS/2, and probably
no longer builds on those platforms.


Updated: 7 January 2003

imap-2002b is a maintenace release, released concurrently with Pine 4.52,
and contains only bugfixes.  Programs written for imap-2002 will build with
this version without modification.

Drivers which do not announce new mail are now indicated by the DR_NONEWMAIL
driver flag.  Driver which do not announce new mail when read-only are now
indicated by the DR_NONEWMAILRONLY flag.

There are no user-visible functional enhancements in this version.


Updated: 10 December 2002

imap-2002a is a maintenance release, consisting entirely of critical
bugfixes.  Programs written for imap-2002 will build with this version
without modification.

There are no functional enhancements in this version.


Updated: 28 October 2002

imap-2002 is a major release.  Programs written for imap-2001 will probably
build with this version without modification, with one exception.  That
exception is if the program uses [GS]ET_DISABLEAUTOMATICSHAREDNAMESPACES,
which has been renamed to [GS]ET_DISABLEAUTOSHAREDNS in order to placate
some compilers which don't like very long names.

SSLTYPE=nopwd is now the default, in accordance with current IESG security
requirements.  In order to build the IMAP toolkit without SSL/TLS you must
now use SSLTYPE=none.  At initial build time, you will be told if the SSLTYPE
setting is in compliance with IESG security requirements, and if it is not
you will be asked to confirm to continue the build.

ORDEREDSUBJECT threading has been changed in accordance with draft 12 of the
IMAP threading specification.  Previously, each non-root message in an
ORDEREDSUBJECT thread has been a child of the message immediately preceeding
it in the thread.  Draft 12 changes this so that the second message in the
thread is the child of the first (root) message, and all subsequent messages
are siblings of the first message.  This is significant in MUAs which display
the thread structure graphically; the new definition is much saner than the
old one since it does not nest endlessly due to parent/child relationships
that may not exist.  This also impacts imapd, since imapd's THREAD command
will return a thread structure.

RFC 1730 server support, which was disabled in imap-2001, is now fully
removed from imapd.  imapd still supports IMAP2bis, specifically the FIND
command, since there are still a few IMAP2 clients out there.

The IMAP client routines in the c-client library continue to support recognize
RFC 1730 servers, but do not implement the deprecated features of RFC 1730.

The Frequently Asked Questions file is now in HTML format, although a text
version (generated from the HTML version with Lynx) is also provided.

A new program, mailutil, is now bundled with the IMAP toolkit.  mailutil
replaces the old chkmail, imapcopy, imapmove, imapxfer, mbxcopy, mbxcreat,
and mbxcvt programs that were distributed in the imap-utils.  In addition,
the tmail, dmail, and mlock programs from the imap-utils are now also
bundled with the IMAP toolkit.

In addition to the usual bugfixes, the following c-client functionalities
are new in imap-2002:

The SET_DISABLE822TZTEXT parameter allows a client to suppress generation of
the "human friendly" time zone text in RFC822 dates.  This placates netnews
and some broken SMTP servers which think that long timezone names from Windows
are an attempt at a buffer overflow attack.

The restrictBox option in env_unix.c sets "restricted box" functionality,
which disables access to the root (leading "/"), access to other user's
directories (leading "~"), and access to superior directories via "..".

Content-Location is now supported by the "location" member of the BODY
structure.  Note that there is a bug in the IMAP client code in older
versions of the c-client library that causes it to handle BODYSTRUCTURE
extension data improperly if that data is a literal.  The new functionality
for Content-Location may trigger this bug.  The fix is either to upgrade
the IMAP client program to the imap-2002 version of c-client or to remove
the Content-Location support from imapd.

There are now 8 spare bits for application use in both the elts and the
mail streams.

mail_search() now returns a value (previously it was void).  If mail_search()
returns NIL, then the supplied charset was invalid or the IMAP server
returned NO (probably because the supplied charset was invalid).

New utf8_charset() routine to look up a charset and return c-client's
database about that charset if found.  Among other things, this will give
you the scripts supported by that charset and its Unicode conversion table.

New FT_NOLOOKAHEAD flag for mail_fetch_structure() disables fetching of
any envelopes other than the one specified.  Otherwise, it will try to do
anticipatory fetching (up to IMAPLOOKAHEAD).

New GET_FETCHLOOKAHEAD allows better control of mail_fetch_structure()
lookahead.  Instead of looking IMAPLOOKAHEAD messages forward from the
specified message, it will use a supplied SEARCHSET to generate message
sequences and ranges.  It will stop at IMAPLOOKAHEAD messages or at the
completion of a range which exceeds IMAPLOOKAHEAD.  The search set only
applies to the next mail_fetch_structure() on that stream, and is cleared
once it is used.  Call with
  SEARCHSET **set = (SEARCHSET **)
    mail_parameters (stream,GET_FETCHLOOKAHEAD,(void *) stream);
  *set = pointer to desired search set

New mail_shortdate() routine returns an date in the format expected by
SEARCHPGMs.


Updated: 2 November 2001

imap-2001a is a maintenance release, consisting primarily of bugfixes
including some critical bugfixes to crash and denial of service problems.
Programs written for imap-2001 will build with this version without
modification.

The following new facilities have also been added:

The new /norsh switch in mailbox names provides a more intuitive way of
disabling rsh-IMAP than the existing :143 or setting the rsh-timeout to 0.

Passwords are no longer returned in mm_dlog() callbacks unless the
application sets the SET_DEBUGSENSITIVE parameter.

The SET_NETFSSTATBUG parameter allows an application to force the
traditional UNIX mailbox driver to close and reopen the mailbox at ping
time.  This is EXTREMELY inefficient, and should only be used to access
files stored on AFS and old NFS systems.

The ISO 8859 and Windows conversion tables have been updated to comply
with Unicode 3.1, and the KOI8-R table has been verified as compliant with
Unicode 3.1.

The SPECIALS mechanism for passing parameters to the lowest level Makefile
has been updated to be more general.  See the next item for why you might
care.

New lrh port to build on Red Hat Linux 7.2, with pre-set definitions for
the places where Red Hat has placed Kerberos and SSL.  It's actually just
the lnp port with SPECIALS defined accordingly.  You may want to use it as
a model if your system needs such definitions.  Note that SPECIALS is
primarily for IMAP toolkit (and Pine) purposes, and that user settings
should use EXTRASPECIALS instead.


Updated: 22 June 2001

imap-2001 is a major release.  Programs written for imap-2000 will probably
build with this version without modification.

The FAQ document has been significantly expanded.  Be sure to read it for
more information.

In addition to the usual bugfixes, the following features are new in
imap-2001:

SSL is now fully integrated into the IMAP toolkit; the old "alt" kludges to
be able to produce a "sanitized" version of the IMAP toolkit to comply with
late unlamented US export regulations are now completely gone.

Full client and server TLS support is also in this release.

The server certificate must be signed by a trusted certificate authority and
the name in the certificate match the user's entry for the server host name;
this means that the user must enter a fully-qualified host name.

To build with SSL/TLS on UNIX, you now use "SSLTYPE=unix" instead of the
former "SPECIALAUTHENTICATORS=ssl".  To build with SSL/TLS on UNIX and disable
the use of plaintext passwords except when under SSL/TLS, use "SSLTYPE=nopwd"
instead of "SSLTYPE=unix".

RFC 1730 (IMAP4 as opposed to IMAP4rev1) support is turned off by default in
imapd.  No clients should still be using RFC 1730 protocol.  Look at the imapd
Makefile for how to re-enable RFC 1730 support.  Note that this code may be
removed in the future, so if you think you need it you had better let me know.

There are some new options (turned off by default) which attempt to work around
problems in certain clients.  See the FAQ file for more details.


Updated: 24 January 2001

imap-2000c is a maintenance release, consisting primarily of bugfixes.


Updated: 9 January 2001

imap-2000b is a maintenance release, consisting primarily of bugfixes.


Updated: 9 November 2000

imap-2000a is a maintenance release, consisting primarily of bugfixes.


Updated: 19 September 2000

imap-2000 is a major release.  There are major internal and external changes
from earlier versions (imap-4.x and imap-3.x series).  Programs written for
imap-4.x will probably build with this version without modification.  It is
extremely unlikely that a program written for imap-3.x or earlier series will
build with this version without modifications.  Drivers written for earlier
versions will definitely need to be rewritten.

In addition to the usual bugfixes, the following features are new in imap-2000:

SSL support is now available.  For UNIX, it is necessary to install some
version of OpenSSL; see imap-2000/docs/SSLBUILD for more information.  SSL
support is now automatic for the NT, NTK, and W2K ports.  SSL use is indicated
by the /ssl switch in the mailbox name.

With SSL connections, the server certificate is validated by the client code
on UNIX, and Windows 2000 unless /novalidate-cert is specified.  Server
certificates are currently is not validated on Windows 9x, Windows Millenium,
or Windows NT 4; this is an artifact of the operating system and not the port
(e.g. client code using the NT port will validate certificates if running on
Windows 2000).  On UNIX, the server certificate must be signed by a trusted
certificate authority.  On Windows 2000, the certificate must be signed by a
trusted certificate authority and match the user's entry for the server host
name; this means that the user must enter a fully-qualified host name.

Calendar reclama for the benefit of old broken non-Y2K compliant software.
Two digit years from 00 to 69 will be interpreted as 2000 through 2069.  In
addition, three digit years from 100 to 105 will be interpreted as 2000
through 2005.

Support for REFERENCES threading (in addition to the previously-existing
ORDEREDSUBJECT threading).

Support for the IMAP MULTIAPPEND extension.  This allows much faster uploading
of multiple messages to an IMAP server.

Support for the LOGINDISABLED IMAP capability.  If the IMAP server sends
LOGINDISABLED as a capability, the client code will never attempt to send an
IMAP LOGIN command.

Support for SASL authentication identity vs. authorization identity.  If the
authentication method does not support this concept (e.g. AUTH=CRAM-MD5,
AUTH=LOGIN, LOGIN command), the "*" character in the user name may be used to
indicate a separate authentication identity; for example, "fred*joe" indicates
authorization identity "fred", authentication identity "joe".


UNIX-specific Changes:

Support for SASL authentication identity vs. authorization identity in the
IMAP and POP3 servers.  If the user indicated by the authentication identity
is in the "mailadm" group, he may specify any authorization identity and get
logged in as the authorization identity user.

If the IMAP and POP3 servers are build with PASSWDTYPE=nul, it will send
LOGINDISABLED as a capability and also disable the AUTH=LOGIN and AUTH=PLAIN
SASL authenticators.

New MAILSUBDIR build option to change the default mailbox directory from the
user's home directory to a subdirectory of the user's home directory.  See
imap-2000/Makefile for more information.

New CHROOT_SERVER build option for closed server systems only.  If defined, a
chroot() call to the user's home directory is done as part of the login
process.  See imap-2000/Makefile for more information.

New ADVERTISE_THE_WORLD build option which will add an IMAP namespace that
points to the root.  Not for the faint of heart.

UNIX format mailboxes no longer require the pseudo-message, nor will a
pseudo-message be added to a mailbox that does not have one.  A new
X-IMAPbase: header will be written in the first message.  This is rather less
efficient and robust than the pseudo-message (which remains the encouraged
mechanism; UNIX format mailboxes will always be created with it), but perhaps
will pacify some people who get upset by the pseudo-message.

When building with MIT Kerberos it will try to detect and use libk5crypto.a
instead of libcrypto.a.

The mbx driver is more aggressive about cleaning up expunged messages that
couldn't be purged because of shared access to the mailbox at the time of
expunge.  Now, every checkpoint will try to purge such messages; and a
checkpoint is attempted at close time.


Windows-specific Changes:

New W2K port for Windows 2000.  In addition to supporting SSL using the
official SSPI interface (the NT and NTK ports invoke SChannel.DLL directly),
the W2K port also supports Microsoft Kerberos.  Note that the NT and NTK ports
will work on Windows 2000, but the W2K port will not work on NT4, Windows
9x, or Windows Millenium.

There is now a #user namespace, equivalent to the "~" namespace on UNIX.



Changes for Developers:

New c-client.h file which acts as a master include.  c-client based
applications should now include c-client.h instead of the individual c-client
files (mail.h, misc.h, etc.).  It is believed that c-client.h will work in C++
applications.

New GET_FREEENVELOPESPAREP/SET_FREEENVELOPESPAREP and
GET_FREEELTSPAREP/SET_FREEELTSPAREP function callbacks to free the "sparep"
member of the envelope and cache elements, respectively.

New OP_MULNEWSRC flag to mail_open() to use multiple newsrc files, and new
GET_NEWSRCQUERY/SET_NEWSRCQUERY function callbacks to get the name of the
newsrc file for news access.

New "secret" nntp_article() function to do the NNTP ARTICLE command; this is
generally useful only when chasing news URLs.

New GET_HIDEDOTFILES/SET_HIDEDOTFILES feature to suppress file names that
start with "." in mail_list() results.
PK�"[p�';;,share/doc/alt-php-libc-client11/calendar.txtnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

			 ALL ABOUT CALENDARS

     Although one can never be sure of what will happen at some future
time, there is strong historical precedent for presuming that the
present Gregorian calendar will still be in effect within the useful
lifetime of the IMAP toolkit.  We have therefore chosen to adhere to
these precedents.
 
     The purpose of a calendar is to reckon time in advance, to show
how many days have to elapse until a certain event takes place in the
future, such as the harvest or the release of a new version of Pine.
The earliest calendars, naturally, were crude and tended to be based
upon the seasons or the lunar cycle.
 

ANCIENT CALENDARS

     The calendar of the Assyrians, for example, was based upon the
phases of the moon.  They knew that a lunation (the time from one full
moon to the next) was 29 1/2 days long, so their lunar year had a
duration of 354 days.  This fell short of the solar year by about 11
days.  (The exact time for the solar year is approximately 365 days, 5
hours, 48 minutes, and 46 seconds.)  After 3 years, such a lunar
calendar would be off by a whole month, so the Assyrians added an extra
month from time to time to keep their calendar in synchronization with
the seasons.
 
     The best approximation that was possible in antiquity was a 19-year
period, with 7 of these 19 years having 13 months (leap months).  This
scheme was adopted as the basis for the lunar calendar used by the
Hebrews.  The Arabs also used this calendar until Mohammed forbade
shifting from 12 months to 13 months; this causes the Muslim holy month
of Ramadan to move backwards through the seasons, completing a cycle
every 32 1/2 years.
 
     When Rome emerged as a world power, the difficulties of making a
calendar were well known, but the Romans complicated their lives because
of their superstition that even numbers were unlucky.  Hence their
months were 29 or 31 days long, with the exception of February, which
had 28 days.  Every second year, the Roman calendar included an extra
month called Mercedonius of 22 or 23 days to keep up with the solar
year.


JULIAN CALENDAR

     Even this algorithm was very poor, so that in 45 BCE, Caesar,
advised by the astronomer Sosigenes, ordered a sweeping reform.  By
imperial decree, the year 46 BCE was made 445 days long to bring the
calendar back in step with the seasons.  The new calendar, similar to
the one we now use was called the Julian calendar (named after Julius
Caesar).

     Months in the Julian calendar were 30 or 31 days in length and
every fourth year was made a leap year (having 366 days) by adding a day
to the end of the year.  This leap year rule was not consistantly
applied until 8 CE.  The year-ending month of February, never a popular
month, was presently shortened so that Julius Caesar and Emperor
Augustus could each have long months named after them.

     Caesar also decreed that the year would start with the first of
January, which since 153 BCE was the day that Roman consuls took office,
and not the vernal equinox in late March.  Not everyone accepted that
part of his reform, as we shall see.

 
GREGORIAN CALENDAR

     Caesar's year was 11 1/2 minutes short of the calculations
recommended by Sosigenes and eventually the date of the vernal equinox
began to drift.  Roger Bacon became alarmed and sent a note to Pope
Clement IV, who apparently was not impressed.  Pope Sixtus IV later
became convinced that another reform was needed and called the German
astronomer, Regiomontanus, to Rome to advise him.  Unfortunately,
Regiomontanus died of the plague shortly thereafter and the plans died
as well.
 
     In 1545, the Council of Trent authorized Pope Gregory XIII to
reform the calendar once more.  Most of the mathematical work was done
by Father Christopher Clavius, S.J.  The immediate correction that was
adopted was that Thursday, October 4, 1582 was to be the last day of the
Julian calendar.  The next day was Friday, with the date of October 15.
For long range accuracy, a formula suggested by the Vatican librarian
Aloysius Giglio was adopted.  It said that every fourth year is a leap
year except for century years that are not divisible by 400.  Thus 1700,
1800 and 1900 would not be leap years, but 2000 would be a leap year
since 2000 is divisible by 400.  This rule eliminates 3 leap years every
4 centuries, making the calendar sufficiently correct for most ordinary
purposes.  This calendar is known as the Gregorian calendar and is the
one that we now use today.

     It is interesting to note that in 1582, all the Protestant princes
ignored the papal decree and so many countries continued to use the
Julian calendar until either 1698 or 1752.  Britain and its American
colonies went from Wednesday, September 2, 1752 to Thursday, September
14.  Prior to the changeover, the British used March 25 as the start of
the new year.

     In Russia, it needed the revolution to introduce the Gregorian
calendar in 1918.  Turkey didn't adopt it until 1927.


NUMBERING OF YEARS

     The numbering of the year is generally done according to an "era",
such as the year of a ruler's reign.

     In about 525, a monk named Dionysius Exiguus suggested that the
calculated year of Jesus' birth be designated as year 1 in the Julian
calendar.  This suggestion was adopted over the next 500 years and
subsequently followed in the Gregorian calendar.

     For the benefit of those who seek religious significance to the
calendar millenium, note that year 1 is too late by at least 4 years.
Herod the Great, named in the Christian Bible as having all children in
Bethlehem put to death in an attempt to kill the infant Jesus, died in 4
BCE.

     Nothing particularly significant of an historic or religious nature
happened in Gregorian year 1; however it has become a worldwide standard
as the "common era."  In modern times, the terms "CE" (common era) and
"BCE" (before common era) are preferred over the earlier (and, as we
have seen, less accurate) "AD" (anno Domini, "the year of the Lord") and
"BC" (before Christ).

     The Hebrew lunar calendar begins at 3760 BCE, the year of creation
in Jewish tradition.  The Muslim lunar calendar begins on July 16, 622,
when Mohammed fled from Mecca to Medina.

     The Japanese, Taiwanese, and North Koreans use the Gregorian
calendar, but number the year by political era.  In Japan, an era
begins when an emperor succeeds to the throne; year 1 of the Heisei
era was 1989 when Emperor Akihito ascended to the throne (the first
few days of 1989 was year 64 of the Shouwa era).  In Taiwan, year 1 is
the first full year after the founding of the Republic of China in 1911.
In North Korea, year 1 is the year of the Juche (self-reliance) ideal,
corresponding to the birth year of founder Kim Il-Sung (1912).  Thus,
year 2000 is Heisei 12 (Japan), 89th year of the Republic (Taiwan),
and Juche 89 (North Korea).


FURTHER MODIFICATIONS TO THE GREGORIAN CALENDAR

     Despite the great accuracy of the Gregorian calendar, it still
falls behind very slightly every few years.  The most serious problem
is that the earth's rotation is slowing gradually.  If you are very
concerned about this problem, we suggest that you tune in short wave
radio station WWV or the Global Positioning System, which broadcasts
official time signals for use in the United States.  About once every
3 years, they declare a leap second at which time you should be
careful to adjust your system clock.  If you have trouble picking up
their signals, we suggest you purchase an atomic clock (not part of
the IMAP toolkit).

     Another problem is that the Gregorian calendar represents a year
of 365.2425 days, whereas the actual time taken for the earth to
rotate around the Sun is 365.2421991 days.  Thus, the Gregorian calendar
is actually 26 seconds slow each year, resulting in the calendar
being one day behind every 3,300 or so years (a Y3.3K problem).

     Consequently, the Gregorian calendar has been modified with a
further rule, which is that years evenly divisible by 4000 are not
leap years.  Thus, the year 4000 will not be a leap year.  Or, at
least we assume that's what will happen assuming that the calendar
remains unchanged for the next 2000 years.

     The modified Gregorian calendar represents a year of 365.24225
days.  Thus, the modified Gregorian calendar is actually 4 seconds
slow each year, resulting in the calendar being one day slow every
20,000 or so years.  So there will be a Y20K problem.

     There is some dispute whether the modified Gregorian calendar was
officially adopted, or if it's just a proposal.  Other options (see
below) exist; fortunately no decision needs to be made for several
centuries yet.

     There is code in c-client to support the modified Gregorian
calendar, although it is currently disabled.  Sometime in the next
2000 years, someone will need to enable this code so that c-client is
Y4K compiliant.  Then, 18,000 years from now, someone will have to
tear into c-client's code to fix the Y20K bug.


EASTERN ORTHODOX MODIFICATION OF THE GREGORIAN CALENDAR

     The Eastern Orthodox church in 1923 established its own rules to
correct the Julian calendar.  In their calendar, century years modulo
900 must result in value of 200 or 600 to be considered a leap year.
Both the Orthodox and Gregorian calendar agree that the years 2000 and
2400 will be leap years, and the years 1900, 2100, 2200, 2300, 2500,
2600, 2700 are not.  However, the year 2800 will be a leap year in the
Gregorian calendar but not in the Orthodox calendar; similarly, the
year 2900 will be a leap year in the Orthodox calendar but not in the
Gregorian calendar.  Both calendars will agree that 3000 and
3100 are leap years, but will disagree again in 3200 and 3300.

     There is code in c-client to support the Orthodox calendar.  It
can be enabled by adding -DUSEORTHODOXCALENDAR=1 to the c-client
CFLAGS, e.g.
	make xxx EXTRACFLAGS="-DUSEORTHODOXCALENDAR=1"

     The Orthodox calendar represents a year of 365.24222222... days.
Thus, the Orthodox calendar is actually 2 seconds slow each year,
resulting in the calendar being one day slow every 40,000 or so years.
The Eastern Orthodox church has not yet made any statements on how the
Y40K bug will be fixed.


OTHER ISSUES AFFECTING THE CALENDAR IN THE FUTURE

     The effect of leap seconds also needs to be considered when
looking at the Y3.3K/Y4K, Y20K, and Y40K problems.  Leap seconds put
the clock back in line with the Earth's rotation, whereas leap years
put the calendar back in line with the Earth's revolution.  Since leap
seconds slow down the clock (and hence the calendar), they actually
bring the day of reckoning for the Gregorian and Orthodox calendars
sooner.

     Another factor is that the next ice age (technically, the end of
the current interglacial period; we are in the middle of an ice age
now!) is due around Y25K.  It is not known what perturbations this will
cause on the Earth's rotation and revolution, nor what calendar
adjustments will be necessary at that time.

     Hence my use of "or so" in predicting the years that the calendar
will fall behind.  The actual point may be anywhere from decades (in the
case of Y3.3K) to millenia (in the case of Y40K) off from these predictions.


MEANINGS OF DAY NAMES

     The names of days of the week from a combination of Roman and
Germanic names for celestial bodies:
. Sunday	Latin "dies solis" => "Sun's day"
. Monday	Latin "dies lunae" => "Moon's day"
. Tuesday	Germanic "Tiw's day" => "Mars' day"
. Wednesday	Germanic "Woden's day" => "Mercury's day"
. Thursday	Germanic "Thor's day" => "Jupiter's day"
. Friday	Germanic "Frigg's day" => "Venus' day"
. Saturday	Latin "dies Saturni" => "Saturn's day"


MEANINGS OF MONTH NAMES

     The names of the months are from the Roman calendar:
. January	Janus, protector of doorways
. February	Februalia, a time for sacrifice to atone for sins
. March		Mars, god of war
. April		Latin "aperire" => "to open" buds
. May		Maia, goddess of plant growth
. June		Latin "juvenis" => "youth"
. July		Julius Caesar
. August	Augustus Caesar
. September	Latin "septem" => "seven"
. October	Latin "octo" => "eight"
. November	Latin "novem" => "nine"
. December	Latin "decem" => "ten"

     As you'll notice, the last four months are numbered 7 to 10, which
is an artifact of the time when the new year started in March.


INTERESTING FORMULAE

     There's another reason why the historical starting of the new year
is significant.  Starting with March, the length of months follows a
mathematical series:
	31 30 31 30 31 31 30 31 30 31 31 28

     This means that you can calculate the day of week for any
arbitrary day/month/year of the Gregorian calendar with the following
formula (note all divisions are integral):
        _                                      _
       |     7 + 31*(m - 1)       y    y     y  |
 dow = | d + -------------- + y + - - --- + --- | MOD 7
       |_          12             4   100   400_|
where
 d   := day of month (1..31)
 m   := month in old style (March = 1..February = 12)
 y   := year in old style
 dow := day of week (Tuesday = 0..Monday = 6)

     To convert from new style month/year to old style:
  if (m > 2) m -= 2;		/* Mar-Dec: subtract 2 from month */
  else m += 10,y--;		/* Jan-Feb: months 11 & 12 of previous year */

     Here's another fun formula.  To find the number of days between two
days, calculate a pair of calendar days with the formula (again, all
divisions are integral), using new style month/year this time:
                        m
                    m + -
                        8             y    y     y
 d + 30 * (m - 1) + ----- + y * 365 + - - --- + --- - ld
                      2               4   100   400

where:
 d   := day of month (1..31)
 m   := month in new style (January = 1..December = 12)
 y   := year in new style
 ld  := leap day correction factor:
	0 for January and February in non-leap years
	1 for January and February in leap years
	2 for all other months in all years        

     In C code, the leap day correction factor is calculated as:
  (m < 3) ? !(y % 4) && ((y % 100) || !(y % 400)) : 2

     It's up to you to figure out how to adapt these formulas for the
Y4K bugfix and the Orthodox calendar.  If you're really clever, try to
use these formulae to implement the C library ctime(), gmtime(), and
mktime() functions.  Most C library implementations use a table of the
number of days in a month.  You don't need it.


ACKNOWLEDGEMENT:

The original version is from an old Digital Equipment Corporation SPR
answer for VMS.  Modifications for c-client, and additional information
added by Mark Crispin.
PK�"[�Sj���*share/doc/alt-php-libc-client11/naming.txtnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

		       Mailbox Name Conventions
			     Mark Crispin
			    5 October 2005


Please refer to the file drivers.txt for related information.


I. Special names

Special names appear by themselves.

I.a. INBOX

The name INBOX is special and refers to primary incoming message
mailbox on the local system.


I.b. #mhinbox (UNIX only)

The name #mhinbox is special and refers to the primary incoming mh
format mailbox on the local system.  Don't worry about this if you
don't know what mh format is.


II.  Special prefixes

All names which start with a "#" have a "special prefix" which
identifies an alternative namespace.  Special prefixes appear in front
of some additional text which constitutes a suffix.

II.a. #mh/ (UNIX only)

The prefix #mh/ is special and refers to the mh format mailbox named
with the suffix.  For example, #mh/foo refers to the mh format mailbox
named foo.  Don't worry about this if you don't know what mh format is.


II.b. #news. (UNIX only)

The prefix #news. is special and refers to the newsgroup named with
the suffix.  For example, #news.comp.mail.misc refers to the newsgroup
named comp.mail.misc.


II.c. #ftp/ (UNIX only)

The prefix #ftp/ is special and refers to the anonymous ftp filesystem
named with the suffix.  For example, #ftp/foo/bar refers to the file
/foo/bar in the anonymous FTP filesystem.  Anonymous FTP files are
available to anonymous IMAP logins.


II.d. #public/ (UNIX only)

The prefix #public/ is special and refers to the public files
filesystem named with the suffix.  For example, #public/foo/bar refers
to the file /foo/bar in the public filesystem.  Public files are
available to anonymous IMAP logins.


II.e. #shared/ (UNIX only)

The prefix #shared/ is special and refers to the shared files
filesystem named with the suffix.  For example, #shared/foo/bar
frefers to the file /foo/bar in the shared filesystem.


III. Remote names

All names which start with "{" are remote names, and are in the form
	"{" remote_system_name [":" port] [flags] "}" [mailbox_name]
where:
 remote_system_name	Internet domain name or bracketed IP address
			 of server.
 port			optional TCP port number, default is the
			 default port for that service		
 flags			optional flags, one of the following:
  "/service=" service	mailbox access service, default is "imap"
  "/user=" user		remote user name for login on the server
  "/authuser=" user	remote authentication user; if specified this
			 is the user name whose password is used (e.g.
			 administrator)
  "/anonymous"		remote access as anonymous user
  "/debug"		record protocol telemetry in application's
			 debug log
  "/secure"		do not transmit a plaintext password over
			 the network
  "/imap", "/imap2", "/imap2bis", "/imap4", "/imap4rev1"
			equivalent to /service=imap
  "/pop3"		equivalent to /service=pop3
  "/nntp"		equivalent to /service=nntp
  "/norsh"		do not use rsh or ssh to establish a preauthenticated
			 IMAP session
  "/ssl"		use the Secure Socket Layer to encrypt the session
  "/validate-cert"	validate certificates from TLS/SSL server (this is the
			 default behavior)
  "/novalidate-cert"	do not validate certificates from TLS/SSL server,
			 needed if server uses self-signed certificates
  "/tls"		force use of start-TLS to encrypt the session, and
			 reject connection to servers that do not support it
  "/tls-sslv23"		use the depreciated SSLv23 client when negotiating
			 TLS to the server.  This is necessary with some
			 broken servers which (incorrectly) think that TLS
			 is just another way of doing SSL.
  "/notls"		do not do start-TLS to encrypt the session, even
			 with servers that support it
  "/readonly"		request read-only mailbox open (IMAP only; ignored
			 on NNTP, and an error with SMTP and POP3)
  "/loser"		disable various protocol features and perform various
			 client-side workarounds; for example, it disables
			 the SEARCH command in IMAP and does client-side
			 searching instead.  The precise measures taken by
			 /loser depend upon the protocol and are subject to
			 change over time.  /loser is intended for use with
			 defective servers which do not implement the
			 protocol specification correctly.  It should be used
			 only as a last resort since it will seriously
			 degrade performance.
 mailbox_name		remote mailbox name, default is INBOX

For example:
	{imap.foo.com}INBOX
opens an IMAP connection to system imap.foo.com and selects INBOX.


IV. All other names

All other names are treated as local file names, relative to the
user's home directory.  Read drivers.txt for more details.
PK�"[���,�8�8*share/doc/alt-php-libc-client11/mixfmt.txtnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

Last update: 18 December 2006

INTRODUCTION

This file is the descendant of a design document used to specify the
mix format.  An attempt is being made to keep this document more or
less current with the way the mix format actually works.


1. Mix mailbox naming

Mailbox names correspond to directory names; thus mix format mailboxes
are "dual-use" (lack both \NoInferiors and \NoSelect).  This will
satisfy some long-standing requests.


2. Mailbox files

A mix format mailbox is a directory with regular files with filenames
of:
	.mixmeta	mailbox metadata file
	.mixindex	message index file (message static data)
	.mixstatus	message status file (message dynamic data)
	.mix########	(where ######### is a <hex8>) secondary message
			 data files.
	.mix		primary message data file (used in experimental
			 versions, supported for compatibility only)

2.1 Metadata, index, and status files

The mailbox metadata, index, and status files contain a sequence of
CRLF-terminated lines.  These files have an update sequence, which is
a strictly-ascending sequence value.  Any time the file is changed,
the update sequence is increased; this allows easy detection of
whether the file has been changed by another process.  For now, this
update sequence is a modseq (see below).

2.1.1 Metadata file

The mailbox metadata file is called ".mixmeta".  It contains a series
of CRLF-terminated lines.  The first character of the line is a key that
identifies the payload of the line, and the remainder of the line is the
payload.
	Key	Payload
	---	-------
	 S	<hex8>			;; update sequence
	 V	<hex8>			;; UIDVALIDITY
	 L	<hex8>			;; UIDLAST
	 N	<hex8>			;; current new message file
	 K	[atom 0*(SP atom)]	;; keyword list

All other keys are reserved for future assignment and must be ignored
(and may be discarded) by software which does not recognize them.  The
mailbox metadata file is rewritten as part of new mail delivery (so
APPENDUID/COPYUID can work) and when new keywords are added.

2.1.2 Message static index file

The mailbox message static index file is called ".mixindex".  It contains
a series of CRLF-terminated lines.  The first character of the line is a
key that identifies the payload of the line, and the remainder of the line
is the payload.
	Key	Payload
	---	-------
	 S	<hex8>			;; update sequence
	 :	<uid>:<date>:<size>:<file>:<pos>:<isiz>:<hsiz>
	 				;; per-message record

The per-message records contain the following data:
	<uid>  = <hex8>			;; message UID
	<date> = <yyyymmddhhmmss+zzzz>	;; internal date
	<size> = <hex8>			;; rfc822.size
	<file> = <hex8>			;; message data file (0 = .mix file)
	<pos>  = <hex8>			;; message position in file
	<isiz> = <hex8>			;; message internal data size
	<hsiz> = <hex8>			;; header size (offset to body)

All other keys, and subsequent fields in per-message records, are
reserved for future assignment and must be ignored (and may be
discarded) by software which does not recognize them.  The mailbox
metadata file is appended by new mail delivery and rewritten by
expunge "burping", and otherwise is not altered.

2.1.3 Message dynamic status file

The mailbox message dynamic status file is called ".mixstatus".  It contains
a series of CRLF-terminated lines.  The first character of the line is a
key that identifies the payload of the line, and the remainder of the line
is the payload.
   	Key	Payload
	---	-------
	 S	<hex8>			;; update sequence
	 :	<uid>:<uf>:<sf>:<mod>:	;; per-message record

The per-message records contain the following data:
	<uid>  = <hex8>			;; message UID
	<keys> = <hex8>			;; keyword flags
	<flag> = <hex4>			;; system flags
	<mod>  = <hex8>			;; date/time last modified (modseq)

All other keys, and subsequent fields in per-message records, are
reserved for future assignment and must be ignored (and may be
discarded) by software which does not recognize them.  The mailbox
dynamic idex file is rewritten by flag changes (or any future change
that alters dynamic data) and is re-read when a session sees that the
mtime has changed (atime and ctime are not used).

The modseq is an unsigned 32-bit date/time, along with a guarantee
that this value can not go backwards.  It currently corresponds to the
time from time(); however, since it is unsigned, it won't run out until
the year 2106.  In the future, this may be used as a basic for implementing
the IMAP CONDSTORE extension.

2.2 Message data files

A mix message file is a regular file with filename starting with
".mix" followed by a <hex8> suffix which indicates the file number.  It
contains a series of CRLF-terminated lines.  By special dispensation, the
filename ".mix" is used for file number 0, which was used in experimental
versions of mix as a "primary" file (this concept no longer exists).

A file number is set to the current modseq when it is created.  If a copy
or append causes the file to exceed the compiled-in file size limit, a new
file is started and the metadata is updated accordingly.

Preceeding each message is per-message record with the following format:
   	Key	Payload
	---	-------
					;; per-message record
	:	:<code>:<uid>:<date>:<size>:

The per-message records contain the following data:
	<code> = "msg"			;; fixed code
	<uid>  = <hex8>			;; message UID
	<date> = <yyyymmddhhmmss+zzzz>	;; internal date
	<size> = <hex8>			;; rfc822.size
The message data begins on the next line

Subsequent fields are reserved for future assignment and must be ignored.


3. New mail delivery

To deliver a new message, it is necessary to share lock the destination
metadata file, then get an exclusive lock on the destination index and
status files.  Once this is done, the new message data is appended to the
new message file.  The metadata (UIDLAST value), index, and status
files are all updated to add the new message.

Then all the destination mailbox files are closed.


4. Mailbox pinging

The index and status files are share locked.  Initially, sequences are
remembered as zero, so at open time they are always "altered".

The sequence from the index file is checked; if it is altered the index
file is read and processed as follows:
 . If expunge is permitted, then any messages that are not in the index
   are reported as having been expunged via mm_expunged().
 . new messages are announced via mm_exists()/mm_recent().

Next, the sequence from the status file is checked.  If it is altered,
the status file is read and the status updated for any message which is
new or has an altered modseq in the status file.  Altered modseq messages
are announced via mm_flags().

Then the index and status files are closed.


4. Flag alteration

The status file is exclusive locked.

The sequence from the status file is checked.  If it is altered, the
status file is read and the status updated for any message which is
new or has an altered modseq in the status file.  Altered modseq
messages are announced via mm_flags().

The alterations are then applied for all requested messages, updating
the modseq for each requestedmessage which changes flags as a result
of the alteration (alterations which do not result in a change do not
alter the modseq).  Then the status file is rewritten with a new
sequence, but only if flags of at least one message was changed.

Then the status file is closed.


5. Checkpoint and expunge

Checkpoint is identical to expunge, however it skips the step of expunging
deleted messages.

The index and status files are locked exclusive.  If expunging, all
deleted messages are expunged from the index and announced via
mm_expunged().  The message data is notremoved at this time.

If a checkpoint was requested, or if any messages were expunged, or if
it remembered that a "burp" was needed, then:
 . the metadata file is locked exclusive.  If this fails, remember that
   a burp is needed.  Otherwise perform a burp:
   . calculate the file byte ranges occupied by expunged messages
   . for each file needing "burping", open and slide down subsequent file
     data on top of the expunged messages
 . update the index and status files

Then the index and status files are closed.

5.1 More details on expunging and "burping"

Shared expunge presents a problem due to the requirements of the IMAP
protocol.  You can't "burp" away a message until you are certain that
no sharers have a pointer to any longer.  Consequently, for the nonce
"burping" out expunged data be defered to an exclusive expunge as in
mbx format.

If shared burping is ever implemented, then care will be needed not to
burp data that a session still relies upon.  It's easy enough to burp
the index files; just create new index files, deleting the old, and
require that you look for a new one appearing at mailbox ping time
(when it's safe).  The data files are a problem, since we
intentionally don't want to keep them open and do want to avoid quota
problems by overwriting in place.  Also, when you burp you have to
change the pointers in the index file.

Bottom line: shared burping is too hairy right now, so the first
version will do exclusive-only burping and not worry about it.  If
shared burping is really needed, then that routine will need to be
rewritten.

Shared burping has been a problem for every other IMAP server.  Most
get it wrong, and cause terrible confusion to clients (including
client crashes).


6. Message data file file roll out strategy

The current new message file is finalized, and a new one started, when
an append or copy is done that would cause the file to grow to larger
than a preconfigured size (MIXDATAROLL).  A multi-message copy or
append is written into its entirety to a single new message file.  In
the case of multi-copy, the new message file is switched when the sum
of the sizes of all messages to be copied would cause the current new
message file to exceed MIXDATAROLL.  In the case of multi-append, only
the first message is considered; this is due to technical limitations.

7. Error detection

Mix detects bad data in the metadata, index, and status files; and
declares the stream dead.  It does not unilaterally reassign
UIDVALIDITY the way that the flat file formats do.

When mix reads a header from the message file, it also reads the
per-message record and verifies that there is a per-message record there.
This is a simple test for message file corruption.  It doesn't declare
the stream dead; it simply issues an error message and returns a
zero-length string for the message header.  This makes it possible for
the user to fix the mailbox simply by deleting and expunging any messages
that are in this state.


8. Reconstruct tool

[None of this is implemented yet.]

The layout of these files is designed to make the reconstruct tool be
as simple as possible.  Much of the need for the reconstruct tool is
eliminated since the mix format has a much more limited scope of
writing than the flat file formats; thus there is "less collateral
damage."

If the metadata file is lost or corrupted, then all keywords are lost;
if the mailbox has any keywords used in the .mixstatus file, it'll be
necessary to create some placeholder names.  Otherwise, a new
UIDVALIDITY can be assigned, and a good UIDLAST value calculated by
the reconstruct tool.  Since this file is very small, it's not likely
to be damaged.

If the index file is lost or corrupted, it is possible to reconstruct
it with no loss by reading all the data files.  However, this could
cause expunged but not yet burped messages to reappear.

If the status file is lost or corrupted, then flags are lost and
will revert to a default state of no flags set.  Just deleting the
corrupted file is good enough.

The reconstruct tool can use the per-message record in the message
file to locate messages if the recorded sizes and/or messages are
corrupt.  If that happens, it will need to rebuild the index file
(with associated changes to the metadata file to change the
UIDVALIDITY).  That should probably be a manual operation and not be
part of the default operation or auto-reconstruct.


9. Locking strategy

The mix format does not use the traditional c-client /tmp file locking.

The metadata file is open and locked whenever the mailbox is open.
Normally this is a shared lock, but it will be upgraded to exclusive
if the mailbox is expunged.  As a guard (since there is no true
lock-upgrade/downgrade on UNIX), the index exclusive lock must be
acquired first before upgrading to exclusive.

The index file is shared locked when reading the index, and exclusive
locked (and read) when appending new messages to the index or when
expunging (note that expunging also requires an exclusive lock on
metadata).  Normally, the index file is not open or locked.

The status file is shared locked when reading status, and exclusive
locked (and read) when updating status.  Normally, the status file is
not open or locked.

It isn't necessary to lock any of the data files as long as we only
have exclusive burping.


10. Memory usage

The mix format returns a file stringstruct, which is the modern
c-client behavior.  This prevents imapd from growing to enormous sizes
due to a godzillagram (how it affects other programs depends upon what
they do with the returned stringstruct).


11. Future extensions

Cached ENVELOPE, BODYSTRUCTURE.  Cyrus does, and this will eliminate
most of the reason to access the data files.  Possibly cached overviews,
ala NNTP, instead?


Support for ANNOTATION.


12. RENAME issues

Mix currently makes no attempt to address the IMAP RENAME problem.
This occurs when a mailbox is deleted, and another mailbox is renamed
with that name in place, no attempt is made to reassign UIDVALIDITY
for this mailbox and all the inferior mailboxes.  This potentially can
cause problems for a disconnected-use client that has cached status
for the old mailbox which had that name.

The RENAME problem is a well known flaw in the IMAP protocol.  Few
servers correctly handle it (among other things, not only do all the
UIDVALIDITY values have to be changed but this has to be done
atomically!).  It was a mistake to add RENAME into IMAP, but it's much
too late to remove it now.
PK�"[�g���K�K+share/doc/alt-php-libc-client11/locking.txtnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

	 UNIX Advisory File Locking Implications on c-client
		    Mark Crispin, 28 November 1995


	THIS DOCUMENT HAS BEEN UPDATED TO REFLECT THE FACT THAT
	LINUX SUPPORTS BOTH flock() AND fcntl() AND THAT OSF/1
	HAS BEEN BROKEN SO THAT IT ONLY SUPPORTS fcntl().
	-- JUNE 15, 2004

	THIS DOCUMENT HAS BEEN UPDATED TO REFLECT THE CODE IN THE
	IMAP-4 TOOLKIT AS OF NOVEMBER 28, 1995.  SOME STATEMENTS
	IN THIS DOCUMENT DO NOT APPLY TO EARLIER VERSIONS OF THE
	IMAP TOOLKIT.

INTRODUCTION

     Advisory locking is a mechanism by which cooperating processes
can signal to each other their usage of a resource and whether or not
that usage is critical.  It is not a mechanism to protect against
processes which do not cooperate in the locking.

     The most basic form of locking involves a counter.  This counter
is -1 when the resource is available.  If a process wants the lock, it
executes an atomic increment-and-test-if-zero.  If the value is zero,
the process has the lock and can execute the critical code that needs
exclusive usage of a resource.  When it is finished, it sets the lock
back to -1.  In C terms:

  while (++lock)		/* try to get lock */
    invoke_other_threads ();	/* failed, try again */
   .
   .	/* critical code  here */
   .
  lock = -1;			/* release lock */

     This particular form of locking appears most commonly in
multi-threaded applications such as operating system kernels.  It
makes several presumptions:
 (1) it is alright to keep testing the lock (no overflow)
 (2) the critical resource is single-access only
 (3) there is shared writeable memory between the two threads
 (4) the threads can be trusted to release the lock when finished

     In applications programming on multi-user systems, most commonly
the other threads are in an entirely different process, which may even
be logged in as a different user.  Few operating systems offer shared
writeable memory between such processes.

     A means of communicating this is by use of a file with a mutually
agreed upon name.  A binary semaphore can be passed by means of the
existance or non-existance of that file, provided that there is an
atomic means to create a file if and only if that file does not exist.
In C terms:

				/* try to get lock */
  while ((fd = open ("lockfile",O_WRONLY|O_CREAT|O_EXCL,0666)) < 0)
    sleep (1);			/* failed, try again */
  close (fd);			/* got the lock */
   .
   .	/* critical code  here */
   .
  unlink ("lockfile"); 		/* release lock */

     This form of locking makes fewer presumptions, but it still is
guilty of presumptions (2) and (4) above.  Presumption (2) limits the
ability to have processes sharing a resource in a non-conflicting
fashion (e.g. reading from a file).  Presumption (4) leads to
deadlocks should the process crash while it has a resource locked.

     Most modern operating systems provide a resource locking system
call that has none of these presumptions.  In particular, a mechanism
is provided for identifying shared locks as opposed to exclusive
locks.  A shared lock permits other processes to obtain a shared lock,
but denies exclusive locks.  In other words:

	current state		want shared	want exclusive
	-------------		-----------	--------------
	 unlocked		 YES		 YES
	 locked shared		 YES		 NO
	 locked exclusive	 NO		 NO

     Furthermore, the operating system automatically relinquishes all
locks held by that process when it terminates.

     A useful operation is the ability to upgrade a shared lock to
exclusive (provided there are no other shared users of the lock) and
to downgrade an exclusive lock to shared.  It is important that at no
time is the lock ever removed; a process upgrading to exclusive must
not relenquish its shared lock.

     Most commonly, the resources being locked are files.  Shared
locks are particularly important with files; multiple simultaneous
processes can read from a file, but only one can safely write at a
time.  Some writes may be safer than others; an append to the end of
the file is safer than changing existing file data.  In turn, changing
a file record in place is safer than rewriting the file with an
entirely different structure.


FILE LOCKING ON UNIX

     In the oldest versions of UNIX, the use of a semaphore lockfile
was the only available form of locking.  Advisory locking system calls
were not added to UNIX until after the BSD vs. System V split.  Both
of these system calls deal with file resources only.

     Most systems only have one or the other form of locking.  AIX
and newer versions of OSF/1 emulate the BSD form of locking as a jacket
into the System V form.  Ultrix and Linux implement both forms.

BSD

     BSD added the flock() system call.  It offers capabilities to
acquire shared lock, acquire exclusive lock, and unlock.  Optionally,
the process can request an immediate error return instead of blocking
when the lock is unavailable.


FLOCK() BUGS

     flock() advertises that it permits upgrading of shared locks to
exclusive and downgrading of exclusive locks to shared, but it does so
by releasing the former lock and then trying to acquire the new lock.
This creates a window of vulnerability in which another process can
grab the exclusive lock.  Therefore, this capability is not useful,
although many programmers have been deluded by incautious reading of
the flock() man page to believe otherwise.  This problem can be
programmed around, once the programmer is aware of it.

     flock() always returns as if it succeeded on NFS files, when in
fact it is a no-op.  There is no way around this.

     Leaving aside these two problems, flock() works remarkably well,
and has shown itself to be robust and trustworthy.

SYSTEM V/POSIX

     System V added new functions to the fnctl() system call, and a
simple interface through the lockf() subroutine.  This was
subsequently included in POSIX.  Both offer the facility to apply the
lock to a particular region of the file instead of to the entire file.
lockf() only supports exclusive locks, and calls fcntl() internally;
hence it won't be discussed further.

     Functionally, fcntl() locking is a superset of flock(); it is
possible to implement a flock() emulator using fcntl(), with one minor
exception: it is not possible to acquire an exclusive lock if the file
is not open for write.

     The fcntl() locking functions are: query lock station of a file
region, lock/unlock a region, and lock/unlock a region and block until
have the lock.  The locks may be shared or exclusive.  By means of the
statd and lockd daemons, fcntl() locking is available on NFS files.

     When statd is started at system boot, it reads its /etc/state
file (which contains the number of times it has been invoked) and
/etc/sm directory (which contains a list of all remote sites which are
client or server locking with this site), and notifies the statd on
each of these systems that it has been restarted.  Each statd then
notifies the local lockd of the restart of that system.

     lockd receives fcntl() requests for NFS files.  It communicates
with the lockd at the server and requests it to apply the lock, and
with the statd to request it for notification when the server goes
down.  It blocks until all these requests are completed.

     There is quite a mythos about fcntl() locking.

     One religion holds that fcntl() locking is the best thing since
sliced bread, and that programs which use flock() should be converted
to fcntl() so that NFS locking will work.  However, as noted above,
very few systems support both calls, so such an exercise is pointless
except on Ultrix and Linux.

     Another religion, which I adhere to, has the opposite viewpoint.


FCNTL() BUGS

     For all of the hairy code to do individual section locking of a
file, it's clear that the designers of fcntl() locking never
considered some very basic locking operations.  It's as if all they
knew about locking they got out of some CS textbook with not
investigation of real-world needs.

     It is not possible to acquire an exclusive lock unless the file
is open for write.  You could have append with shared read, and thus
you could have a case in which a read-only access may need to go
exclusive.  This problem can be programmed around once the programmer
is aware of it.

     If the file is opened on another file designator in the same
process, the file is unlocked even if no attempt is made to do any
form of locking on the second designator.  This is a very bad bug.  It
means that an application must keep track of all the files that it has
opened and locked.

     If there is no statd/lockd on the NFS server, fcntl() will hang
forever waiting for them to appear.  This is a bad bug.  It means that
any attempt to lock on a server that doesn't run these daemons will
hang.  There is no way for an application to request flock() style
``try to lock, but no-op if the mechanism ain't there''.

     There is a rumor to the effect that fcntl() will hang forever on
local files too if there is no local statd/lockd.  These daemons are
running on mailer.u, although they appear not to have much CPU time.
A useful experiment would be to kill them and see if imapd is affected
in any way, but I decline to do so without an OK from UCS!  ;-) If
killing statd/lockd can be done without breaking fcntl() on local
files, this would become one of the primary means of dealing with this
problem.

     The statd and lockd daemons have quite a reputation for extreme
fragility.  There have been numerous reports about the locking
mechanism being wedged on a systemwide or even clusterwide basis,
requiring a reboot to clear.  It is rumored that this wedge, once it
happens, also blocks local locking.  Presumably killing and restarting
statd would suffice to clear the wedge, but I haven't verified this.

     There appears to be a limit to how many locks may be in use at a
time on the system, although the documentation only mentions it in
passing.  On some of their systems, UCS has increased lockd's ``size
of the socket buffer'', whatever that means.

C-CLIENT USAGE

     c-client uses flock().  On System V systems, flock() is simulated
by an emulator that calls fcntl().


BEZERK AND MMDF

     Locking in the traditional UNIX formats was largely dictated by
the status quo in other applications; however, additional protection
is added against inadvertantly running multiple instances of a
c-client application on the same mail file.

     (1) c-client attempts to create a .lock file (mail file name with
``.lock'' appended) whenever it reads from, or writes to, the mail
file.  This is an exclusive lock, and is held only for short periods
of time while c-client is actually doing the I/O.  There is a 5-minute
timeout for this lock, after which it is broken on the presumption
that it is a stale lock.  If it can not create the .lock file due to
an EACCES (protection failure) error, it once silently proceeded
without this lock; this was for systems which protect /usr/spool/mail
from unprivileged processes creating files.  Today, c-client reports
an error unless it is built otherwise.  The purpose of this lock is to
prevent against unfavorable interactions with mail delivery.

     (2) c-client applies a shared flock() to the mail file whenever
it reads from the mail file, and an exclusive flock() whenever it
writes to the mail file.  This lock is freed as soon as it finishes
reading.  The purpose of this lock is to prevent against unfavorable
interactions with mail delivery.

     (3) c-client applies an exclusive flock() to a file on /tmp
(whose name represents the device and inode number of the file) when
it opens the mail file.  This lock is maintained throughout the
session, although c-client has a feature (called ``kiss of death'')
which permits c-client to forcibly and irreversibly seize the lock
from a cooperating c-client application that surrenders the lock on
demand.  The purpose of this lock is to prevent against unfavorable
interactions with other instances of c-client (rewriting the mail
file).

     Mail delivery daemons use lock (1), (2), or both.  Lock (1) works
over NFS; lock (2) is the only one that works on sites that protect
/usr/spool/mail against unprivileged file creation.  Prudent mail
delivery daemons use both forms of locking, and of course so does
c-client.

     If only lock (2) is used, then multiple processes can read from
the mail file simultaneously, although in real life this doesn't
really change things.  The normal state of locks (1) and (2) is
unlocked except for very brief periods.


TENEX AND MTX

     The design of the locking mechanism of these formats was
motivated by a design to enable multiple simultaneous read/write
access.  It is almost the reverse of how locking works with
bezerk/mmdf.

     (1) c-client applies a shared flock() to the mail file when it
opens the mail file.  It upgrades this lock to exclusive whenever it
tries to expunge the mail file.  Because of the flock() bug that
upgrading a lock actually releases it, it will not do so until it has
acquired an exclusive lock (2) first.  The purpose of this lock is to
prevent against expunge taking place while some other c-client has the
mail file open (and thus knows where all the messages are).

     (2) c-client applies a shared flock() to a file on /tmp (whose
name represents the device and inode number of the file) when it
parses the mail file.  It applies an exclusive flock() to this file
when it appends new mail to the mail file, as well as before it
attempts to upgrade lock (1) to exclusive.  The purpose of this lock
is to prevent against data being appended while some other c-client is
parsing mail in the file (to prevent reading of incomplete messages).
It also protects against the lock-releasing timing race on lock (1).

OBSERVATIONS

     In a perfect world, locking works.  You are protected against
unfavorable interactions with the mailer and against your own mistake
by running more than one instance of your mail reader.  In tenex/mtx
formats, you have the additional benefit that multiple simultaneous
read/write access works, with the sole restriction being that you
can't expunge if there are any sharers of the mail file.

     If the mail file is NFS-mounted, then flock() locking is a silent
no-op.  This is the way BSD implements flock(), and c-client's
emulation of flock() through fcntl() tests for NFS files and
duplicates this functionality.  There is no locking protection for
tenex/mtx mail files at all, and only protection against the mailer
for bezerk/mmdf mail files.  This has been the accepted state of
affairs on UNIX for many sad years.

     If you can not create .lock files, it should not affect locking,
since the flock() locks suffice for all protection.  This is, however,
not true if the mailer does not check for flock() locking, or if the
the mail file is NFS-mounted.

     What this means is that there is *no* locking protection at all
in the case of a client using an NFS-mounted /usr/spool/mail that does
not permit file creation by unprivileged programs.  It is impossible,
under these circumstances, for an unprivileged program to do anything
about it.  Worse, if EACCES errors on .lock file creation are no-op'ed
, the user won't even know about it.  This is arguably a site
configuration error.

     The problem with not being able to create .lock files exists on
System V as well, but the failure modes for flock() -- which is
implemented via fcntl() -- are different.

     On System V, if the mail file is NFS-mounted and either the
client or the server lacks a functioning statd/lockd pair, then the
lock attempt would have hung forever if it weren't for the fact that
c-client tests for NFS and no-ops the flock() emulator in this case.
Systemwide or clusterwide failures of statd/lockd have been known to
occur which cause all locks in all processes to hang (including
local?).  Without the special NFS test made by c-client, there would
be no way to request BSD-style no-op behavior, nor is there any way to
determine that this is happening other than the system being hung.

     The additional locking introduced by c-client was shown to cause
much more stress on the System V locking mechanism than has
traditionally been placed upon it.  If it was stressed too far, all
hell broke loose.  Fortunately, this is now past history.

TRADEOFFS

     c-client based applications have a reasonable chance of winning
as long as you don't use NFS for remote access to mail files.  That's
what IMAP is for, after all.  It is, however, very important to
realize that you can *not* use the lock-upgrade feature by itself
because it releases the lock as an interim step -- you need to have
lock-upgrading guarded by another lock.

     If you have the misfortune of using System V, you are likely to
run into problems sooner or later having to do with statd/lockd.  You
basically end up with one of three unsatisfactory choices:
	1) Grit your teeth and live with it.
	2) Try to make it work:
	   a) avoid NFS access so as not to stress statd/lockd.
	   b) try to understand the code in statd/lockd and hack it
	      to be more robust.
	   c) hunt out the system limit of locks, if there is one,
	      and increase it.  Figure on at least two locks per
	      simultaneous imapd process and four locks per Pine
	      process.  Better yet, make the limit be 10 times the
	      maximum number of processes.
	   d) increase the socket buffer (-S switch to lockd) if
	      it is offered.  I don't know what this actually does,
	      but giving lockd more resources to do its work can't
	      hurt.  Maybe.
	3) Decide that it can't possibly work, and turn off the 
	   fcntl() calls in your program.
	4) If nuking statd/lockd can be done without breaking local
	   locking, then do so.  This would make SVR4 have the same
	   limitations as BSD locking, with a couple of additional
	   bugs.
	5) Check for NFS, and don't do the fcntl() in the NFS case.
	   This is what c-client does.

     Note that if you are going to use NFS to access files on a server
which does not have statd/lockd running, your only choice is (3), (4),
or (5).  Here again, IMAP can bail you out.

     These problems aren't unique to c-client applications; they have
also been reported with Elm, Mediamail, and other email tools.

     Of the other two SVR4 locking bugs:

     Programmer awareness is necessary to deal with the bug that you
can not get an exclusive lock unless the file is open for write.  I
believe that c-client has fixed all of these cases.

     The problem about opening a second designator smashing any
current locks on the file has not been addressed satisfactorily yet.
This is not an easy problem to deal with, especially in c-client which
really doesn't know what other files/streams may be open by Pine.

     Aren't you so happy that you bought an System V system?
PK�"[\3������,share/doc/alt-php-libc-client11/internal.txtnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

	  Documentation of c-client Functions and Interfaces

REVISED: 19 August 1996

				  Credits

     The original version of this document was written by Mark Crispin at
the University of Washington, and described the version of c-client that
supported the IMAP2 (RFC 1176) and IMAP2bis (unpublished) protocols.

     This version is a substantial rewrite of that document, and was
written by Mark Crispin with funding from Sun Microsystems, Incorporated.
Sun's generous support of this work is gratefully acknowledged.


				 Road Map

     This document is organized into the following sections.  Except as
noted, an implementor of an application that uses c-client needs to be
familiar with all of these sections.  Someone who plans to write a new
mailbox driver for c-client (or otherwise modify it) needs to be familiar
with all sections, no exception.

History
	History of how c-client came about.

Overview
	Read this before designing an application that uses c-client.

c-client Structures
	Documentation of several important c-client structs which are
	used in, and returned by, c-client calls.

String Structures
	Documentation of the concept of a "string structure", which
	provides random access to strings without requiring that the
	string be in memory.

c-client Support Functions
	Documentation of support functions for c-client; these deal
	with c-client functionality.

	Only mail_parameters() is of interest to most application
	developers.  Advanced application developers, particularly
	for limited memory systems, may also need to know about the
	readfn_t, mailgets_t, mailcache_t, and tcptimeout_t function
	pointer types, and possibly also the mail_valid_net_parse()
	function.

Mailbox Access Functions
	Documentation of functions which deal with mailboxes;
	listing, subscribing, creating, deleting, renaming, status
	inquiries, opening, and closing mailboxes.

Handle Functions
	Documentation of mail stream handles, which provide protection
	for an advanced application which may have multiple pointers to
	a single mail stream.  If a stream has a handle on it, closing
	the stream does not release its memory, so pointers to it in
	the application remain valid.  Freeing the last handle will free
	the entire stream.

	This is only of interest for advanced application developers.

Message Data Fetching Functions
	Documentation on message data fetching in an open mailbox,
	including parsed representations of RFC-822 and MIME headers
	and message text.  Also how to fetch message attributes (flags,
	internal date, sizes).

Message Status Manipulation Functions
	Documentation on altering message flags in an open mailbox.

Mailbox Searching
	Documentation on searching an open mailbox for messages which
	match certain criteria (e.g. "messages sent July 4 from Jones
	with text `Paris'").

Miscellaneous Mailbox and Message Functions
	Documentation on other operations that would be used by an
	application but that don't fit into any of the above categories.

Date/Time Handling Functions
	Documentation on functions that deal with date/time strings.

	This is only of interest for advanced application developers
	and for implementors of new c-client drivers.

Utility Functions
	Documentation on internal utility functions.

	This is primarily of interest for implementors of new c-client
	drivers, but advanced application developers may also use some
	of these functions.

Data Structure Instantiation/Destruction functions
	Documentation on creating and destroy c-client structures.

	This is primarily of interest for implementors of new c-client
	drivers.  However, application developers will need some of
	these functions to create and destroy structures which are used
	as arguments to various application functions.

Authentication Functions
	Documentation on support for network protocol authentication
	functions.

	This is only of interest for implementors of new c-client
	drivers which deal with authentication mechanisms.

Network Access Functions
	Documentation on creating and destroy c-client structures.

	This is primarily of interest for implementors of new c-client
	drivers which deal with a network.  However, advanced
	application developers may need to use this information if they
	wish to insert their own layer into a network session.

Subscription Management Functions
	Documentation on managing the local (client-based) subscription
	database file.

	This is primarily of interest to advanced application developers.

Miscellaneous Utility Functions
	Documentation on various useful utility functions, such as "make
	a copy of this string."

SMTP Functions
	Documentation on posting email messages via SMTP protocol.

NNTP Functions
	Documentation on posting netnews messages via NNTP protocol.

RFC 822 Support Functions
	Documentation on public RFC-822/MIME functions.

	This is primarily of interest for implementors of new c-client
	drivers and advanced application developers.

Operating System-Dependent Public Interface
	Documentation on OS-dependent functions.  With the exception of
	fs_get(), fs_give(), and fs_resize(), which should be called
	instead of malloc(), free(), and realloc(), these functions are
	primarily of interest for implementors of new c-client drivers.

Main Program Callbacks
	Documentation of functions which the main program must provide
	as callbacks from c-client.

Driver Interface
	Documentation of the driver dispatch vector and the functions
	which a driver must supply.

	This is primarily of interest for implementors of new c-client
	drivers.

Driver Support Functions
	Documentation of support functions which are called by drivers.

	This is primarily of interest for implementors of new c-client
	drivers.
				  History

     The c-client API was originally written by Mark Crispin at Stanford
University as a set of routines to support IMAP and SMTP from a main
program which would handle the user interface.  In its original form, it
was written as the low-level routines that were to be used as part of a
Macintosh client.

     The first IMAP client, MM-D (for "MM on Xerox D machines" -- MM was a
popular DEC-20 mail program) was written in Interlisp for Xerox Lisp
machines.  At that time, there was no name for the embryonic Mac client,
but since it was the first one to be written in C instead of Lisp, it was
given a development name of "C client".  This name became "c-client"
because that is the name of the subdirectory on UNIX where the source files
were stored.

     To exercise the routines, a minimal main program which uses c-client,
mtest, was written.  mtest has subsequently been extended so that it runs
on every platform that c-client is ported.

     The real Mac client, was eventually written by Frank Gilmurrary and
Bill Yeager at Stanford using the autumn 1988 version of c-client and named
"MacMS".  In the winter of 1988-89, Mark Crispin, who had changed jobs to
the University of Washington, developed MS as an MM-like text-based program
for UNIX and MailManager as a GUI-based program for NeXT machines.

     The realization sunk in that this API needed its own name.  As early
as spring 1989, there were at least four programs (mtest, MS, MailManager,
and MacMS) that used it.  The name c-client thus became permanent.

     In its history, c-client has undergone two major redesigns, both by
Mark Crispin who is now on the staff at the University of Washington.

     The first major redesign added the following:
	1) ANSI C calling conventions throughout to assist in function
	   argument type checking.
	2) Vectoring mail access calls through "driver" methods; thus
	   providing transparent access to multiple types of mail
	   stores with the same call.
	3) MIME support.

     The second major redesign was part of the IMAP4 project.  Many
c-client functions were extended with additional arguments and options.
The driver interface was also made simpler, with more work done by
driver-independent code.

			       Overview

     The most important file for the author of an application using the
c-client is mail.h.  mail.h defines several important structures of
data which are passed between the main program and the c-client.
Although some functions (e.g. mail_fetchtext_body()) return the data
fetched, for certain other data items (e.g. flags) you need to get the
data as a structure reference.  mail.h also defines a large number of
useful constants and structures.

     When a function in mail.h exists to reference data, it MUST be
used instead of referencing the structures directly.  This is because
in some cases the data is not actually fetched until a reference (via
the function call) is made.  For example, although the MESSAGECACHE
element for a message can be obtained by indexing the proper cache
element in the stream, there is no guarantee that the item in fact
exists unless mail_fetchstructure_full() is called for that message.
Less costly functions. also exist to create and load a MESSAGECACHE
element.

     The main program will probably also need to include smtp.h,
misc.h, and osdep.h, but this usage should be solely to receive
function prototypes.  Any other definitions in those files should be
considered private to that module.

     Two important predefined symbols are NIL and T.  NIL is any sort
of "false"; T is any sort of "true".  NIL is also used to null-specify
certain optional arguments.

			* * * IMPORTANT * * *

     Any multi-threaded application should test stream->lock prior to
calling any c-client stream functions.  Any attempt to call a
mail_xxx() function while one is already in progress on the same
stream will cause the application to fail in unpredictable ways.

     Note that this check is insufficient in a preemptive-scheduling
multi-tasking application due to the possibility of a timing race.
Such applications must be written so that only one process accesses
the stream, or to have a higher level lock.

     Since MAIL operations will not finish until they are completed, a
single-tasking application does not have to worry about this problem,
except in the callback invoked from MAIL (e.g. mm_exists(), etc.) in which
case the stream is *always* locked.

			  c-client Structures

     c-client has a large number of structures which are used for
multiple functions.  The most important of these are described here.

     The MAILSTREAM structure is used to reference open mailboxes.
Applications may reference the following:

char *mailbox;			mailbox name
unsigned short use;		stream use count, this is incremented
unsigned short sequence;	stream sequence, this is incremented
				 each time a stream is reused (i.e.
				 mail_open() is called to open a
				 different mailbox on this stream)
unsigned int rdonly : 1;	stream is open read-only
unsigned int anonymous : 1;	stream is open with anonymous access
unsigned int halfopen : 1;	stream is half-open; it can be
				 reopened or used for functions that
				 don't need a open mailbox such as
				 mail_create() but no message data
				 can be fetched
unsigned int perm_seen : 1;	Seen flag can be set permanently
unsigned int perm_deleted : 1;	Deleted flag can be set permanently
unsigned int perm_flagged : 1;	Flagged flag can be set permanently
unsigned int perm_answered :1;	Answered flag can be set permanently
unsigned int perm_draft : 1;	Draft flag can be set permanently
unsigned int kwd_create : 1;	new user flags can be created by
				 referencing then in mail_setflag() or
				 mail_clearflag().  Note: this can
				 change during a session (e.g. if
				 there is a limit on the number of
				 keywords), so check after creating a
				 new flag to see if any more can be
				 created before letting the user try
				 to do so
unsigned long perm_user_flags;	corresponding user flags can be set
				 permanently.  This is a bit mask
				 which matches the entries in
				 stream->user_flags[]
unsigned long gensym;		generated unique value.  Always
				 referenced with stream->gensys++
unsigned long nmsgs;		number of messages in current mailbox
unsigned long recent;		number of recent messages in current
				 mailbox
unsigned long uid_validity;	UID validity value; this is used to
				 verify that recorded UIDs match the
				 UIDs that the stream has.  If the
				 mailbox does not have matching UIDs
				 (e.g. the UIDs were lost or not
				 recorded) then the UID validity value
				 will be different
unsigned long uid_last;		highest currently assigned UID in the
				 current mailbox; a new UID will be
				 assigned with ++stream->uid_last
char *user_flags[NUSERFLAGS];	pointers to user flag names in bit
				 order from stream->perm_user_flags or
				 elt->user_flags

     The following MAILSTREAM values are only used internally:

DRIVER *dtb;			dispatch table for this driver
void *local;			pointer to driver local data
unsigned int lock : 1;		stream lock flag (an operation is in
				 progress; used as a bug trap to
				 detect recursion back to c-client
				 from callback routines).
unsigned int debug : 1;		debugging information should be logged
				 via mm_dlog().
unsigned int silent : 1;	don't do main program callbacks on
				 this stream (used when a stream is
				 opened internally)
unsigned int scache : 1;	short caching; don't cache information
				 in memory

     The following MAILSTREAM values are only used by the cache
manager routine (see the documentation about mailcache_t above):

unsigned long cachesize;	size of c-client message cache
union {
  void **c;			to get at the cache in general
  MESSAGECACHE **s;		message cache array
  LONGCACHE **l;		long cache array
} cache;

     The following MAILSTREAM values are for the convenience of
drivers that use short caching and want to be able to garbage collect
any values that they returned:

unsigned long msgno;		message number of `current' message
ENVELOPE *env;			pointer to `current' message envelope
BODY *body;			pointer to `current' message body
char *text;			pointer to `current' text


     The MESSAGECACHE structure (commonly called an "elt" as a
nickname for "cache ELemenT") contains information about messages.
Applications may use the following:

unsigned long msgno;		message number.  If the elt is locked
				 (by elt->lockcount++), then the elt
				 pointer can be stored (e.g. with the
				 data for a window which draws this
				 message) and elt->msgno will change
				 automatically whenever expunges are
				 done so the window will always view
				 the correct message.  If elt->msgno
				 becomes 0, then the message has been
				 expunged, but the elt won't be freed
				 until the elt lock count is
				 decremented (by mail_free_elt()).
unsigned long uid;		message unique ID
unsigned int hours: 5;		internal date hours (0-23)
unsigned int minutes: 6;	internal date minutes (0-59)
unsigned int seconds: 6;	internal date seconds (0-59)
unsigned int zoccident : 1;	non-zero if internal date time zone is
				 west of UTC
unsigned int zhours : 4;	internal date time zone hours from UTC
				 (0-12)
unsigned int zminutes: 6;	internal date time zone minutes (0-59)
unsigned int seen : 1;		message Seen flag
unsigned int deleted : 1;	message Deleted flag
unsigned int flagged : 1; 	message Flagged flag
unsigned int answered : 1;	message Answered glag
unsigned int draft : 1;		message Draft flag
unsigned int valid : 1;		flags are valid in this elt; an elt
				 that was newly created but never
				 loaded with flags won't have this set.
unsigned int recent : 1;	message recent flag
unsigned int searched : 1;	message matches search criteria in
				 most recent mail_search_full() call
unsigned int spare : 1;		reserved for application use
unsigned int spare2 : 1;	reserved for application use
unsigned int spare3 : 1;	reserved for application use
unsigned int lockcount : 8;	non-zero if multiple references to
				 this elt.  Refer to the msgno member
				 for more information.
unsigned int day : 5;		internal date day of month (1-31)
unsigned int month : 4;		internal date month of year (1-12)
unsigned int year : 7;		internal date year since BASEYEAR
				 (currently 1970; was 1969 in older
				 versions so use BASEYEAR instead of
				 having the base year wired in)
unsigned long user_flags;	message user flags; this is a bit mask
				 which matches the entries in
				 stream->user_flags[]
unsigned long rfc822_size;	size of message in octets

     The following MESSAGECACHE values are only used internally by
drivers:

unsigned int sequence : 1;	message is in sequence from either
				 mail_sequence() or mail_uid_sequence()
unsigned long data1;		first data item
unsigned long data2;		second data item
unsigned long data3;		third data item
unsigned long data4;		fourth data item


     The ADDRESS structure is a parsed form of a linked list of RFC 822
addresses.  It contains the following information:

char *personal;			personal name phrase
char *adl;			at-domain-list (also called "source
				 route")
char *mailbox;			mailbox name
char *host;			domain name of mailbox's host
char *error;			error in address from smtp_mail(); if
				 an error is returned from smtp_mail()
				 for one of the recipient addresses
				 the SMTP server's error text for that
				 recipient can be found here.  If it
				 is null then there was no error (or
				 an error was found with a prior
				 recipient
ADDRESS *next;			pointer to next address in list


     The ENVELOPE structure is a parsed form of the RFC 822 header.
Its member names correspond to the RFC 822 field names.  It contains
the following information:

char *remail;			remail header if any
ADDRESS *return_path;		error return address
char *date;			message composition date string
ADDRESS *from;			from address list
ADDRESS *sender;		sender address list
ADDRESS *reply_to;		reply address list
char *subject;			message subject string
ADDRESS *to;			primary recipient list
ADDRESS *cc;			secondary recipient list
ADDRESS *bcc;			blind secondary recipient list
char *in_reply_to;		replied message ID
char *message_id;		message ID
char *newsgroups;		USENET newsgroups
char *followup_to;		USENET reply newsgroups
char *references;		USENET references


     The BODY structure is a parsed form of a linked list of the MIME
structure of a message.  It contains the following information.

unsigned short type;		body primary type code.  This is an
				 index into the body_types vector of
				 body type names.  The following body
				 types are pre-defined:
	TYPETEXT		unformatted text
	TYPEMULTIPART		multiple part
	TYPEMESSAGE		encapsulated message
	TYPEAPPLICATION		application data
	TYPEAUDIO		audio
	TYPEIMAGE		static image (GIF, JPEG, etc.)
	TYPEVIDEO		video
	TYPEOTHER		unknown
				Additional types up to TYPEMAX are
				 dynamically defined if they are
				 encountered by c-client.
unsigned short encoding;	body transfer encoding.  This is an
				 index into the body_encodings vector
				 of body encoding names.  The
				 following body encodings are
				 pre-defined:
	ENC7BIT			7 bit SMTP semantic data
	ENC8BIT			8 bit SMTP semantic data
	ENCBINARY		8 bit binary data
	ENCBASE64		base-64 encoded data
	ENCQUOTEDPRINTABLE	human-readable 8-as-7 bit data
	ENCOTHER		unknown
				Additional encodings up to ENCMAX are
				 dynamically defined if they are
				 encountered by c-client.
char *subtype;			body subtype string
PARAMETER *parameter;		parameter list
char *id;			body content identifier
char *description;		body content description
unsigned char *contents.text;	when composing a message that is NOT
				 of TYPEMULTIPART, non-binary text of
				 the content is stored here.  Note that
				 this happens even when the text is
				 of TYPEMESSAGE.  Text of encoding
				 ENC8BIT may be converted to
				 ENCQUOTEDPRINTABLE when it is sent.
				 This should not be referenced for any
				 other reason; in particular, this is
				 NOT the way for an application to
				 access content data (use
				 mail_fetchbody_full() instead).
BINARY *contents.binary;	when composing a message that is NOT
				 of TYPEMULTIPART, binary content (of
				 encoding ENCBINARY) is stored here.
				 It will be converted to ENCBASE64 when
				 it is sent.
				 This should not be referenced for any
				 other reason; in particular, this is
				 NOT the way for an application to
				 access content data (use
				 mail_fetchbody_full() instead).
PART *contents.part;		for body parts of TYPEMULTIPART, this
				 contains the list of body parts in
				 this multipart
MESSAGE contents.msg;		for body parts of TYPEMESSAGE with
				 subtype "RFC822", this contains the
				 encapsulated message
unsigned long size.lines;	size in lines
unsigned long size.bytes;	size in octets.  This MUST be set when
				composing a message if the encoding is
				ENC8BIT or ENCBINARY.
char *md5;			body content MD5 checksum

     The following BODY information is used only by c-client
internally.  The use of this data is driver-specific and it can not be
relied-upon by applications.

unsigned char *contents.text;	drivers can store a pointer to the
				 body contents as text here.		
unsigned long size.ibytes;	internal size of the body content (prior
				 to newline conversion, etc.) in octets


     The MESSAGE structure is a parsed form of a MESSAGE/RFC822 MIME
body part.  It contains the following information:

ENVELOPE *env;			encapsulated message RFC 822 header
BODY *body;			encapsulated message MIME structure

     The following MESSAGE information is used only by c-client
internally.  The use of this data is driver-specific and it can not be
relied-upon by applications.

char *hdr;			encapsulated message header
unsigned long hdrsize;		message header size
char *text;			message in RFC 822 form
unsigned long offset;		offset of text from header


     The PARAMETER structure is a parsed form of a linked list of
attribute/value pairs.  It contains the following information:

char *attribute;		attribute name
char *value;			value
PARAMETER *next;		next parameter in list


     The PART structure is a parsed form of a linked list of MIME body
parts.  It contains the following information:

BODY body;			body information for this part
PART *next;			next body part

     The following PART information is used only by c-client
internally.  The use of this data is driver-specific and it can not be
relied-upon by applications.

unsigned long offset;		offset from body origin


    The NETMBX structure is a parsed form of a network mailbox name:

char host[NETMAXHOST];		remote host name
char user[NETMAXUSER];		remote user name if specified
char mailbox[NETMAXMBX];	remote mailbox name
char service[NETMAXSRV];	remote service name (IMAP4, NNTP, etc.)
unsigned long port;		TCP/IP port number if specified
unsigned int anoflag : 1;	anonymous access requested
unsigned int dbgflag : 1;	protocol debugging telemetry, via
				 mm_dlog(), requested


     The STRINGLIST structure is a list of strings (which may have
embedded NULs) and their lengths:

char *text;			string text
unsigned long size;		string length
STRINGLIST *next;		next string in list

			  String Structures

     A string structure is analogous to a char*, and is used in some
functions as an input argument.  It represents a string of data in a
way that does not necessarily require the entire string to be in
memory at once.  This is essential for small machines with
highly-restricted memory limits (e.g. DOS).

		       String Structure Access

     To use a string structure, the caller needs to know a string
driver and needs to know the driver-dependent data used by that string
structure.  A simple string driver is mail_string, a string driver
that takes an in-memory char* string as the driver-dependent data.
The DOS port uses string drivers that take a struct holding a file
descriptor and a file offset.  Often the user of a string driver is
the same module that defined it, so usually the programmer knows about
its conventions.

     The following calls are used to access a string structure:

void INIT (STRING *s,STRINGDRIVER *d,void *data,unsigned long size);
	s	pointer to the string structure to be initialized
	d	pointer to the string driver
	data	pointer to driver-dependent data, from which the
		 driver can determine string data
	size	size of the string
 This call initializes the string stucture.


unsigned long SIZE (STRING *s);
	s	pointer to the string structure
 This call returns the number of characters remaining in the string
after the current string character pointer.


char CHR (STRING *s);
	s	pointer to the string structure
 This call returns the character at the current string character
pointer.


char SNX (STRING *s);
	s	pointer to the string structure
 This call returns the character at the current string character
pointer, and increments the string character pointer.


unsigned long GETPOS (STRING *s);
	s	pointer to the string structure
 This returns the value of the current string character pointer.


void SETPOS (STRING *s,unsigned long i);
	s	pointer to the string structure
	i	new string pointer value
 This method sets the string character pointer to the given value.


		      String Structure Internals

     A string structure holds the following data:

void *data;		used by the string driver as it likes
unsigned long data1;	used by the string driver as it likes
unsigned long size;	static, holds the total length of the string
			 from the INIT call
char *chunk;		current chunk of in-memory data; this is used
			 for buffering to avoid unnecessary calls to
			 the string driver's next method.
unsigned long chunksize; size of an in-memory data chunk
unsigned long offset;	position of first character of the chunk in
			 the overall string
char *curpos;		current position; this is what CHR() will
			 access
unsigned long cursize;	number of characters remaining in the current
			 string
STRINGDRIVER *dtb;	the string driver for this string structure


     A string structure is manipulated by a string driver, which has
the following access methods:

void (*init) (STRING *s,void *data,unsigned long size);
	s	pointer to the string structure to be initialized
	data	pointer to driver-dependent data, from which the
		 driver can determine string data
	size	size of the string
 This method initializes the string stucture.  It can use the data,
data1, and chunksize values as it likes.  The remaining values must be
set up as follows:
	size		static, copied from the size argument
	chunk		pointer to a buffer loaded with initial data
	chunksize	size of the buffer
	offset		0
	curpos		copied from chunk
	cursize		copied from chunksize
	dtb		STRINGDRIVER identity pointer


char (*next) (STRING *s);
	s	pointer to the string structure
 This method returns the character at the current string character
pointer, and increments the string character pointer.  This method
is likely to call the setpos method if the desired character is not in
the current chunk.


void (*setpos) (STRING *s,unsigned long i);
	s	pointer to the string structure
	i	new string pointer value
 This method sets the string character pointer to the given value.  If
the pointer is not in the current chunk, then a new chunk is loaded
and the associated values (chunk, offset, curpos, cursize) are
adjusted accordingly.

		      c-client Support Functions


void mail_string_init (STRING *s,void *data,unsigned long size);
char mail_string_next (STRING *s);
void mail_string_setpos (STRING *s,unsigned long i);

     These three functions are the init, next, and setpos string
structure access methods for the build-in mail_string string driver.
mail_string is a basic string driver for a char* string.  See the
documentation below on "String Structures" for more information.


void mail_link (DRIVER *driver);
	driver	pointer to the driver to be added

     This function adds the specified driver to the list of mailbox
drivers.  Initially there are no drivers lunk, so all programs which
intend to use c-client need to have at least one call to this function.

     A function which uses IMAP4 would have a statement such as:
	mail_link (&imapdriver);	/* link in IMAP driver */
early in the program's initialization.  Normally, this is done by the
statement
	#include "linkage.c"
which will include the "system standard driver linkage" defined when
c-client was built.  By using linkage.c instead of explicit mail_link()
calls, you are guaranteed that you will have a consistant linkage among
all software built on this system.


void auth_link (AUTHENTICATOR *auth);
	auth	pointer to the authenticator to be added

     This function adds the specified authenticator to the list of
authenticators.  Initially there are no authenticators lunk.  Normally,
this is done by linkage.c so you don't need to call this routine
explicitly.


void *mail_parameters (MAILSTREAM *stream,long function,void *value);
	stream	stream to poll or NIL
	function function code
	value	new value for function codes that change a parameter

     This function fetches or changes the settings of various c-client
operational parameters depending upon the function.  If the stream is
specified, only the action for the underlying driver for that stream is
taken; however, the scope of the operational parameters is global so
there is generally no reason for the stream argument ever to be
non-NIL.

     The function codes ENABLE_DRIVER and DISABLE_DRIVER take a driver
pointer as a value.  These functions enable and disable mailbox
processing by that driver.  By default, all drivers are enabled.

     The remaining function codes are in a pair named GET_xxx to
fetch an operational parameter and SET_xxx to set the parameter:

 GET_DRIVERS / SET_DRIVERS
	 The list of currently lunk drivers.

 GET_GETS / SET_GETS
	 If non-NIL, points to a function for reading message text.
	Defaults to NIL.
	 This function is called with three arguments; a function
	pointer to a "reading function", a stream for the reading
	function, and a size in octets.  The reading function is
	in turn called with the stream, a size in octets, and a
	pointer to a readin buffer.
	 This function returns with a char* string, which will be
	returned by the mail_fetchheader(), mail_fetchtext(), or
	mail_fetchbody() function which triggered the message text
	reading.
	 The purpose is to permit reading of large strings, without
	requiring an in-memory buffer for the entire string.  The idea
	is that this function can store the data in some form other
	than a char* (e.g. a temporary file) and the main program will
	recognize that it should get the text from there instead of
	from the results from mail_fetch....().
	 This is only supported on DOS and Win16; on other platforms it
	is inconsistent whether or not it works.

 GET_CACHE / SET_CACHE
	 Points to the c-client cache manager function.  Defaults to
	mm_cache().

 GET_SMTPVERBOSE / SET_SMTPVERBOSE
	 If non-NIL, points to a function that accepts a char* string.
	This function is called any time the SMTP routines receive a
	response code less than 100.  The argument is the text of the
	response code

 GET_RFC822OUTPUT / SET_RFC822OUTPUT
	 If non-NIL, points to an alternate rfc822_output() function.
	rfc822_output() will call this function and return instead of
	doing its normal action.  See the description of
	rfc822_output() for more information.	

 GET_USERNAME / SET_USERNAME
	 The logged-in user name.

 GET_HOMEDIR / SET_HOMEDIR
	 The home directory path name.

 GET_LOCALHOST / SET_LOCALHOST
	 The local host name.

 GET_SYSINBOX / SET_SYSINBOX
	 The "system INBOX" (where mail is delivered) path name.

 GET_OPENTIMEOUT / SET_OPENTIMEOUT
	 TCP/IP open timeout in seconds.  Defaults to 0 (system
	default timeout, usually 75 seconds on Unix).
	
 GET_READTIMEOUT / SET_READTIMEOUT
	 TCP/IP read timeout in seconds.  Defaults to 0 (no timeout).

 GET_WRITETIMEOUT / SET_WRITETIMEOUT
	 TCP/IP write timeout in seconds.  Defaults to 0 (no timeout).

 GET_CLOSETIMEOUT / SET_CLOSETIMEOUT
	 TCP/IP close timeout in seconds.  Defaults to 0 (no timeout).

 GET_TIMEOUT / SET_TIMEOUT
	 If non-NIL, points to the function called when a TCP/IP
	timeout occurs.  This function is called with the number of
	seconds since the start of the TCP operation.  If it returns
	non-zero, the TCP/IP operation is continued; if it returns
	non-zero, the TCP/IP connection is aborted.

 GET_RSHTIMEOUT / SET_RSHTIMEOUT
	 rsh connection timeout in seconds.  Defaults to 15 seconds.

 GET_MAXLOGINTRIALS / SET_MAXLOGINTRIALS
	 The maximum number of login attempts permitted in an IMAP or
	POP connection.  Defaults to 3.

 GET_LOOKAHEAD / SET_LOOKAHEAD
	 The number of subsequent envelopes prefetched in IMAP when an
	envelope is fetched.  Defaults to 20.

 GET_IMAPPORT / SET_IMAPPORT
	 The IMAP port number.  Defaults to 143.

 GET_PREFETCH / SET_PREFETCH
	 The number of envelopes prefetched in IMAP from the results
	of a SEARCH.  Defaults to 20.

 GET_CLOSEONERROR / SET_CLOSEONERROR
	 If non-NIL, close an opening IMAP connection if the SELECT
	command fails instead of returning a half-open stream.
	Defaults to NIL.

 GET_POP3PORT / SET_POP3PORT
	 The POP3 port number.  Defaults to 110.

 GET_UIDLOOKAHEAD / SET_UIDLOOKAHEAD
	 The number of UIDs premapped when a message number is
	translated to a UID.  Defaults to 1000.

 GET_MBXPROTECTION / SET_MBXPROTECTION
	 Default file protection for newly created mailboxes.
	Defaults to 0600.

 GET_DIRPROTECTION / SET_DIRPROTECTION
	 Default file protection for newly created directories.
	Defaults to 0700.

 GET_LOCKPROTECTION / SET_LOCKPROTECTION
	 Default file protection for locks.  Defaults to 0666.
	WARNING: don't blithely change this.  If other processes
	can't get access to a lock then they will have trouble in
	locking properly.

 GET_FROMWIDGET / SET_FROMWIDGET
	 If non-NIL, APPEND in the Unix mbox format will insert a
	">" character in front of all lines which begin with the
	string "From ".  If NIL, it will only do so if the entire
	line looks like a message delimiter (that is, the date is
	also in correct format).  Defaults to T.

 GET_NEWSACTIVE / SET_NEWSACTIVE
	 Netnews active file path name.

 GET_NEWSSPOOL / SET_NEWSSPOOL
	 Netnews spool directory path name.

 GET_NEWSRC / SET_NEWSRC
	 Netnews newsgroup reading status file (.newsrc) path name.

 GET_EXTENSION / SET_EXTENSION
	 If non-NIL, points to a string holding the extension for all
	mailbox files.  This is only supported on DOS and Win16.

 GET_DISABLEFCNTLLOCK / SET_DISABLEFCNTLLOCK
	 If non-NIL, disables fcntl() locking on SVR4.  This is done
	if fcntl() tends to hang for no good reason.  Now that the
	fcntl() code checks for NFS files and no-ops the locking,
	this problem usually doesn't happen much any more.  Defaults
	to NIL.

 GET_LOCKEACCESERROR / SET_LOCKEACCESERROR
	 If non-NIL, give a warning if an attempt to create a .lock
	file gets an EACCES ("Permission denied") error.  This usually
	means that somebody protected the system inbox directory (e.g.
	/var/mail) instead of making it public-write with the sticky
	bit.  Defaults to non-NIL, since this is usually bad news.

 GET_LISTMAXLEVEL / SET_LISTMAXLEVEL
	 The maximum depth of recusion that LIST will go on a *
	wildcard.  Defaults to 20.

 GET_ANONYMOUSHOME / SET_ANONYMOUSHOME
	 The anonymous use home directory name.


typedef long (*readfn_t) (void *stream,unsigned long size,char *buffer);
	stream	a designator suitable
	size	a number of octets to read
	buffer	a buffer of at least size octets for readin

     This function reads the given number of octets into the buffer,
using the given stream.  What sort of object the stream is depends upon
the function and its caller, so you must make sure that the readfn is
suitable for the caller's purpose.  Common uses include support of the
mailgets function (see below) and of reading from local files on systems
with limited address space.


typedef char *(*mailgets_t) (readfn_t f,void *stream,unsigned long size);
	f	the readfn to use
	stream	stream argument for the readfn
	size	total number of octets to read

     This is the argument to the SET_GETS mail_parameter() call.  This
function must read size octets from the stream, using the readfn f.  It
may call f multiple times to accomplish this; this will read the data in
a serial fashion.  So, for example, if size is a megabyte and there is
only 4K of available buffer space, it can call f 256 times to satisfy
the request.  There is no way to back up in the reading, so any
processing or saving of the data must be done when it is read.

     The function mm_gets() in mail.c is a sample mailgets function; it
reads the first MAXMESSAGESIZE of data into memory and discards the
rest.


typedef void *(*mailcache_t) (MAILSTREAM *stream,unsigned long msgno,long op);
	stream	stream to cache manage
	msgno	message to cache manage in the stream
	op	cache management operation

     This function manages the c-client cache.  Normally, a program will
use the default c-client cache manager routine mm_cache().  However, a
main program may want to supply its own cache manager, e.g. it may want
to store the data on a disk file instead of in memory on DOS and Win16
where memory is tight.

     If you write your own cache manager, you need to examine the
default mm_cache() manager closely, as well as paying close attention to
what goes into an elt (a MESSAGECACHE element).  It is highly likely
that if you roll elts out to disk, you will want to set stream->scache
and *NOT* use long elts (because long elts have ENVELOPE and BODY
pointers that you would have to know how to write to disk and read back).

     The cache management functions are one of the following:

 CH_INIT	 Initialize the entire cache for the stream.  This is
		called only when creating a new stream or when freeing
		it.  The msgno argument is ignored.

 CH_SIZE	 Make sure that the cache is at least large enough to
		support msgno.  This is a request to grow the cache if
		necessary, not shrink it.

 CH_MAKELELT	 Return a long elt for msgno, creating it if necessary.
		This is the underlying support function for mail_lelt().

 CH_LELT	 Return the long elt for msgno, or NIL if it does not
		already exist.

 CH_MAKEELT	 Return an elt for msgno, creating it if necessary.
		This is the underlying support function for mail_elt().

 CH_ELT		 Return the elt for msgno, or NIL if it does not already
		exist.

 CH_FREE	 Free the [l]elt for msgno.

 CH_EXPUNGE	 Free the [l]elt for msgno, and reclaim its position.
		All subsequent elts are renumbered with their elt->msgno
		decremented by 1.  [Hence msgno+1 becomes msgno, etc.]
		This supports message expunging from the cache.


typedef long (*tcptimeout_t) (long time);
	time	total time spent since TCP operation started

     This function is called when a TCP operation times out.  It is set
by the SET_TIMEOUT mail_parameter().  The function can return non-zero
to continue the TCP operation (e.g. after outputting a "do you still
want to wait" prompt) or zero if it wants the TCP operation to abort and
close.  If the TCP operation aborts, it will likely cause the upper
level IMAP, SMTP, etc. stream to abort and close as well.


DRIVER *mail_valid (MAILSTREAM *stream,char *mailbox,char *purpose);
	stream	if non-NIL, stream to use for validation
	mailbox	mailbox name to validate
	purpose	filled in as xxx in "Can't xxx" in error messages

     This function validates the given mailbox name.  It successful, it
returns the driver that can open that name if successful, otherwise it
returns NIL.  If stream is non-NIL, the mailbox name must be valid for
the type of mailbox associated with that stream (e.g. an NNTP name can
not be used with an IMAP stream).  If purpose is non-NIL, an error
message is passed via mm_log() when an error occurs.


DRIVER *mail_valid_net (char *name,DRIVER *drv,char *host,char *mailbox);
	name	mailbox name to validate
	drv	driver name to validate against
	host	buffer to return host name if non-NIL
	mailbox	buffer to return remote mailbox name if non-NIL

     This function is an alternative to mail_valid_net_parse().  It
validates the given mailbox name as a network name and makes sure that
its service name is the same as the driver in drv.  If successful, it
returns drv, and copies the host and mailbox strings as needed.
Otherwise it returns NIL.


long mail_valid_net_parse (char *name,NETMBX *mb);
	name	mailbox name to parse
	mb	pointer to NETMBX structure to return

     This function parses a network mailbox name.  If the name is a
network mailbox name, it returns non-NIL, with the NETMBX structure
loaded with the results form the parse.

		       Mailbox Access Functions

void mail_list (MAILSTREAM *stream,char *ref,char *pat);
void mail_scan (MAILSTREAM *stream,char *ref,char *pat,char *contents);
	stream	if non-NIL, stream to use
	ref	mailbox reference string
	pat	mailbox pattern string
	contents contents to search

     This function returns a list of mailboxes via the mm_list()
callback.  The reference is applied to the pattern in an implementation
dependent fashion, and the resulting string is used to search for
matching mailbox names.  "*" is a wildcard which matches zero or more
characters; "%" is a variant which does not descend a hierarchy level.
Read the IMAP specification for more information.

     mail_scan() is a variant which takes a string to search for in the
text of the mailbox.  The string is a free-text string, without regard
for message boundaries, and thus the choice of strings must be made
with care.


void mail_lsub (MAILSTREAM *stream,char *ref,char *pat);
	stream	if non-NIL, stream to use
	ref	mailbox reference string
	pat	mailbox pattern string

     This function returns a list of subscribed mailboxes via the
mm_lsub() callback.  The reference is applied to the pattern in an
implementation dependent fashion, and the resulting string is used to
search for matching mailbox names in the subscription list.  "*" is a
wildcard which matches zero or more characters; "%" is a variant which
does not descend a hierarchy level.  Read the IMAP specification for
more information.


long mail_subscribe (MAILSTREAM *stream,char *mailbox);
	stream	if non-NIL, stream to use
	mailbox	mailbox name

     This function adds the given name to the subscription list.  It
returns T if successful, NIL if unsuccessful.  If unsuccessful, an
error message is returned via the mm_log() callback.


long mail_unsubscribe (MAILSTREAM *stream,char *mailbox);
	stream	if non-NIL, stream to use
	mailbox	mailbox name

     This function removes the given name from the subscription list.
It returns T if successful, NIL if unsuccessful.  If unsuccessful, an
error message is returned via the mm_log() callback.


long mail_create (MAILSTREAM *stream,char *mailbox);
	stream	if non-NIL, stream to use
	mailbox	mailbox name

     This function creates a mailbox with the given name.  It returns T
if successful, NIL if unsuccessful.  If unsuccessful, an error message
is returned via the mm_log() callback.

     It is an error to create INBOX or a mailbox name which already
exists.


long mail_delete (MAILSTREAM *stream,char *mailbox);
	stream	if non-NIL, stream to use
	mailbox	mailbox name

     This function deletes the named mailbox.  It returns T if
successful, NIL if unsuccessful.  If unsuccessful, an error message is
returned via the mm_log() callback.

     It is an error to delete INBOX or a mailbox name which does not
already exist.


long mail_rename (MAILSTREAM *stream,char *old,char *newname);
	stream	if non-NIL, stream to use
	old	existing mailbox name
	newname	new (not yet existing) mailbox name

     This function renames the old mailbox to the new mailbox name.
It returns T if successful, NIL if unsuccessful.  If unsuccessful, an
error message is returned via the mm_log() callback.

     It is an error to reanme a mailbox that does not exist, or rename
a mailbox to a name that already exists.  It is permitted to rename
INBOX; a new empty INBOX is created in its place.


long mail_status (MAILSTREAM *stream,char *mbx,long flags);
	stream	if non-NIL, stream to use
	mbx	mailbox name
	flags	option flags

     This function returns the status of the given mailbox name via the
mm_status() callback.  It returns T if successful, NIL if unsuccessful.
If unsuccessful, an error message is returned via the mm_log()
callback.

     The options are a bit mask with one or more of the following,
indicating the data which should be returned.
	SA_MESSAGES	number of messages in the mailbox
	SA_RECENT	number of recent messages in the mailbox
	SA_UNSEEN	number of unseen messages in the mailbox
	SA_UIDNEXT	next UID value to be assigned
	SA_UIDVALIDITY	UID validity value

     Note that, depending upon implementation, some of these values may
be more costly to get than others.  For example, calculating the
number of unseen messages may require opening the mailbox and scanning
all of the message flags.  A mail_status() call should thus be used
with option flags specifying only the data that is actually needed.


MAILSTREAM *mail_open (MAILSTREAM *oldstream,char *name,long options);
	oldstream if non-NIL, stream to recycle
	name	mailbox name to open
	options	option flags.

     This function opens the mailbox and if successful returns a stream
suitable for use by the other MAIL functions.

     If oldstream is non-NIL, an attempt is made to reuse oldstream as
the stream for this mailbox; this is useful when you want to open
another mailbox to the same IMAP or NNTP server without having to open
a new connection.  Doing this will close the previously open mailbox.

     The options are a bit mask with one or more of the following:
	OP_DEBUG	Log IMAP protocol telemetry through mm_debug()
	OP_READONLY	Open mailbox read-only.
	OP_ANONYMOUS	Don't use or update a .newsrc file for news.
	OP_SHORTCACHE	Don't cache envelopes or body structures
	OP_SILENT	Don't pass mailbox events (internal use only)
	OP_PROTOTYPE	Return the "prototype stream" for the driver
			 associated with this mailbox instead of
			 opening the stream
	OP_HALFOPEN	For IMAP and NNTP names, open a connection
			 to the server but don't open a mailbox.
	OP_EXPUNGE	Silently expunge the oldstream before recycling

 NIL is returned if this function fails for any reason.


MAILSTREAM *mail_close (MAILSTREAM *stream);
MAILSTREAM *mail_close_full (MAILSTREAM *stream,long options);
	stream	stream to close
	options	option flags
     This function closes the MAIL stream and frees all resources
associated with it that it may have created (subject to any handles
existing).

     The options for mail_close_full() are a bit mask with one or more
of the following:
	CL_EXPUNGE	Silently expunge before closing

     This function always returns NIL, so it can be used as:
	stream = mail_close (stream);

			   Handle Functions

     Handles are used when an entity that wishes to access the stream
may survive the stream without knowing that it outlived it.  For
example, an object reading a message may have a handle to a stream,
but the message selection object that spawned it (and which owns the
stream) may have gone away.  A stream can be closed or recycled while
handles are pointing at it, but it is not completely freed until all
handles are gone.  A stream may have an arbitrary number of handles.


MAILHANDLE *mail_makehandle (MAILSTREAM *stream);
	stream	stream to make handle to

     This function creates and returns a handle to the stream.


void mail_free_handle (MAILHANDLE **handle);
	handle	pointer to handle to release

     This function frees the handle and notifies the stream that it has
one fewer handle.  If this is the last handle on the stream and the
stream has been closed, then the stream is freed.


MAILSTREAM *mail_stream (MAILHANDLE *handle);
	handle	handle to look up

     This function returns the stream associated with the handle if and
only if the stream still represents the same MAIL connection associated
with the handle.  Otherwise, NIL is returned (meaning that there is no
active stream associated with this handle).

		    Message Data Fetching Functions

[Note!!  There is an important difference between a "sequence" and a
 "msgno".  A sequence is a string representing one or more messages in
 IMAP4-style sequence format ("n", "n:m", or combination of these
 delimited by commas), whereas a msgno is an int representing a single
 message.] 

void mail_fetchfast (MAILSTREAM *stream,char *sequence);
void mail_fetchfast_full (MAILSTREAM *stream,char *sequence,long flags);
	stream	stream to fetch on
	sequence IMAP-format set of message sequence numbers
	flags	option flags

     This function causes a cache load of all the "fast" information
(internal date, RFC 822 size, and flags) for the given sequence.  Since
all this information is also fetched by mail_fetchstructure(), this
function is generally not used unless the OP_SHORTCACHE option in the
mail_open() call is used.

     The options for mail_fetchfast_full() are a bit mask with one or
more of the following:
	FT_UID		The sequence argument contains UIDs instead of
			 sequence numbers


void mail_fetchflags (MAILSTREAM *stream,char *sequence);
void mail_fetchflags_full (MAILSTREAM *stream,char *sequence,long flags);

     This function causes a fetch of the flags for the given sequence.
This main reason for using this function is to update the flags in the
local cache in case some other process changed the flags (multiple
simultaneous write access is allowed to the flags) as part of a "check
entire mailbox" (as opposed to "check for new messages") operation.

 The options for mail_fetchflags_full() are a bit mask with one or more
of the following:
	FT_UID		The sequence argument contains UIDs instead of
			 sequence numbers


ENVELOPE *mail_fetchenvelope (MAILSTREAM *stream,unsigned long msgno);
ENVELOPE *mail_fetchstructure (MAILSTREAM *stream,unsigned long msgno,
			       BODY **body);
ENVELOPE *mail_fetchstructure_full (MAILSTREAM *stream,unsigned long msgno,
				    BODY **body,long flags);
	stream	stream to fetch on
	msgno	message sequence number
	body	pointer to where to return BODY structure if non-NIL
	flags	option flags
     This function causes a fetch of all the structured information
(envelope, internal date, RFC 822 size, flags, and body structure) for
the given msgno and, in the case of IMAP, up to MAPLOOKAHEAD (a
parameter in IMAP2.H) subsequent messages which are not yet in the
cache.  No fetch is done if the envelope for the given msgno is already
in the cache.  The ENVELOPE and the BODY for this msgno is returned.
It is possible for the BODY to be NIL, in which case no information is
available about the structure of the message body.

     The options for mail_fetchstructure_full() are a bit mask with one
or more of the following:
	FT_UID		The msgno argument is a UID 

     This is the primary function for fetching non-text information
about messages, and should be called before any attempt to reference
cache information about this message via mail_elt().


char *mail_fetchheader (MAILSTREAM *stream,unsigned long msgno);
char *mail_fetchheader_full (MAILSTREAM *stream,unsigned long msgno,
			     STRINGLIST *lines,unsigned long *len,long flags);
	stream	stream to fetch on
	msgno	message sequence number
	lines	list of header lines to fetch
	len	returned length in octets
	flags	option flags

     This function causes a fetch of the complete, unfiltered RFC 822
format header of the specified message as a text string and returns
that text string.

     If the lines argument is non-NIL, it contains a list of header
field names to use in subsetting the header text.  Only those lines
which have that header field name are returned, unless FT_NOT is set in
which case only those lines which do not have that header field name
are returned.

     If the len argument is non-NIL, it holds a pointer in which the
length of the string in octets is returned.  This is useful in cases
where there may be an embedded null in the string.

     This function always returns a valid string pointer; if no header
exists or if it can not be fetched (e.g. by a deceased IMAP stream) an
empty string is returned.

     The options for mail_fetchheader_full() are a bit mask with one or
more of the following:
	FT_UID		The msgno argument is a UID 
	FT_NOT		The returned header lines are those that are
			 not in the lines argument
	FT_INTERNAL	The return string is in "internal" format,
			 without any attempt to canonicalize to CRLF
			  newlines
	FT_PREFETCHTEXT	The RFC822.TEXT should be pre-fetched at the
			 same time.  This avoids an extra RTT on an
			 IMAP connection if a full message text is
			 desired (e.g. in a "save to local file"
			 operation)
		 

char *mail_fetchtext (MAILSTREAM *stream,unsigned long msgno);
char *mail_fetchtext_full (MAILSTREAM *stream,unsigned long msgno,
			   unsigned long *len,long flags);
	stream	stream to fetch on
	msgno	message sequence number
	len	returned length in octets
	flags	option flags

     This function causes a fetch of the non-header text of the
specified message as a text string and returns that text string.  No
attempt is made to segregate individual body parts.

     If the len argument is non-NIL, it holds a pointer in which the
length of the string in octets is returned.  This is useful in cases
where there may be an embedded null in the string.

     This function always returns a valid string pointer; if no header
exists or if it can not be fetched (e.g. by a deceased IMAP stream) an
empty string is returned.

      The options for mail_fetchtext_full() are a bit mask with one or
more of the following:
	FT_UID		The msgno argument is a UID 
	FT_PEEK		Do not set the \Seen flag if it not already set
	FT_INTERNAL	The return string is in "internal" format,
			 without any attempt to canonicalize to CRLF
			  newlines


char *mail_fetchbody (MAILSTREAM *stream,unsigned long msgno,char *sec,
		      unsigned long *len);
char *mail_fetchbody_full (MAILSTREAM *stream,unsigned long msgno,char *sec,
			   unsigned long *len,long flags);
	stream	stream to fetch on
	msgno	message sequence number
	sec	section specifier
	len	returned length in octets
	flags	option flags

      This function causes a fetch of the particular section of the
body of the specified message as a text string and returns that text
string.  The section specification is a string of integers delimited by
period which index into a body part list as per the IMAP4
specification.  Body parts are not decoded by this function; see
rfc822_base64() and rfc822_quotedprintable().

     If the len argument is non-NIL, it holds a pointer in which the
length of the string in octets is returned.  This is useful in cases
where there may be an embedded null in the string.

      This function may return NIL on error.

      The options for mail_fetchbody_full() are a bit mask with one or
more of the following:
	FT_UID		The msgno argument is a UID 
	FT_PEEK		Do not set the \Seen flag if it not already set
	FT_INTERNAL	The return string is in "internal" format,
			 without any attempt to canonicalize to CRLF
			  newlines


unsigned long mail_uid (MAILSTREAM *stream,unsigned long msgno);
	stream	stream to fetch on
	msgno	message sequence number

      This function returns the UID for the given message sequence
number.


void mail_fetchfrom (char *s,MAILSTREAM *stream,unsigned long msgno,
		     long length);
	s	destination string
	stream	stream to fetch on
	msgno	message sequence number
	length	maximum field length

     This function writes a "from" string of the specified length for
the specified message, suitable for display to the user in a menu line,
into the string pointed to by s.

      If the personal name of the first address in the envelope's from
item is non-NIL, it is used; otherwise a string is created by appending
the mailbox of the first address, an "@", and the host of the first
address.  The string is trimmed or padded with trailing spaces as
necessary to make its length match the length argument.


void mail_fetchsubject (char *s,MAILSTREAM *stream,unsigned long msgno,
			long length);
	s	destination string
	stream	stream to fetch on
	msgno	message sequence number
	length	maximum field length

      This function returns a "subject" string of the specified length
for the specified message, suitable for display to the user in a menu
line.

       The envelope's subject item is copied and trimmed as necessary
to make its length be no more what the caller requested.  Unlike
mail_fetchfrom(), this function can return a string of shorter length
than what the caller requested.


LONGCACHE *mail_lelt (MAILSTREAM *stream,unsigned long msgno);
MESSAGECACHE *mail_elt (MAILSTREAM *stream,unsigned long msgno);
	stream	stream to access
	msgno	message sequence number

     This function returns the cache entry for the specified message.
Although it will create a cache entry if it does not already exist,
that functionality is for internal use only.  This function should
never be called without having first called mail_fetchfast() or
mail_fetchstructure() on the message first.

     A cache entry holds the internal date/time, flags, and RFC 822
size of a message.  It holds other data as well, but that is for
internal use only.

     mail_lelt() is a variant that returns a `long' cache entry, which
consists of an cache entry (as a structure, not a pointer), an envelope
pointer, and a body pointer.  This is used in conjunction with the elt
lock count functionality, to allow an application to associate the
cached envelope and body of a message with an open window even if the
message is subsequently expunged or if the stream is closed.

     Unless your application wants to look at cached envelopes and
bodies even after the message is expunged or the stream is closed, it
should not use mail_lelt().  Instead, it should use a returned elt from
mail_elt() and use the elt->msgsno as the argument to
mail_fetchstructure().

	BEWARE: the behavior of mail_lelt() is undefined if the
	stream is open with OP_SHORTCACHE.  mail_lelt() is extremely
	special purpose, and should only be used in sophisticated
	special purpose applications after discussing its use with
	the c-client author.  If you think you need this function,
	you are probably mistaken.  In almost all cases, you should
	use mail_elt() and mail_fetchstructure() instead.

		 Message Status Manipulation Functions

void mail_setflag (MAILSTREAM *stream,char *sequence,char *flag);
void mail_setflag_full (MAILSTREAM *stream,char *sequence,char *flag,
			long flags);
	stream	stream to use
	sequence IMAP-format set of message sequence numbers
	flag	IMAP-format flag string
	flags	option flags

    This function causes a store to add the specified flag to the flags
set for the messages in the specified sequence.  If there is any
problem in setting flags, a message will be passed to the application
via the mm_log() facility.

     The options for mail_setflag_full() are a bit mask with one or
more of the following:
	ST_UID		The sequence argument contains UIDs instead of
			 sequence numbers
	ST_SILENT	Do not update the local cache with the new
			 value of the flags.  This is useful to save
			 network bandwidth, at the cost of invalidating
			 the cache.


void mail_clearflag (MAILSTREAM *stream,char *sequence,char *flag);
void mail_clearflag_full (MAILSTREAM *stream,char *sequence,char *flag,
			  long flags);
	stream	stream to use
	sequence IMAP-format set of message sequence numbers
	flag	IMAP-format flag string
	flags	option flags

     This function causes a store to delete the specified flag from the
flags set for the messages in the specified sequence.  If there is any
problem in clearing flags, a message will be passed to the application
via the mm_log() facility.

     The options for mail_setflag_full() are a bit mask with one or
more of the following:
	ST_UID		The sequence argument contains UIDs instead of
			 sequence numbers
	ST_SILENT	Do not update the local cache with the new
			 value of the flags.  This is useful to save
			 network bandwidth, at the cost of invalidating
			 the cache.

			   Mailbox Searching

void mail_search (MAILSTREAM *stream,char *criteria);
void mail_search_full (MAILSTREAM *stream,char *charset,SEARCHPGM *pgm,
		       long flags);
	stream	stream to search
	charset	MIME character set to use when searching strings
	pgm	search program
	flags	option flags

     This function causes a mailbox search, using the given MIME
charset (NIL means the default, US-ASCII) and the given search program.
A search program is a structure that holds the following data:

SEARCHSET *msgno;	a set of message sequence numbers
SEARCHSET *uid;		a set of unique identifiers
SEARCHOR *or;		OR result of two search programs
SEARCHPGMLIST *not;	AND result of list of NOT'ed search programs
SEARCHHEADER *header;	message headers
STRINGLIST *bcc;	string(s) appear in bcc list
STRINGLIST *body;	string(s) appear in message body text
STRINGLIST *cc;		string(s) appear in cc list
STRINGLIST *from;	string(s) appear in from
STRINGLIST *keyword;	user flag string(s) set
STRINGLIST *unkeyword;	user flag strings() not set
STRINGLIST *subject;	string(s) appear in subject
STRINGLIST *text;	string(s) appear in message header or body
STRINGLIST *to;		string(s) appear in to list
unsigned long larger;	larger than this many octets
unsigned long smaller;	smaller than this many octes
	The following dates are in form:
		((year - BASEYEAR) << 9) + (month << 5) + day
unsigned short sentbefore;
			sent before this date
unsigned short senton;	sent on this date
unsigned short sentsince;
			sent since this date
unsigned short before;	received before this date
unsigned short on;	received on this date
unsigned short since;	received since this date
unsigned int answered : 1;
			message answered
unsigned int unanswered : 1;
			message not answered
unsigned int deleted : 1;
			message deleted
unsigned int undeleted : 1;
			message not deleted
unsigned int draft : 1;	message is a draft
unsigned int undraft : 1;
			message is not a draft
unsigned int flagged : 1;
			message flagged as urgent
unsigned int unflagged : 1;
			message not flagged as urgent
unsigned int recent : 1;
			message recent since last parse of mailbox
unsigned int old : 1;	message not recent since last parse of mailbox
unsigned int seen : 1;	message read
unsigned int unseen : 1;
			message not read

     The following auxillary structures are used by search programs:
	SEARCHHEADER:	header line searching
char *line;		header line field name
char *text;		text header line
SEARCHHEADER *next;	next SEARCHHEADER in list (AND'ed)

	SEARCHSET:	message number set
unsigned long first;	first number in set
unsigned long last;	if non-zero, last number in set
SEARCHSET *next;	next SEARCHSET in list (AND'ed)

	SEARCHOR:	two search programs, OR'ed together
SEARCHPGM *first;	first program
SEARCHPGM *second;	second program
SEARCHOR *next;		next SEARCHOR in list

	SEARCHPGMLIST:	list of search programs
SEARCHPGM *pgm;		search program (AND'd with others in list)
SEARCHPGMLIST *next;	next SEARCHPGM in list

     mail_search(), the older interface, accepts a search criteria
argument as a character string in IMAP2 (RFC-1176) format.  Do not try
to use any IMAP4 search criteria with this interface.

     The application's mm_searched() function is called for each
message that matches the search criteria.  In addition, after the
search is completed, the "fast" information (see mail_fetchfast_full()
and envelopes of the searched messages are fetched (this is called
pre-fetching).

     If there is any problem in searching, a message will be passed to
the application via the mm_log() facility.

     The flags for mail_search_full() are a bit mask with one or more
of the following:
	SE_UID		Return UIDs instead of sequence numbers
	SE_FREE		Return the search program to free storage after
			 finishing
	SE_NOPREFETCH	Don't prefetch searched messages.


unsigned long *mail_sort (MAILSTREAM *stream,char *charset,SEARCHPGM *spg,
			  SORTPGM *pgm,long flags);
	stream	stream to sort
	charset	MIME character set to use when sorting strings
	spg	search program
	pgm	sort program
	flags	option flags


     This function is a variant of mail_search_full().  It accepts an
additional argument, a sort program, which specifies one or more sort
rules to be applied to the result.  If the searching and sorting are
successful, it returns a 0-terminated vector of message sequence
numbers (or UIDs if SE_UID is set).  This vector is created out of
free storage, and must be freed with fs_give() when finished with it.

     A sort program is a structure that holds the following data:
unsigned int reverse : 1;
			reverse sorting of this key
short function;		sort rule, one of the following:
		SORTDATE	message Date
		SORTARRIVAL	arrival date
		SORTFROM	mailbox in first From address
		SORTSUBJECT	message Subject
		SORTTO		mailbox in first To address 
		SORTCC		mailbox in first cc address 
		SORTSIZE	size of message in octets
SORTPGM *next;		next sort program to be applied if two or more
			 messages collate identically with this rule

     The flags for mail_search_full() are a bit mask with one or more
of the following:
	SE_UID		Return UIDs instead of sequence numbers
	SE_FREE		Return the search program to free storage after
			 finishing
	SE_NOPREFETCH	Don't prefetch searched messages.
	SO_FREE		Return the sort program to free storage after
			 finishing

	      Miscellaneous Mailbox and Message Functions

long mail_ping (MAILSTREAM *stream);
	stream	string to ping

     The function pings the stream to see if it is still active.  It may
discover new mail; this is the preferred method for a periodic "new mail
check" as well as a "keep alive" for servers which have an inactivity
timeout.  It returns T if the stream is still alive, NIL otherwise.

     If new mail is found, the application's mm_exists() function is
called with the newly-determined number of messages in the mailbox.


void mail_check (MAILSTREAM *stream);
	stream	stream to checkpoint

      This function causes a mailstore-defined checkpoint of the
mailbox.  This may include such things as a writeback to disk, a check
for flag changes in a shared mailbox, etc.  It is not a "check for new
mail"; mail_ping() performs this function (as potentially does any other
function).  The status of the check is passed to the application via the
mm_log() facility.


void mail_expunge (MAILSTREAM *stream);
	stream	string to expunge

     This function causes an expunge (permanent removal of messages
which are marked as deleted) of the mailbox.  The application's
mm_expunged() function is called for each message that has been
expunged.  The application's mm_exists() function is called at the start
and end of the expunge to ensure synchronization.  The status of the
expunge is passed to the application via the mm_log() facility.

      Note that the decrementing of msgno's for subsequent messages
happens immediately; for example, if three consequtive messages starting
at msgno 5 are expunged, mm_expunged() will be called with a msgno of 5
three times.


long mail_copy (MAILSTREAM *stream,char *sequence,char *mailbox);
long mail_move (MAILSTREAM *stream,char *sequence,char *mailbox);
long mail_copy_full (MAILSTREAM *stream,char *sequence,char *mailbox,
		     long options);
	stream	stream to copy
	sequence IMAP-format set of message numbers
	mailbox	destination mailbox name
	options	option flags

     This function causes the messages in the specified sequence to be
copied to the specified mailbox.  T is returned if the copy is
successful.  mail_move() is equivalent to setting CP_MOVE in the options.

     If there is any problem in copying, a message will be passed to
the application via the mm_log() facility and the function returns NIL.
No copying is actually done in this case.

      Note that the mailbox must be on the same host as the stream and
is a mailbox of the type of the source mailbox only.

     The flags for mail_search_full() are a bit mask with one or more
of the following:
	CP_UID		The sequence argument contains UIDs instead of
			 sequence numbers
	CP_MOVE		Delete the messages from the current mailbox
			 after copying to the destination.


long mail_append (MAILSTREAM *stream,char *mailbox,STRING *message);
long mail_append_full (MAILSTREAM *stream,char *mailbox,char *flags,char *date,
		       STRING *message);
	stream	stream to use if non-NIL (in the IMAP case)
	mailbox	destination mailbox name
	flags	flags to set on message if non-NIL
	date	internal date (received date) to set on message if non-NIL
	message	string structure of message to write

     This function writes the message in the string structure to the
destination mailbox, along with the flags and date if specified.  This
is useful in those cases where you can't use mail_copy(), e.g. when
copying from one server to another; you can always fetch the message
and then mail_append() it to the destination.  It may also be useful
for maintaining an outbox of your outgoing mail.


void mail_gc (MAILSTREAM *stream,long gcflags);
	stream	stream to GC if non-NIL (else GC's all streams)
	flags	option flags

      This function garbage collects (purges) the cache of entries of
a specific type.  Some drivers do not allow purging of particular
cache types, and an attempt to do so is ignored.

      The flags for mail_gc() are a bit mask with one or more of the
following:
	GC_ELT		message cache elements
	GC_ENV		ENVELOPEs and BODYs
	GC_TEXTS	cached texts

		     Date/Time Handling Functions


char *mail_date (char *string,MESSAGECACHE *elt);
	string	destination string
	elt	message cache element containing date

      This function accepts a message cache element that contains date
information, and writes an IMAP-4 date string, that is, one in form:
	dd-mmm-yyyy hh:mm:ss +zzzz
based upon the data in the elt.  The destination string must be large
enough to hold this string.


char *mail_cdate (char *string,MESSAGECACHE *elt);
	string	destination string
	elt	message cache element containing date

      This function accepts a message cache element that contains date
information, and writes a ctime() format date string, that is, one in
form:
	www mmm dd hh:mm:ss yyyy\n
based upon the data in the elt.  The destination string must be large
enough to hold this string.


long mail_parse_date (MESSAGECACHE *elt,char *string);
	elt	message cache element to store parsed date
	string	source date string

      This function parses the date/time stored in the given string,
in format:
	[www,] date [[hh:mm[:ss][-zzz| +zzzz]
where the date can be any of:
	mm/dd/yy, mm/dd/yyyy, dd-mmm-yy, dd-mmm-yyyy, dd mmm yy, dd mmm yyyy
and stores the result of the parse in the elt.  If the parse is
successful, T is returned, else NIL.


unsigned long mail_longdate (MESSAGECACHE *elt);
	elt	message cache element containing date.

      This function accepts a message cache element that contains date
information, and returns the number of days since the base time of the
imap-4 toolkit.  At present, this is the same as the Unix time() value
for that date/time, and hence can be used for functions such as utime().

			  Utility Functions

void mail_debug (MAILSTREAM *stream);
	stream	stream to debug

      This function enables telemetry logging for this stream.  All
telemetry is passed to the application via the mm_dlog() facility.


void mail_nodebug (MAILSTREAM *stream);
	stream	stream to disable debugging

     This function disables telemetry logging for this stream.


long mail_sequence (MAILSTREAM *stream,char *sequence);
	stream	stream to set the sequence bits
	sequence IMAP-format message set string

     This function parses the given sequence string for message
numbers, sets the sequence bit in the stream's message cache element
of all messages in the sequence (and turns it off in all other message
cache elements).  If the parse is successful, T is returned, else NIL.


long mail_uid_sequence (MAILSTREAM *stream,char *sequence);
	stream	stream to set the sequence bits
	sequence IMAP-format message set string

     This function parses the given sequence string for unique
identifiers, sets the sequence bit in the stream's message cache
element of all messages in the sequence (and turns it off in all other
message cache elements).  If the parse is successful, T is returned,
else NIL.


long mail_parse_flags (MAILSTREAM *stream,char *flag,unsigned long *uf);
	stream	stream (used to get user flags)
	flag	IMAP-format flag string to parse
	uf	returned location of user flags

     The function parses the given flag string, and returns the system
flags as its return value and the user flags in the location pointed
to by the uf argument.  If there is an error in parse, a log message
is issued via mm_log() and this function returns NIL.


unsigned long mail_filter (char *text,unsigned long len,STRINGLIST *lines,
			   long flags);
	text	RFC 822 text to filter
	len	length in octets in the text argument
	lines	string list of header file names to filter
	flags	option flags

     This function supports the header lines filtering function of
mail_fetchheader_full().  The lines argument contains a list of header
field names to use in subsetting the header text.  Only those lines
which have that header field name are returned, unless FT_NOT is set
in which case only those lines which do not have that header field
name are returned.

     The options for mail_filter() are a bit mask with one or more of
the following:
	FT_NOT		The returned header lines are those that are
			 not in the lines argument


long mail_search_msg (MAILSTREAM *stream,unsigned long msgno,char *charset,
		      SEARCHPGM *pgm);
	stream	stream to search
	msgno	message number of message to inspect
	charset	character set of search strings
	pgm	search program to test

     This function implements mail_search_full() locally in cases when
it is not done by a server (e.g. local mail files, NNTP/POP).  It
inspects the given message on that stream to see if it matches the
criteria or not.  If it matches, T is returned, else NIL.


SEARCHPGM *mail_criteria (char *criteria);
	criteria IMAP2-format search criteria string

     This function accepts an IMAP2-format search criteria string and
parses it.  If the parse is successful, it returns a search program
suitable for use in mail_search_full().
	WARNING: This function does not accept IMAP4 search criteria.
	The source string must be writeable (this restriction was also
	in the old IMAP2 c-client).

	   Data Structure Instantiation/Destruction functions

     These functions are used to obtain structures from free storage and
to release them.

ENVELOPE *mail_newenvelope (void);
ADDRESS *mail_newaddr (void);
BODY *mail_newbody (void);
BODY *mail_initbody (BODY *body);
PARAMETER *mail_newbody_parameter (void);
PART *mail_newbody_part (void);
STRINGLIST *mail_newstringlist (void);
SEARCHPGM *mail_newsearchpgm (void);
SEARCHHEADER *mail_newsearchheader (char *line);
SEARCHSET *mail_newsearchset (void);
SEARCHOR *mail_newsearchor (void);
SEARCHPGMLIST *mail_newsearchpgmlist (void);
SORTPGM *mail_newsortpgm (void);

     These functions, all named mail_new...(), create a new structure of
the given type and initialize all of its elements to zero or empty.

void mail_free_body (BODY **body);
void mail_free_body_parameter (PARAMETER **parameter);
void mail_free_body_part (PART **part);
void mail_free_cache (MAILSTREAM *stream);
void mail_free_elt (MESSAGECACHE **elt);
void mail_free_lelt (LONGCACHE **lelt);
void mail_free_envelope (ENVELOPE **env);
void mail_free_address (ADDRESS **address);
void mail_free_stringlist (STRINGLIST **string);
void mail_free_searchpgm (SEARCHPGM **pgm);
void mail_free_searchheader (SEARCHHEADER **hdr);
void mail_free_searchset (SEARCHSET **set);
void mail_free_searchor (SEARCHOR **orl);
void mail_free_searchpgmlist (SEARCHPGMLIST **pgl);
void mail_free_sortpgm (SORTPGM **pgm);

     These functions, all named mail_free_...(), take a pointer to a
structure pointer, free all contained strings and structures within the
structure, and finally free the structure itself and set its pointer to
NIL.  For example, mail_free_envelope() frees all the ADDRESS structures
contained in the envelope.

     Normally, mail_free_elt() and mail_free_lelt() are used only if the
main program has a private pointer to cache elements.  If so, it is
expected to increment the cache element's lockcount when it makes a
private pointer, and to call this function when it is finished with it.

		       Authentication Functions

char *mail_auth (char *mechanism,authresponse_t resp,int argc,char *argv[]);
	mechanism authentication mechanism name
	resp	callback function for providing responses
	argc	main() function argc value
	argv	main() function argv value

     This server function searches the list of authenticators that was
established by auth_link() for an authenticator with the given name.  If
an authenticator is found, authentication is initialized.  The function
pointed to by resp is called as the authenticator requires responses.


AUTHENTICATOR *mail_lookup_auth (unsigned int i);
	i	position in authenticator list

     This function returns the nth authenticator in the list, where n is
the value of it.


unsigned int mail_lookup_auth_name (char *mechanism);
	mechanism authentication mechanism name

     This function searches the list of authenticators for an
authenticator with the given name, and returns its position in the
authenticator list.


     The functions below are provided by c-client client drivers or by
servers to support the protocol-dependent parts of authentication.

typedef void *(*authchallenge_t) (void *stream,unsigned long *len);
	stream	stream to read challenge
	len	pointer to returned length in octets

     This driver function is called by an authenticator to read a
challenge from the given protocol stream in a protocol-dependent way.
It returns that challenge in binary and its length in octets to the
authenticator.


typedef long (*authrespond_t) (void *stream,char *s,unsigned long size);
	stream	stream to send response
	s	response string
	size	length of response string in octets

     This driver function is called by an authenticator to send a
challenge response to the given stream in a protocol-dependent way.
It returns T if successful, NIL if failure.


typedef char *(*authresponse_t) (void *challenge,unsigned long clen,
				 unsigned long *rlen);
	challenge challenge string
	clen	length of challenge string in octets
	rlen	pointer to returned length of response string

     This server function is called with a challenge string of clen
octets.  It sends, according to whatever protocol (IMAP, POP, etc.) it
uses, and returns the received response and response length in octets.


typedef long (*authclient_t) (authchallenge_t challenger,
			      authrespond_t responder,NETMBX *mb,void *s,
			      unsigned long trial);
	challenger pointer to protocol-dependent challenge reader function
	responder pointer to protocol-dependent response sender function
	mb	NETMBX struct of the mailbox desired to open
	s	stream for protocol-dependent routines to use
	trial	number of authentication attempts remaining

     This client authenticator function negotiates reading challenges
and sending responses for a particular authenticator (Kerberos, etc.)
over the protocol, and returns T if authenticated or NIL if failed.


typedef char *(*authserver_t) (authresponse_t responder,int argc,char *argv[]);
	responder pointer to protocol-dependent responder function
	argc	main() function argc value
	argv	main() function argv value

    This server authenticator function negotiates sending challenges and
reading responses for a particular authenticator (Kerberos, etc.), and
returns either the authenticated user name or NIL if authentication
failed.

		       Network Access Functions

     These functions provide a layer of indirection between the TCP
routines and upper level routines.  This makes it possible to insert
additional code (e.g. privacy or checksum handling).

NETSTREAM *net_open (char *host,char *service,unsigned long port);
	host	host name
	service	contact service name
	port	contact port number

     This function opens a TCP connection to the given host and service
or port.


NETSTREAM *net_aopen (NETMBX *mb,char *service,char *usrbuf);
	NETMBX	parsed mailbox specification
	service	stream to open (at present, only /etc/rimapd is used)
	usrbuf	buffer to return login user name

     This function attempts to open a preauthenticated connection to the
given mailbox and service.  It will return the login user name of the
preauthenticated connection, as well as an open network stream, if
successful.


char *net_getline (NETSTREAM *stream);
	stream	network stream to read

     This routine reads a text line from the stream.  It calls
stream->dtb->getline, which normally points to tcp_getline() but can be
set to some other function.


long net_getbuffer (void *stream,unsigned long size,char *buffer);
	stream	network stream to read
	size	length of data in octets
	buffer	buffer of at least size octets

     This routine reads data from the stream.  It calls
stream->dtb->getbuffer, which normally points to tcp_getbuffer() but can
be set to some other function.


long net_soutr (NETSTREAM *stream,char *string);
	stream	network stream to write
	string	null-terminated string to output

     This routine writes a null-terminated string to the stream.  It
calls stream->dtb->soutr, which normally points to tcp_soutr() but can
be set to some other function.


long net_sout (NETSTREAM *stream,char *string,unsigned long size);
	stream	network stream to write
	string	string to output
	size	length of string in octets

     This routine writes a string of length size to the stream.  It
calls stream->dtb->sout, which normally points to tcp_sout() but can be
set to some other function.


void net_close (NETSTREAM *stream);
	stream	stream to close

     This routine closes the stream.  It calls stream->dtb->close, which
normally points to tcp_close() but can point to some other function.


char *net_host (NETSTREAM *stream);
	stream	stream to inspect

     This routine returns the remote host name of the stream.  It calls
stream->dtb->host, which normally points to tcp_host() but can point
to some other function.


unsigned long net_port (NETSTREAM *stream);
	stream	stream to inspect

     This routine returns the remote port number of the stream.  It calls
stream->dtb->port, which normally points to tcp_port() but can point
to some other function.


char *net_localhost (NETSTREAM *stream);
	stream	stream to inspect

     This routine returns the local host name of the stream.  It calls
stream->dtb->localhost, which normally points to tcp_localhost() but can
point to some other function.

		  Subscription Management Functions

long sm_subscribe (char *mailbox);
	mailbox	mailbox name to subscribe

     This function adds the given mailbox name to the local subscription
list, and returns T if successful, NIL if failure.


long sm_unsubscribe (char *mailbox);
	mailbox	mailbox name to unsubscribe

     This function removes the given mailbox name from the local
subscription list, and returns T if successful, NIL if failure.

char *sm_read (void **sdb);
	sdb	data to use in subsequent calls, or NIL if first call

     This function returns the local subscription list as null
terminated strings.  Each call returns the next element in the list.
The first call should be with sdb pointing to a NIL pointer; this will
be filled in for subsequent calls.  At the last call, NIL will be
returned.

		    Miscellaneous Utility Functions

char *ucase (char *string);
	string	string to convert

     This function converts each lowercase character of the specified
string to uppercase and returns the string.


char *lcase (char *string);
	string	string to convert

     This function converts each uppercase character of the specified
string to lowercase and returns the string.


char *cpystr (char *string);
	string	string to copy

 This function makes a copy of the string from free storage and returns
the copy.


long find_rightmost_bit (long *valptr);
	valptr	pointer to value to search

      This function returns -1 if the 32-bit value pointed to by valptr
is non-zero, otherwise it returns the bit number (0 = LSB, 31 = MSB) of
the right-most bit in that value.  This is used to convert from the bits
in the cache's userflags item to an index into the stream's userFlags
array of flag texts.


long min (long i,long j);
	i	first argument
	j	second argument

      This function returns the minimum of the two integers.

long max (long i,long j);
	i	first argument
	j	second argument

     This function returns the maximum of the two integers.

long search (char *s,long c,char *pat,long patc);
	s	string to search
	c	size of string
	pat	pattern to search in string
	patc	size of pattern

      This function does a fast case-independent search for the given
pattern in pat (length patc) in base string s, and returns T if the
pattern is found in the string.


long pmatch (char *s,char *pat,delim);
long pmatch_full (char *s,char *pat,delim);
	s	string to match
	pat	wildcard (* and %) to match in pattern
	delim	hierarchy delimiter

      This function returns T if the given wildcard pattern matches the
string in s with hierarchy delimiter delim.  Otherwise NIL is returned.


long dmatch (char *s,char *pat,char delim);
	s	string to match
	pat	wildcard (* and %) to match in pattern
	delim	hierarchy delimiter

     This function returns T if the given wildcard pattern matches the
directory.  If not, then none of the elements in the directory are
considered for recursive checking with pmatch_full().

			     SMTP Functions

SMTPSTREAM *smtp_open (char **hostlist,long debug);
	hostlist vector of SMTP server host names to try
	debug	non-zero if want protocol telemetry debugging

      This function opens an SMTP connection to a one of the hosts in the
host list and if successful returns a stream suitable for use by the
other SMTP functions.  The hosts are tried in order until a connection is
successfully opened.  If debug is non-NIL, protocol telemetry is logged
via mm_dlog().  NIL is returned if this function fails to open a
connection to any of the hosts in the list.

void smtp_close (SMTPSTREAM *stream);
	stream	stream to close

     This function closes the SMTP stream and frees all resources
associated with it that it may have created.

long smtp_mail (SMTPSTREAM *stream,char *type,ENVELOPE *msg,BODY *body);
	stream	stream to transmit mail
	type	mail type (MAIL, SEND, SAML, SOML)
	msg	message envelope
	body	message body

      This function negotiates an SMTP transaction of the specified type
(one of "MAIL", "SEND", "SAML", or "SOML") to deliver the specified
message.  This function returns T if success or NIL if there is any
failure.  The text reason for the failure is in stream->reply item; if
it is associated with a recipient it is also in that address'
address->error item.


void smtp_debug (SMTPSTREAM *stream);
	stream	stream to enable debugging telemetry

      This function enables SMTP protocol telemetry logging for this
stream.  All SMTP protocol operations are passed to the application via
the mm_dlog() facility.


void smtp_nodebug (SMTPSTREAM *stream);
	stream	stream to disable debugging telemetry

      This function disables SMTP protocol telemetry logging for this
stream.


typedef void (*smtpverbose_t) (char *buffer);
	buffer	pointer to verbose reply buffer

     This is the argument to the SET_SMTPVERBOSE mail_parmameter() call.
If this function pointer is non-NIL, then if a verbose SMTP response
(with SMTP code less than 100) is received, this function is called with
that response text as its argument.

			     NNTP Functions

NNTPSTREAM *nntp_open (char **hostlist,long debug);
	hostlist vector of NNTP server host names to try
	debug	non-zero if want protocol telemetry debugging

      This function opens an NNTP connection to a one of the hosts in the
host list and if successful returns a stream suitable for use by the
other MTP functions.  The hosts are tried in order until a connection is
successfully opened.  If debug is non-NIL, protocol telemetry is logged
via mm_dlog().  NIL is returned if this function fails to open a
connection to any of the hosts in the list.


void nntp_close (NNTPSTREAM *stream);
	stream	stream to close

     This function closes the NNTP stream and frees all resources
associated with it that it may have created.


long nntp_mail (NNTPSTREAM *stream,ENVELOPE *msg,BODY *body);
	stream	stream to transmit mail
	msg	message envelope
	body	message body

      This function negotiates an NNTP posting transaction to deliver
the specified news message.  This function returns T if success or NIL
if there is any failure.  The text reason for the failure is in
stream->reply item; if it is associated with a recipient it is also in
that address' address->error item.

		      RFC 822 Support Functions

     Although rfc822.c contains several additional functions besides
these, only the functions documented here should be used by
applications.  The other functions are for internal use only.


void rfc822_header (char *header,ENVELOPE *env,BODY *body);
	header	buffer to write RFC 822 header
	env	message ENVELOPE (used to obtain RFC 822 information)
	body	message BODY (used to obtain MIME information)

     This function writes an RFC 822 format header into header based
on the information in the envelope and body.  The header buffer must
be large enough to contain the full text of the resulting header.


void rfc822_write_address (char *dest,ADDRESS *adr);
	dest	buffer to write address list
	adr	RFC 822 ADDRESS list

     This function writes an RFC 822 format address list into dest
based on the information in adr.  The dest buffer must be large enough
to contain the full text of the resulting address list.

void rfc822_parse_msg (ENVELOPE **en,BODY **bdy,char *s,unsigned long i,
		       STRING *b,char *host,char *tmp);
	en	destination pointer where message ENVELOPE will be stored
	bdy	destination pointer where message BODY will be stored
	s	RFC 822 header to parse (character string)
	i	length of RFC 822 header
	b	stringstruct of message body
	host	default host name if an address lacks an @host.
	temp	scratch buffer, must be long enough to hold unwound
		 header lines (a buffer that is i octets long is OK)

     This function parses the RFC 822 header pointed to by s with body
pointed to by string structure b into the specified destination
envelope and body pointers, using host as the default host name and
tmp as a scratch buffer.  New ENVELOPE and BODY structures are
created; when finished with them the application must free them with
mail_free_envelope() and mail_free_body().  Any parsing errors are
noted via the mm_log() mechanism using log type PARSE.


void rfc822_parse_adrlist (ADDRESS **lst,char *string,char *host);
	lst	destination pointer where ADDRESS will be stored
	string	string of addresses to parse
	host	default host name if an address lacks an @host.

     This function parses the address list in the given string into an
address list in lst.  Any addresses missing a host name are have the
host name defaulted from the host argument.  If the destination list
is non-empty it appends the new addresses to the list.  Any parsing
errors are noted via the mm_log() mechanism using log type PARSE.

long rfc822_output (char *t,ENVELOPE *env,BODY *body,soutr_t f,void *s,
		    long ok8bit);
	t	scratch buffer, large enough to hold message header
	env	message ENVELOPE
	body	message BODY
	f	I/O function to write to
	s	stream for I/O function f
	ok8bit	non-zero if OK to output 8-bit data

     This function writes the message described with the given
envelope and body.  Any body part contents of type ENCBINARY is
converted to ENCBASE64 before sending.  If ok8bit is NIL, any message
data of type ENC8BIT is converted to ENCQUOTEDPRINTABLE before
sending; if ok8bit is non-NIL then ENC8BIT data is sent as-is.  T is
returned if the function succeeds, else NIL is returned.

     The function f is typically net_soutr(), but it can be any
function which matches
  typedef long (*soutr_t) (void *stream,char *string);
where stream holds sufficient information to enable the output routine
to know where to output to, and the string is a null-terminated string
to output.  This function returns either T or NIL, and that value is
passed up to rfc822_output() for its return.


void *rfc822_base64 (char *src,unsigned long srcl,unsigned long *len);
	src	source string
	srcl	size of source string in octets
	len	pointer to where destination string length in octets
		 will be returned

     This function decodes a BASE64 body part given a source string
and its length.  The decoded body part as a sequence of binary octets
is returned, and its length is returned in len.


char *rfc822_qprint (char *src,unsigned long srcl,unsigned long *len);
	src	source string
	srcl	size of source string in octets
	len	pointer to where destination string length in octets
		 will be returned

     This function decodes a QUOTED-PRINTABLE body part given a source
string and its length.  The decoded body part as an 8-bit character
string is returned, and its length is returned in len.

	     Operating System-Dependent Public Interface

     These functions are in OS-dependent code, and are rewritten each
time c-client is ported to a new operating system.


void rfc822_date (char *date);
	date	buffer to write the date, must be large enough

     This function is called to get the current date and time in an
RFC 822 format string into the given buffer.


void *fs_get (size_t size);
	size	number of octets requested

      This function allocates and returns a block of free storage of
the specified size.  Unlike malloc(), there is no failure return; this
function must return with the requested storage.


void fs_resize (void **block,size_t size);
	block	pointer to pointer to block to be resized
	size	new size in octets

     This function resizes the free storage block, updating the
pointer if necessary.  Unlike realloc(), there is no failure return;
this function must return with the requested storage.


void fs_give (void **block);
	block	pointer to pointer to block to free

      This function releases a block of free storage allocated by
fs_get().  It also erases the block pointer, so it isn't necessary to
do this in the application.


void fatal (char *string);
	string	message string

      This function is called when an "impossible" error is detected
and the client wishes to crash.  The string should contain a reason.


char *strcrlfcpy (char **dst,long *dstl,char *src,long srcl);
	dst	pointer to destination string pointer
	dstl	pointer to destination string size
	src	source strin
	srcl	source string size

      This function is called to copy into a destination string dst of
size dstl (resized if necessary), a CRLF newline form string from
local format string src of size srcl.


TCPSTREAM *tcp_open (char *host,long port);
TCPSTREAM *tcp_aopen (char *host,char *service);
char *tcp_getline (TCPSTREAM *stream);
long tcp_getbuffer (TCPSTREAM *stream,long size,char *buffer);
long tcp_soutr (TCPSTREAM *stream,char *string);
void tcp_close (TCPSTREAM *stream);
char *tcp_host (TCPSTREAM *stream);
unsigned long tcp_port (TCPSTREAM *stream);
char *tcp_localhost (TCPSTREAM *stream);

     These functions are TCP-specific versions of the more general
net_xxx() functions.  These should not be called directly by
applications.


char *tcp_clienthost (char *dst);
	dst	destination string buffer

     This function should be called only by a server called by inetd
or similar mechanism which maps standard input to a network socket.
It returns the host name of the other end (e.g. the client of a
server) using the given string buffer, or NIL if it can't get this
information.

			Main Program Callbacks

     All applications which use the c-client must have the following
callbacks to handle events from c-client.  Note that in any callback
which involves a mail stream, the stream is locked and you can not
recursively call c-client from the callback.  This may also be true in
callbacks which do not have a stream; in general, the rule is "do not
call c-client, especially any mail_xxx() function, from a c-client
callback".


void mm_flags (MAILSTREAM *stream,unsigned long number);
	stream	stream where event happened
	number	message number

     This function is called when c-client manipulates the flags for
the given message number.  This alerts the application that it may
need to inspect that message's flags to see if there are any
interesting changes.


void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status);
	stream	stream where event happened
	mailbox	mailbox name for this status
	status	MAILSTATUS structure with message status

     This function is called when c-client reports status of a mailbox
(generally as the result of a mail_status() function call).  The
returned MAILSTATUS structure has the following members:

long flags;			validity flags.  These are the same as
				 the SA_xxx option flags in the
				 mail_status() call, and they indicate
				 which of the other members of the
				 MAILSTATUS structure have usable data
				 (i.e. if SA_MESSAGES is not set, do
				 not believe status->messages!!).
unsigned long messages;		number of messages if SA_MESSAGES
unsigned long recent;		number of recent messages if SA_RECENT
unsigned long unseen;		number of unseen messages if SA_UNSEEN
unsigned long uidnext;		next UID to be assigned if SA_UIDNEXT
unsigned long uidvalidity;	UID validity value if SA_UIDVALIDITY


void mm_searched (MAILSTREAM *stream,unsigned long number);
	stream	stream where event happened
	number	message number

     This function is called to notify the main program that this
message number matches a search (generally as the result of a
mail_search_full() function call).


void mm_exists (MAILSTREAM *stream,unsigned long number);
	stream	stream where event happened
	number	message number

     This function is called to notify the main program that there are
this many messages in the mailbox.  It is also used to notify the main
program of new mail, by announcing a higher number than the main
program was previously aware.


void mm_expunged (MAILSTREAM *stream,unsigned long number);
	stream	stream where event happened
	number	message number

     This function is called to notify the main program that this
message number has been expunged from the mail file and that all
subsequent messages are now referenced by a message number one less
than before.  This implicitly decrements the number of messages in the
mailbox.


void mm_list (MAILSTREAM *stream,char delim,char *name,long attrib);
	stream	stream where event happened
	delim	hierarchy delimiter
	name	mailbox name
	attrib	mailbox attributes

     This function is called to notify the main program that this
mailbox name matches a mailbox listing request (generally as the
result of a mail_list() function call).  The hierarchy delimiter is a
character that separates out levels of hierarchy in mailbox names.
The attributes are a bit mask with one of the following:
	LATT_NOINFERIORS
			it is not possible for there to be any
			 hierarchy inferiors to this name (that is,
			 this name followed by the hierarchy delimiter
			 and additional name characters).
	LATT_NOSELECT	this is not a mailbox name, just a hierarchy
			 level, and it may not be opened by mail_open()
	LATT_MARKED	this mailbox may have recent messages
	LATT_UNMARKED	this mailbox does not have any recent messages


void mm_lsub (MAILSTREAM *stream,char delim,char *name,long attrib);
	stream	stream where event happened
	delim	hierarchy delimiter
	name	mailbox name
	attrib	mailbox attributes


     This function is called to notify the main program that this
mailbox name matches a subscribed mailbox listing request (generally
as the result of a mail_lsub() function call).  The hierarchy
delimiter is a character that separates out levels of hierarchy in
mailbox names.  The attributes are a bit mask with one of the
following:
	LATT_NOINFERIORS
			it is not possible for there to be any
			 hierarchy inferiors to this name (that is,
			 this name followed by the hierarchy delimiter
			 and additional name characters).
	LATT_NOSELECT	this is not a mailbox name, just a hierarchy
			 level, and it may not be opened by mail_open()
	LATT_MARKED	this mailbox may have recent messages
	LATT_UNMARKED	this mailbox does not have any recent messages


void mm_notify (MAILSTREAM *stream,char *string,long errflg);
	stream	stream where event happened
	string	message string
	errflg	message error level

     This function is called to deliver a stream-oriented message
event.  This is the mechanism by which any IMAP response codes for any
application (e.g. TRYCREATE) are delivered to the application.
No newline is included in the string, so this function has to output
its own.

     The message error level is one of the following:

	NIL	normal operation.  The text is `babble' that may be
		interesting to the user, e.g. the greeting message
		from a server.

	WARN	A warning event.  This event should be displayed to
		the user.  Examples: a mailbox rewrite failed because
		of disk full, but the previous mailbox contents were
		recovered.

	ERROR	An error event.  This event should be displayed to
		the user, or at least logged someplace.  This type of
		error shouldn't happen, and so should be called to the
		attention of support staff.  Whatever happened has
		probably disrupted the user's work.  Examples: an
		untagged BAD from an IMAP server.


void mm_log (char *string,long errflg);
	string	message string
	errflg	message error level

      This function is called to deliver a log message.  No newline is
included in the string, so this function has to output its own.  In
general, it is intended that these messages are logged someplace, and
possibly shown to the user.

     The message error level is one of the following:

	NIL	normal operation.  The text is `babble' that may be
		interesting to the user, e.g. "Expunged 3 messages".

	PARSE	An RFC 822 parsing error.  Since bogus headers are
		all-too-common in the real world, these can often be
		ignored on the "garbage in, garbage out" princple.
		However, since surprising results can be yielded when
		trying to parse garbage, this message should be logged
		somewhere so it can be figured out what happened.

	WARN	A warning event.  This event should be displayed to
		the user.  It occurs when an error condition has
		happened, but c-client knows what to do to recover.
		Examples: "Can't open read-write, so opening
		read-only", "Empty mailbox", "Login failed, try
		again", "Waiting for mailbox to become unlocked",
		"IMAP protocol error".  Although a user should be
		told about a warning, it's generally not necessary
		to interrupt the flow of her work (e.g. it's alright
		to display the warning in a scrolling window, but
		not necessary to require the user to do anything).

	ERROR	An error event.  This event should be displayed to
		the user, or at least logged someplace.  This is a
		serious error condition occured that aborted the
		requested operation and possibly also aborted the mail
		stream.  This ranges from normal error conditions such
		as "Can't open mailbox", "too many login failures, go
		away" to bizarre conditions such as "Apparent new mail
		appeared in the mailbox that doesn't look like mail,
		program aborting".  Errors must be called to the
		user's attention, and probably should require some
		sort of acknowledgement (e.g. answering a modal panel)
		before the application proceeds.


void mm_dlog (char *string);
	string message string

      This function is called to deliver a debugging telemetry
message.  No newline is included in the string, so this function has
to output its own.  This is called only when debugging is enabled.


void mm_login (NETMBX *mb,char *user,char *pwd,long trial);
	mb	parsed mailbox specification
	user	pointer to where to return user name
	pwd	pointer to where to return password
	trial	number of prior login attempts

      This function is called to get a user name and password for the
given network mailbox.  It stores the user name and password in the
strings pointed to by the appropriate arguments.  The trial argument
is the number of attempts to perform the login and is initially zero
(e.g. for a default username and password login functionality).  It is
incremented for each subsequent trial until the maximum number of
trials are made.


void mm_critical (MAILSTREAM *stream);
	stream	stream where event happened

      This function is called to alert the application that c-client
is about to run some critical code on that stream that may result in a
clobbered mail file if it is interrupted.  It may be desirable to
disable CTRL/C, etc. during this time.


void mm_nocritical (MAILSTREAM *stream);
	stream	stream where event happened

      This function is called to alert the application that c-client
is no longer running critical code on that stream that may result in a
clobbered mail file if it is interrupted.


long mm_diskerror (MAILSTREAM *stream,long errcode,long serious);
	stream	stream where event happened
	errcode	OS error code for disk error
	serious	non-zero if c-client can not undo the operation (and
		 thus must retry to avoid mail file damage)

      This function is called to alert the application that the
c-client has encountered an unrecoverable write error when trying to
update the mail file.  errcode contains the system error code.  If
serious is non-zero, then it is probable that the disk copy of the
mailbox has been damaged.

     The return value from this function is the abort flag; if serious
is zero and the abort flag is non-zero, the operation is aborted.  If
the abort flag is zero or if serious was non-zero, a return from this
function will retry the failing operation.


void mm_fatal (char *string);
	string	message string

      This function is called from the fatal() routine in the
operating system code to notify the main program that it is about to
crash.  The string contains a reason.  At the very minimum, the main
program should do something like
 mm_log (string,ERROR);
and then return.  No newline is included in the string, so this
function has to output its own.

			     Driver interface

     When writing a new driver for the c-client, you must provide a
DRIVER stucture giving a dispatch vector between MAIL and the driver.
The DRIVER dispatch vector is described in mail.h.

char *name;
     Name by which the driver is known to c-client.

unsigned long flags;
     Attribute flags for this driver:
	DR_DISABLE	This driver is currently disabled.
	DR_LOCAL	This driver deals with local mailboxes; if
			 this is off it deals with mailboxes over a
			 network.
	DR_MAIL		This driver supports e-mail messages.
	DR_NEWS		This driver supports netnews messages
	DR_READONLY	This driver only allows read-only access;
			 mail_setflag(), mail_expunge(), etc. are
			 no-ops.
	DR_NOFAST	This driver does not implement mail_fetchfast()
			 in a fast way (e.g. it may have to fetch the
			 entire message text over a network to
			 calculate sizes).
	DR_NAMESPACE	This driver accepts and uses namespace format
			 names.
	DR_LOWMEM	This driver is designed for systems with very
			 limited amounts of memory (e.g. DOS) and
			 support routines called by this driver should
			 try not to use much memory.

DRIVER *next;
     Pointer to the next driver which this application supports (or NIL if
this is the last driver).  Drivers are lunk together via the mail_link()
function.

DRIVER *driver_valid (char *mailbox);
     This function returns a pointer to the driver's DRIVER dispatch
vector iff this driver accepts the given name as a valid mailbox for this
driver.  Otherwise, it returns the value of the next driver's
driver_valid() or NIL if there is no next driver.  In other words, calling
driver_valid() for the first driver will return the driver dispatch vector
for the driver which supports this type of mailbox.

void *driver_parameters (long function,void *value);
     This function implements mail_parameters() for this driver.

void driver_scan (MAILSTREAM *stream,char *ref,char *pat,char *contents);
     This function implements mail_scan() for this driver.

void driver_list (MAILSTREAM *stream,char *ref,char *pat);
     This function implements mail_list() for this driver.

void driver_lsub (MAILSTREAM *stream,char *ref,char *pat);
     This function implements mail_lsub() for this driver.

long driver_subscribe (MAILSTREAM *stream,char *mailbox);
     This function implements mail_subscribe() for this driver.

long driver_unsubscribe (MAILSTREAM *stream,char *mailbox);
     This function implements mail_unsubscribe() for this driver.

long driver_create (MAILSTREAM *stream,char *mailbox);
     This function implements mail_create() for this driver.

long driver_delete (MAILSTREAM *stream,char *mailbox);
     This function implements mail_delete() for this driver.

long driver_rename (MAILSTREAM *stream,char *old,char *new);
     This function implements mail_rename() for this driver.

long driver_status (MAILSTREAM *stream,char *mailbox,long flags);
     This function implements mail_status() for this driver.

MAILSTREAM *driver_open (MAILSTREAM *stream);
     This function opens the mailbox identified by the given stream.  It
may use the data on the stream and create additional data on stream->local
as necessary.  It should return the given stream unless it failed to open
the mailbox, in which case it should return NIL.

void driver_close (MAILSTREAM *stream,long options);
     This function implements mail_close() for this driver.

void driver_fetchfast (MAILSTREAM *stream,char *sequence,long flags);
     This function implements mail_fetchfast() for this driver.

void driver_fetchflags (MAILSTREAM *stream,char *sequence,long flags);
     This function implements mail_fetchflags() for this driver.

ENVELOPE *driver_fetchstructure (MAILSTREAM *stream,unsigned long msgno,
				 BODY **body,long flags);
     This function implements mail_fetchstructure() for this driver.

char *driver_fetchheader (MAILSTREAM *stream,unsigned long msgno,
			  STRINGLIST *lines,unsigned long *len,long flags);
     This function implements mail_fetchheader() for this driver.

char *driver_fetchtext (MAILSTREAM *stream,unsigned long msgno,
			unsigned long *len,long flags);
     This function implements mail_fetchtext() for this driver.

char *driver_fetchbody (MAILSTREAM *stream,unsigned long msgno,char *section,
			unsigned long *len,long flags);
     This function implements mail_fetchbody() for this driver.

void driver_setflag (MAILSTREAM *stream,char *sequence,char *flag,long flags);
     This function implements mail_setflag() for this driver.

void driver_clearflag (MAILSTREAM *stream,char *sequence,char *flag,
		       long flags);
     This function implements mail_clearflag() for this driver.

void driver_search (MAILSTREAM *stream,char *charset,SEARCHPGM *pgm,
		    long flags);
     This function implements mail_search() for this driver.

unsigned long *driver_sort (MAILSTREAM *stream,char *charset,SEARCHPGM *spg,
			    SORTPGM *pgm,long flags);
     This function implements mail_sort() for this driver.

void *driver_thread (MAILSTREAM *stream,char *seq,long function,long flag);
     This dispatch is reserved for a future threading capability.

long driver_ping (MAILSTREAM *stream);
      This function implements mail_ping() for this driver.

void driver_check (MAILSTREAM *stream);
      This function implements mail_check() for this driver.

void driver_expunge (MAILSTREAM *stream);
      This function implements mail_expunge() for this driver.

long driver_copy (MAILSTREAM *stream,char *sequence,char *mailbox,
		  long options);
      This function implements mail_copy() for this driver.

long driver_append (MAILSTREAM *stream,char *mailbox,char *flags,char *date,
		    STRING *message);
      This function implements mail_append() for this driver.

void driver_gc (MAILSTREAM *stream,long gcflags);
      This function implements mail_gc() for this driver.

			 Driver Support Functions

void mail_searched (MAILSTREAM *stream,unsigned long msgno);
	stream	stream where event happened
	msgno	message number

     This function is called by the driver to notify c-client that this
message number matches a search.  It invokes the main program's
mm_searched() function.

void mail_exists (MAILSTREAM *stream,unsigned long nmsgs);
	stream	stream where event happened
	nmsgs	number of messages

     This function is called by the driver to notify c-client that this
message number exists (i.e. there are this many messages in the mailbox).
It invokes the main program's mm_exists() function.

void mail_recent (MAILSTREAM *stream,unsigned long recent);
	stream	stream where event happened
	recent	number of messages

      This function is called by the driver to notify c-client that this
many messages are "recent" (i.e. arrived in the mailbox since the previous
time the mailbox was opened).

void mail_expunged (MAILSTREAM *stream,unsigned long msgno);
	stream	stream where event happened
	msgno	number of messages

      This function is called by the driver to notify MAIL that this
message number has been expunged from the mail file and that all subsequent
messages are now referenced by a message number one less than before.  It
invokes the main program's mm_expunged() function.

void mail_lock (MAILSTREAM *stream);
	stream	stream where event happened
      This function sets the stream lock.  It is an error to set the stream
lock if the stream is already locked.

      This is mainly used to catch errors due to a callback function
(e.g. mm_exists) inadvertantly recursing back to the MAIL routines and
establishing an infinite recursion.  Normally, drivers will set the lock
prior to calling one of the callback functions above or, more likely, in
the beginning of the driver's non-reentrant "do operation" section.  In the
IMAP4 driver, the stream lock is set when entering imap_send() and cleared
on exit.

void mail_unlock (MAILSTREAM *stream);
	stream	stream where event happened

     This function releases the stream lock.  It is an error to release the
stream lock if the stream is not locked.
PK�"[r�ڀ�,share/doc/alt-php-libc-client11/commndmt.txtnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

[I wrote this tongue-in-cheek, but there's a lot here that people who
 build IMAP clients should take careful note.  Most existing clients
 violate at least one, generally several, of these commandments.
 These are based on known user-visible problems that occur with various
 commonly used clients.  Put another way, behind each commandment is a
 plethora of user (and server administrator) complaints caused by a
 violator.]

	   Ten Commandments of How to Write an IMAP client
			     Mark Crispin

1. Thou shalt not assume that it is alright to open multiple IMAP
sessions selected on the same mailbox simultaneously, lest thou face
the righteous wrath of mail stores that doth not permit such access.
Instead, thou shalt labor mightily, even unto having to use thy brain
to thinketh the matter through, such that thy client use existing
sessions that are already open.

2. Thou shalt not abuse the STATUS command by using it to check for
new mail on a mailbox that you already have selected in an IMAP
session; for that session hath already told thou about new mail
without thy having to ask.

3. Thou shalt remember the 30 minute inactivity timeout, and remember
to speak to the IMAP server before that timeout expires.  If thou
useth the IDLE command, thou shalt send DONE from the IDLE before 29
minutes hath passed, and issue a new IDLE.  If thou maketh no use of
IDLE, then thou shalt send NOOP every few minutes, and the server
shalt tell you about new mail, and there will be much rejoicing in the
land.

4. Thou shalt not assume that all names are both the name of a mailbox
and the name of a upper level of hierarchy that contains mailboxes;
lest thou face the righteous wrath of mail stores in which a mailbox
is a file and a level of hierarchy is a directory.  Thou shalt pay
diligent attention to the \NoSelect and \NoInferiors flags, so that
your users may praise you with great praise.

5. Thou shalt learn and understand the unique features of IMAP, such
as the unsolicited data model, the strict ascending rule of UIDs, how
UIDs map to sequence numbers, the ENVELOPE and BODYSTRUCTURE
structures; so that thou may use the IMAP protocol effectively.  For a
POP client hacked to babble IMAP protocol is still no more than a POP
client.

6. Thou shalt remember untagged data sent by the server, and when thou
needest data thou shalt consult your memory before asking the server.
For those who must analyze thy protocol transactions are weak of
stomach, and are likely to lose their recent meal should they see thou
repeatedly re-fetch static data.

7. Thou shalt labor with great effort to work within the IMAP
deleted/expunge model, even if thy own model is that of a trashcan;
for interoperability is paramount and a trashcan model can be done
entirely in the user interface.

8. Thou shalt not fear to open multiple IMAP sessions to the server;
but thou shalt use this technique with wisdom.  For verily it is true;
if thou doth desire to monitor continuously five mailboxes for new
mail, it is better to have five IMAP sessions continuously open on the
mailboxes.  It is generally not good to do a succession of five SELECT
or STATUS commands on a periodic basis; and it is truly wretched to
open and close five sessions to do a STATUS or SELECT on a periodic
basis.  The cost of opening and closing a session is great, especially
if that session is SSL/TLS protected; and the cost of a STATUS or
SELECT can also be great.  By comparison, the cost of an open session
doing an IDLE or getting a NOOP every few minutes is small.  Great
praise shall be given to thy wisdom in doing what is less costly
instead of "common sense."

9. Thou shalt not abuse subscriptions, for verily the LIST command is
the proper way to discover mailboxes on the server.  Thou shalt not
subscribe names to the user's subscription list without explicit
instructions from the user; nor shalt thou assume that only subscribed
names are valid.  Rather, thou shalt treat subscribed names as akin to
a bookmarks, or perhaps akin to how Windows shows the "My Documents"
folder -- a set of names that are separate from the hierarchy, for
they are such.

10. Thou shalt use the LIST "*" wildcard only with great care.  If
thou doth not fully comprehend the danger of "*", thou shalt use only
"%" and forget about the existance of "*".

Honor these commandments, and keep them holy in thy heart, so that thy
users shalt maximize their pleasure, and the server administrators
shalt sing thy praises and recommend thy work as a model for others to
emulate.

PK�"[���+�+(share/doc/alt-php-libc-client11/SSLBUILDnu�[���/* ========================================================================
 * Copyright 1988-2007 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

		  SSL/TLS BUILD AND INSTALLATION NOTES FOR UNIX
			 Last Updated: 15 November 2007

PREREQUISITES BEFORE STARTING:
 1) Review the information in imap-2007/docs/BUILD.
 2) Obtain a copy of OpenSSL.  OpenSSL is available from third parties.  We
    do not provide OpenSSL.
 3) Make sure that you know how to build OpenSSL properly on the standard
    /usr/local/ssl directory.  In particular, /usr/local/ssl/include (and
    /usr/local/ssl/include/openssl) and /usr/local/ssl/lib must be set up
    from the OpenSSL build.  If you have a non-standard installation, then
    you must modify the imap-2007/src/osdep/unix/Makefile file to point
    to the appropriate locations.
 4) Make sure that you know how to obtain appropriate certificates on your
    system.

NOTE: We can NOT provide you with support in building/installing OpenSSL, or
in obtaining certificates.  If you need help in doing this, try the contacts
mentioned in the OpenSSL README.


SSL BUILD:

     By default, the IMAP toolkit builds with SSL and disabling plaintext
passwords unless SSL/TLS encryption is in effect (SSLTYPE=nopwd).  This
produces an IMAP server which is compliant with RFC 3501 security
requirements.

     To build with SSL but allow plaintext passwords in insecure sessions,
add "SSLTYPE=unix" to the make command line.  Note that doing so will
produce an IMAP server which is NON-COMPLIANT with RFC 3501.

     To build without SSL, add "SSLTYPE=none" to the make command line.
Note that doing so will produce an IMAP server which is NON-COMPLIANT
with RFC 3501.

     There are other make options relevant to SSL, described in
 imap-2007/src/osdep/unix/Makefile
The most important of these are SSLDIR, SSLCRYPTO, and SSLRSA.

     SSLDIR is set to /usr/local/ssl by default.  This is the normal
installation directory for OpenSSL.  If your system uses a different directory
you will need to change this.

     SSLCRYPTO is set to -lcrypto by default.  Older versions of MIT Kerberos
also have a libcrypto and will cause a library name conflict.  If you are
using an older version of Kerberos, you may need to change SSLCRYPTO to
$(SSLLIB)/libcrypto.a

     SSLRSA is set empty by default.  It can be set to specify the RSAREF
libraries, which you once had to use with OpenSSL to use RSA algorithms
legally if you are in the USA, due to patent issues.  Since RSA Security Inc.
released the RSA algorithm into the public domain on September 6, 2000, there
is no longer any reason to do this.


SSL INSTALLATION:

     Binaries from the build are:
	imap-2007/mtest/mtest		c-client testbed program
	imap-2007/ipopd/ipop2d		POP2 daemon
	imap-2007/ipopd/ipop3d		POP3 daemon
	imap-2007/imapd/imapd		IMAP4rev1 daemon

     mtest is normally not used except by c-client developers.

STEP 1:	inetd setup


     The ipop2d, ipop3d, and imapd daemons should be installed in a system
daemon directory and invoked by a listener such as xinetd or inetd.  In the
following examples, /usr/local/etc is used).

STEP 1(A): xinetd-specific setup

     If your system uses xinetd, the daemons are invoked by files in your
/etc/xinetd.d directory with names corresponding to the service names (that
is: imap, imaps, pop2, pop3, pop3s).  You will need to consult your local
xinetd documentation to see what should go into these files.  Here is a a
sample /etc/xinetd.d/imaps file:

service imaps
{
	disable		= no
	socket_type	= stream
	wait		= no
	user		= root
	server		= /usr/local/etc/imapd
	groups		= yes
	flags		= REUSE IPv6
}

STEP 1(B): inetd-specific setup

     If your system still uses inetd, the daemons are invoked by your
/etc/inetd.conf file with lines such as:

pop	stream	tcp	nowait	root	/usr/local/etc/ipop2d	ipop2d
pop3	stream	tcp	nowait	root	/usr/local/etc/ipop3d	ipop3d
imap	stream	tcp	nowait	root	/usr/local/etc/imapd	imapd
pop3s	stream	tcp	nowait	root	/usr/local/etc/ipop3d	ipop3d
imaps	stream	tcp	nowait	root	/usr/local/etc/imapd	imapd

     Please refer to imap-2007/docs/BUILD for an important note about inetd's
limit on the number of new connections.  If that note applies to you, and you
can configure the number of connection in /etc/inetd.conf as described in
imap-2007/docs/build, here is the sample /etc/inetd.conf entry with SSL:

pop3	stream	tcp	nowait.100	root	/usr/local/etc/ipop3d	ipop3d
pop3s	stream	tcp	nowait.100	root	/usr/local/etc/ipop3d	ipop3d
imap	stream	tcp	nowait.100	root	/usr/local/etc/imapd	imapd
imaps	stream	tcp	nowait.100	root	/usr/local/etc/imapd	imapd
 (or, if you use TCP wrappers)
pop3	stream	tcp	nowait.100	root	/usr/local/etc/tcpd	ipop3d
imap	stream	tcp	nowait.100	root	/usr/local/etc/tcpd	imapd
pop3s	stream	tcp	nowait.100	root	/usr/local/etc/ipop3d	ipop3d
imaps	stream	tcp	nowait.100	root	/usr/local/etc/imapd	imapd

NOTE: do *NOT* use TCP wrappers (tcpd) for the imaps and pop3s services!  I
don't know why, but it doesn't work with TCP wrappers.


STEP 2:	services setup

     You may also have to edit your /etc/services (or Yellow Pages,
NetInfo, etc. equivalent) to register these services, such as:

pop		109/tcp
pop3		110/tcp
imap		143/tcp
imaps		993/tcp
pop3s		995/tcp

NOTE: The SSL IMAP service *MUST* be called "imaps", and the SSL POP3 service
*MUST* be called "pop3s".


STEP 3: PAM setup

     If your system has PAM (Pluggable Authentication Modules -- most
modern systems do) then you need to set up PAM authenticators for imap and
pop.  The correct file names are
	/etc/pam.d/imap
and
	/etc/pam.d/pop

     It probably works to copy your /etc/pam.d/ftpd file to the above two
names.

     Many people get these file names wrong, and then spend a lot of time
trying to figure out why it doesn't work.  Common mistakes are:
	/etc/pam.d/imapd
	/etc/pam.d/imap4
	/etc/pam.d/imap4rev1
	/etc/pam.d/imaps
	/etc/pam.d/ipop3d
	/etc/pam.d/pop3d
	/etc/pam.d/popd
	/etc/pam.d/pop3
	/etc/pam.d/pop3s


STEP 4:	certificates setup

NOTE: We can NOT provide you with support in obtaining certificates.  If you
need help in doing this, try the contacts mentioned in the OpenSSL README.

WARNING: Do NOT install servers built with SSL support unless you also plan to
install proper certificates!  It is NOT supported to run SSL-enabled servers
on a system without the proper certificates.

     You must set up certificates on /usr/local/ssl/certs (this may be
different if you have a non-standard installation of OpenSSL; for example,
FreeBSD has modified OpenSSL to use /usr/local/certs).  You should install
both the certificate authority certificates from the SSL distribution after
building OpenSSL, plus your own certificates.  The latter should have been
purchased from a certificate authority, although self-signed certificates are
permissible.  A sample certificate file is at the end of this document.

     Install the resulting certificate file on /usr/local/ssl/certs, with a
file name consisting of the server name and a suffix of ".pem".  For example,
install the imapd certificate on /usr/local/ssl/certs/imapd.pem and the ipop3d
certificate on /usr/local/ssl/certs/ipop3d.pem.  These files should be
protected against random people accessing them.  It is permissible for
imapd.pem and ipop3d.pem to be links to the same file.

     The imapd.pem and ipop3d.pem must contain a private key and a
certificate.  The private key must not be encrypted.

     The following command to openssl can be used to create a self-signed
certificate with a 10-year expiration:
	req -new -x509 -nodes -out imapd.pem -keyout imapd.pem -days 3650

			*** IMPORTANT ***
     We DO NOT recommend, encourage, or sanction the use of self-signed
certificates.  Nor will we be responsible for any problems (including security
problems!) which result from your use of a self-signed certificate.  Use of
self-signed certificates should be limited to testing only.  Buy a real
certificate from a certificate authority!

			*** IMPORTANT ***

     If you have a multihomed system with multiple domain names (and hence
separate certificates for each domain name), you can append the IP address
to the service name.  For example, the IMAP certificate for [12.34.56.78]
would be /usr/local/ssl/certs/imapd-12.34.56.78.pem and so on.  You only need
to use this feature if you need to use multiple certificates (because different
DNS names are used).


SAMPLE CERTIFICATE FILE

     Here is a sample certificate file.  Do *NOT* use this on your own
machine; it is simply an example of what one would look like.

-----BEGIN RSA PRIVATE KEY-----
MIICXQIBAAKBgQDHkqs4YDbakYxRkYXIpY7xLXDQwULR5LW7xWVzuWmmZJOtzwlP
7mN87g+aaiQzwXUVndaCw3Zm6cOG4mytf20jPZq0tvWnjEB3763sorpfpOe/4Vsn
VBFjyQY6YdqYXNmjmzff5gTAecEXOcJ8CrPsaK+nkhw7bHUHX2X+97oMNQIDAQAB
AoGBAMd3YkZAc9LUsig8iDhYsJuAzUb4Qi7Cppj73EBjyqKR18BaM3Z+T1VoIpQ1
DeXkr39heCrN7aNCdTh1SiXGPG6+fkGj9HVw7LmjwXclp4UZwWp3fVbSAWfe3VRe
LM/6p65qogEYuBRMhbSmsn9rBgz3tYVU0lDMZvWxQmUWWg7BAkEA6EbMJeCVdAYu
nQsjwf4vhsHJTChKv/He6kT93Yr/rvq5ihIAPQK/hwcmWf05P9F6bdrA6JTOm3xu
TvJsT/rIvQJBANv0yczI5pUQszw4s+LTzH+kZSb6asWp316BAMDedX+7ID4HaeKk
e4JnBK//xHKVP7xmHuioKYtRlsnuHpWVtNkCQQDPru2+OE6pTRXEqT8xp3sLPJ4m
ECi18yfjxAhRXIU9CUV4ZJv98UUbEJOEBtx3aW/UZbHyw4rwj5N511xtLsjpAkA9
p1XRYxbO/clfvf0ePYP621fHHzZChaUo1jwh07lXvloBSQ6zCqvcF4hG1Qh5ncAp
zO4pBMnwVURRAb/s6fOxAkADv2Tilu1asafmqVzpnRsdfBZx2Xt4oPtquR9IN0Q1
ewRxOC13KZwoAWtkS7l0mY19WD27onF6iAaF7beuK/Va
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
MIIECTCCA3KgAwIBAgIBADANBgkqhkiG9w0BAQQFADCBujELMAkGA1UEBhMCVVMx
EzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1NlYXR0bGUxHzAdBgNVBAoT
FkJsdXJkeWJsb29wIEluZHVzdHJpZXMxFjAUBgNVBAsTDUlTIERlcGFydG1lbnQx
ITAfBgNVBAMTGEJvbWJhc3RpYyBULiBCbHVyZHlibG9vcDEoMCYGCSqGSIb3DQEJ
ARYZYm9tYmFzdGljQGJsdXJkeWJsb29wLmNvbTAeFw0wMDA2MDYwMDUxMTRaFw0x
MDA2MDQwMDUxMTRaMIG6MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3Rv
bjEQMA4GA1UEBxMHU2VhdHRsZTEfMB0GA1UEChMWQmx1cmR5Ymxvb3AgSW5kdXN0
cmllczEWMBQGA1UECxMNSVMgRGVwYXJ0bWVudDEhMB8GA1UEAxMYQm9tYmFzdGlj
IFQuIEJsdXJkeWJsb29wMSgwJgYJKoZIhvcNAQkBFhlib21iYXN0aWNAYmx1cmR5
Ymxvb3AuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHkqs4YDbakYxR
kYXIpY7xLXDQwULR5LW7xWVzuWmmZJOtzwlP7mN87g+aaiQzwXUVndaCw3Zm6cOG
4mytf20jPZq0tvWnjEB3763sorpfpOe/4VsnVBFjyQY6YdqYXNmjmzff5gTAecEX
OcJ8CrPsaK+nkhw7bHUHX2X+97oMNQIDAQABo4IBGzCCARcwHQYDVR0OBBYEFD+g
lcPrnpsSvIdkm/eol4sYYg09MIHnBgNVHSMEgd8wgdyAFD+glcPrnpsSvIdkm/eo
l4sYYg09oYHApIG9MIG6MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3Rv
bjEQMA4GA1UEBxMHU2VhdHRsZTEfMB0GA1UEChMWQmx1cmR5Ymxvb3AgSW5kdXN0
cmllczEWMBQGA1UECxMNSVMgRGVwYXJ0bWVudDEhMB8GA1UEAxMYQm9tYmFzdGlj
IFQuIEJsdXJkeWJsb29wMSgwJgYJKoZIhvcNAQkBFhlib21iYXN0aWNAYmx1cmR5
Ymxvb3AuY29tggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAwEEk
JXpVXVaFTuG2VJGIzPOxQ+X3V1Cl86y4gM1bDbqlilOUdByUEG4YfSb8ILIn+eXk
WzMAw63Ww5t0/jkO5JRs6i1SUt0Oy80DryNRJYLBVBi499WEduro8GCVD8HuSkDC
yL1Rdq8qlNhWPsggcbhuhvpbEz4pAfzPkrWMBn4=
-----END CERTIFICATE-----
PK�"[)?v��&share/doc/alt-php-libc-client11/NOTICEnu�[���UW IMAP toolkit notices:

This software was developed by the University of Washington
(http://www.washington.edu/).

The Univerity of Washington IMAP Toolkit (c-client API, dmail, imapd,
ipop2d, ipop3d, mailutil, mlock, mtest, and tmail software; and its
included text) is Copyright 1988-2007 by the University of Washington.

The c-client library and mtest software are in part based upon code
developed by Mark Crispin at Stanford University, and is

 * Copyright 1988 Stanford University and was developed in the
 * Symbolic Systems Resources Group of the Knowledge Systems Laboratory
 * at Stanford University in 1987-88, and was funded by the
 * Biomedical Research Technology Program of the National Institutes of
 * Health under grant number RR-00785.
PK�"[����88+share/doc/alt-php-libc-client11/drivers.txtnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

		   c-client Driver Characteristics
			     Mark Crispin
			   11 December 2006


     Drivers are code modules that support different mailbox storage
technologies.  A mailbox storage technology may be implemented by
 1) files and directories on the local system
 2) a database
 3) a network protocol.

     In the case of files and directories on the local system, a
driver supports a particular mailbox format.  Mailbox formats are
discussed in more detail in the file formats.txt.

     As of the date this document was written, there was no bundled
support for any databases in c-client.  However, it should not be
particularly difficult to write a driver that communicates with a
database.

     Network protocols supported by c-client drivers are the Internet
Mail Access Protocol (all versions: IMAP4rev1, IMAP4, IMAP2bis, and
IMAP2); the Post Office Protocol (version 3); and the Network News
Transport Protocol (NNTP).  In addition, c-client also supports NNTP
and the Simple Mail Transport Protocol (SMTP) for mailbox transport.

     By default, all drivers are enabled.  There is little benefit to
be gained by disabling a driver, with one exception.  The mbox driver
implements the behavior of automatically moving new mail from the
spool directory to the "mbox" file on the user's home directory, if
and *only* if the "mbox" exists and is in mailbox format.  The mbox
driver is listed under EXTRADRIVERS; if you wish to disable it just
remove it from that list and rebuild.

I. Special name "INBOX"

The following rules to select INBOX and its format apply in
the order given if "black box mode" is not in effect:
 1) mbox format is selected if file ~/mbox exists, and is in unix
    format or is zero-length.
 2) mx format is selected if file ~/INBOX/.mxindex exists.
 3) mbx format is selected if file ~/INBOX exists and is in mbx format.
 4) tenex format is selected if:
    a) file ~/mail.txt exists, and is in tenex format or is zero-length.
    b) file ~/INBOX exists and is in tenex format.
 5) mtx format is selected if:
    a) file ~/INBOX.MTX exists, and is in mtx format or is zero-length.
    b) file ~/INBOX exists and is in mtx format.
 6) mmdf format is selected if the spool directory file exists and is
    in mmdf format.
 7) unix format is selected if the spool directory file exists and is
    in unix format.   
 8) the dummy driver is selected if the spool directory file does not
    exist, or exists and is empty.

If "black box mode" is not in effect, messages are automatically
transferred ("snarfed") from the spool directory to an INBOX in mbox,
mx, mbx, tenex, and mtx formats.

The following rules to select INBOX and its format apply in the order
given if "black box mode" is in effect:
 1) mx format is selected if file ~/INBOX/.mxindex exists.
 2) mbx format is selected if file ~/INBOX exists and is in mbx format.
 3) tenex format is selected if file ~/INBOX exists and is in tenex format.
 4) mtx format is selected if file ~/INBOX exists and is in mtx format.
 5) mmdf format is selected if file ~/INBOX exists and is in mmdf format.
 6) unix format is selected if file ~/INBOX exists and is in unix format.
 7) the dummy driver is selected if ~/INBOX does not exist, or exists
    and is empty.

II. Special Name #mhinbox

#mhinbox always refers to the directory "inbox" in the MH path, which
is declared in the ~/.mh_profile file.  Messages are automatically
transferred from the spool directory to #mhinbox mailbox.


III. Special Prefix "#mh/"

Any name prefixed with "#mh/" always refers to a directory in the MH
path, which is declared in the ~/.mh_profile file.  For example, the name
"#mh/foo" refers to directory "foo" in the MH path.


IV. Special prefix "#news."

Any name prefixed with "#news" always refers to a newsgroup.  For
example, the name "#news.comp.mail.misc" refers to newsgroup
"comp.mail.misc".


V. All Other Names

The driver is selected by generating a file name from the mailbox
name, and then examining the data of the object with the resulting
name.  The formats are checked in order: mx, mbx, tenex, mtx, mmdf,
unix, and phile.  The dummy driver is selected if the file is empty.

The file name is generated according to certain rules, based upon the
prefix of the mailbox name.  On UNIX, the following rules apply:

Prefix		Interpretation of Suffix
------		------------------------
/		[black box] preceeds a user name; "/foo/bar" means
		 "black box user foo's mailbox bar"
		[not black box] preceeds an absolute path name.
~		[not black box] preceeds a user name; "~foo/bar" means
		 "UNIX user foo's mailbox bar"
#ftp/		preceeds UNIX user ftp's mailbox name
#public/	preceeds UNIX user imappublic's mailbox name
#shared/	preceeds UNIX user imapshared's mailbox name

All other names are interpreted in the context of the UNIX user's home
directory (not black box), the black box user's black box directory
(black box), or UNIX user ftp's home directory (anonymous).

The strings "..", "//", and /~ are forbidden in names in:
 black box mode
 #ftp, #public, or #shared names
 anonymous users

Anonymous users may only access:
 INBOX (belonging to UNIX user ftp)
 files in or below UNIX user ftp's home directory
 #ftp, #news, and #public namespace

VI. Driver Comparison

The following information about the local file drivers is an
elaboration of a table compiled by Osma Ahvenlampi.

Driver	CA	CE	UID	Kwd	Sub	NFS	Performance	Layout
------	--	--	---	---	---	---	-----------	------
unix	no	no	yes	yes	no	limited	fair		file
 ;;; traditional UNIX format
mbox	no	no	yes	yes	no	limited	fair		file
 ;;; traditional UNIX format, INBOX only, using ~/mbox with automatic
 ;;; moving from the mail spool directory.
mmdf	no	no	yes	yes	no	limited	fair		file
 ;;; default on SCO systems
mbx	yes	yes	yes	yes	no	no	very good	prefile
 ;;; best performing local file driver; preferred format at UW
tenex	yes	no	no	limited	no	no	good		prefile
 ;;; compatible with UNIX MM
mtx	yes	no	no	limited	no	no	very good	prefile
 ;;; PC Pine standard format; compatible with TOPS-20; identical to tenex
 ;;; but instead CRLF newlines instead of LF
mx	yes	buggy	yes	yes	yes	no	poor		ixdir
 ;;; fullest function; *not* recommended due to performance problems and bugs;
 ;;; to be redesigned/rewritten
mh	yes	no	no	no	yes	yes	very poor	dir
 ;;; compatible with mh; #mhinbox for INBOX, #mh/ prefix for all other names
news	yes	no	yes	no	yes	yes	very poor	ixdir
 ;;; local news spool access; #news. prefix for all names
phile	no	no	no	no	no	yes	good		file
 ;;; reads arbitrary file as a single readonly message

IMPORTANT: the "performance" ratings are relative to other drivers,
and not necessarily to other software which implements those formats.
They relate to the driver's performance in typical operations such as
an IMAP "FETCH ALL".

Key to headings:
	CA:	concurrent read/write access
	CE:	expunge permitted in concurrent read/write access
	UID:	sticky UIDs
	Kwd:	keyword flags
	Sub:	subfolders
	NFS:	usable over network filesystems (NFS, AFS, etc.)
	Layout:	file - single file
		prefile - file with preallocated space for state
		dir - directory, messages are files
		ixdir - directory, messages are files, with helper index

In addition, drivers imap, nntp, and pop3 support IMAP4rev1, NNTP, and
POP3 protocols respectively.
PK�"[���#�#+share/doc/alt-php-libc-client11/formats.txtnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

		    Mailbox Format Characteristics
			     Mark Crispin
			   11 December 2006


     When a mailbox storage technology uses local files and
directories directly, the file(s) and directories are layed out in a
mailbox format.

I. Flat-File Formats

     In these formats, a mailbox and all the messages inside are a
single file on the filesystem.  The mailbox name is the name of the
file in the filesystem, relative to the user's "mail home directory."

     A flat-file format mailbox is always a file, never a directory.
This means that it is impossible to have a flat-file format mailbox
that has inferior mailbox names under it (so-called "dual-usage"
mailboxes).  For some inexplicable reason, some people want this.

     The mail home directory is usually the same as the user login
home directory if that concept is meaningful; otherwise, it is some
other default directory (e.g. "C:\My Documents" on Windows 98).  This
can be redefined by modifying the c-client source code or in an
application via the SET_HOMEDIR mail_parameters() call.

     For example, a mailbox named "project" is likely to be found in
the file "project" in the user's home directory.  Similarly, a mailbox
named "test/trial1" (assuming a UNIX system) is likely to be found in
the file "trial1" in the subdirectory "test" in the user's home
directory.

     Note that the name "INBOX" has special semantics and rules, as
described in the file naming.txt.

     The following flat-file formats are supported by c-client as of
the time of this writing:

. unix	This is the traditional UNIX mailbox format, in use for nearly
	30 years.  It uses a line starting with "From " to indicate
	start of message, and stores the message status inside the
	RFC822 message header.

	unix is not particularly efficient; the entire mailbox file
	must be read when the mailbox is open, and when reading message
	texts it is necessary to convert the newline convention to
	Internet standard CR LF form.  unix preserves UIDs, and allows
	the creation of keywords.

	Only one process may have a unix-format mailbox open
	read/write at a time.

. mmdf	This is the format used by the MMDF mailer.  It uses a line
	consisting of 4 <CTRL/A> (0x01) characters to indicate start
	and end of message.  Optionally, there may also be a unix
	format "From " line.  It otherwise has the same
	characteristics as unix format.

. mbx	This is the current preferred mailbox format.  It can be
	handled quite efficiently by c-client, without the problems
	that exist with unix and mmdf formats.  Messages are stored
	in Internet standard CR LF format.

	mbx permits shared access, including shared expunge.  It
	preserves UIDs, and allows the creation of keywords.

. mtx	This is supported for compatibility with the past.  This is
	the old Tenex/TOPS-20 mail.txt format.  It can be handled
	quite efficiently by c-client, and has most of the
	characteristics of mbx format.

	mtx is deficient in that it does not support shared expunge;
	it has no means to store UIDs; and it has no way to define
	keywords except through an external configuration file.

. tenex	This is supported for compatibility with the past.  This is
	the old Columbia MM format.  This is similar to mtx format,
	only it uses UNIX-style bare-LF newlines instead of CR LF
	newlines, thus incurring a performance penalty for newline
	conversion.

. phile	This is not strictly a format.  Any file which is not in a
	recognized format is in phile format, which treats the entire
	contents of the file as a single message.


II. File/Message Formats

     In these formats, a mailbox is a directory, and each the messages
inside are separate files inside the directory.  The file names of
these files are generally the text form of a number, which also
matches the UID of the message.

     In the case of mx, the mailbox name is the name of the directory
in the filesystem, relative to the user's "mail home directory."  In
the case of news and mh, the mailbox name is in a separate namespace
as described in the file naming.txt.

     A file/message format mailbox is always a directory.  This means
that it is possible to have a file/message format mailbox that has
inferior mailbox names under it (so-called "dual-usage" mailboxes).
For some inexplicable reason, some people want this.

     Note that the name "INBOX" has special semantics and rules, as
described in the file naming.txt.

     The following file/message formats are supported by c-client as of
the time of this writing:

. mx	This is an experimental format, and may be removed in a future
	release.  An mx format mailbox has a .mxindex file which holds
	the message status and unique identifiers.  Messages are
	stored in Internet standard CF LF form, so the file size of
	the message file equals the size of the message.

	mx is somewhat inefficient; the entire directory must be read
	and each file stat()'d.  We found it intolerable for a
	moderate sized mailbox (2000 messages) and have more or less
	abandoned it.	

. mh	This is supported for compatibility with the past.  This is
	the format used by the old mh program.

	mh is very inefficient; the entire directory must be read
	and each file stat()'d, and in order to determine the size
	of a message, the entire file must be read and newline
	conversion performed.

	mh is deficient in that it does not support any permanent
	flags or keywords; and has no means to store UIDs (because
	the mh "compress" command renames all the files, that's
	why).

. news	This is an export of the local filesystem's news spool, e.g.
	/var/spool/news.  Access to mailboxes in news format is read
	only; however, message "deleted" status is preserved in a
	.newsrc file in the user's home directory.  There is no other
	status or keywords.

	news is very inefficient; the entire directory must be
	read and each file stat()'d, and in order to determine the
	size of a message, the entire file must be read and newline
	conversion performed.

	news is deficient in that it does not support permanent flags
	other than deleted; does not support keywords; and has no
	expunge.


Soapbox on File/Message Formats

     If it sounds from the above descriptions that we're not putting
too much effort into file/message formats, you are correct.

     There's a general reason why file/message formats are a bad idea.
Just about every filesystem in existance serializes file creation and
deletions because these manipulate the free space map.  This turns out
to be an enormous problem when you start creating/deleting more than a
few messages per second; you spend all your time thrashing in the
filesystem.

     It is also extremely slow to do a text search through a
file/message format mailbox.  All of those open()s and close()s really
add up to major filesystem thrashing.


What about Cyrus and Maildir?

     Both formats are vulnerable to the filesystem thrashing outlined
above.

     The Cyrus format used by CMU's Cyrus server (and Esys' server)
has a special associated flat file in each directory that contains
extensive data (including pre-parsed ENVELOPEs and BODYSTRUCTUREs)
about the messages.  Put another way, it's a (considerably) more
featureful form of mx.  It also uses certain operating system
facilities (e.g. file/memory mapping) which are not available on older
systems, at a cost of much more limited portability than c-client.
These considerably ameliorate the fundamental problems with
file/message formats; in fact, Cyrus is halfway to being a database.
Rather than support Cyrus format in c-client, you should run Cyrus or
Esys if you want that format.

     The Maildir format used by qmail has all of the performance
disadvantages of mh noted above, with the additional problem that the
files are renamed in order to change their status so you end up having
to rescan the directory frequently to locate the current names
(particularly in a shared mailbox scenario).  It doesn't scale, and it
represents a support nightmare; it is therefore not supported in the
official distribution.  Maildir support code for c-client is available
from third parties; but, if you use it, it is entirely at your own
risk (read: don't complain about how poorly it performs or bugs).


So what does this all mean?

     A database (such as used by Exchange) is really a much better
approach if you want to move away from flat files.  mx and especially
Cyrus take a tenative step in that direction; mx failed mostly because
it didn't go anywhere near far enough.  Cyrus goes much further, and
scores remarkable benefits from doing so.

     However, a well-designed pure database without the overhead of
separate files would do even better.
PK�"[�qr�=='share/doc/alt-php-libc-client11/SUPPORTnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

			     BUG REPORTING ADDRESS

     Bug reports, comments, or questions regarding this software may
be reported to the imap-uw@u.washington.edu mailing list (this replaces
the old c-client@u.washington.edu mailing list).  You can subscribe to
this list by sending a message to:
	imap-uw-subscribe@mailman.u.washington.edu

     An alternative is to use the comp.mail.imap newsgroup.
PK�"[xT���(share/doc/alt-php-libc-client11/IPv6.txtnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

The following information about configuring inetd and xinetd for IPv6 was
contributed by a user.  I have not checked it for accuracy or completeness,
but have included it as-is in the hope that it may be useful:

---------------------------------------------------------------------------
One thing you might consider adding to the docs are hints for setting up
inetd or xinetd to simultaneously listen on BOTH IPv4 and IPv6 for
different OS.

Some OS want to see separate IPv4-only and IPv6-only listening sockets
configured in inetd.conf or xinetd.conf.  Others will accept IPv4
connections on lines configured for IPv6 and actually generate errors if
you have both configured when inetd or xinetd start up.  It's not clear to
me whether this difference is due to how inetd or xinetd are built or
whether it's due to the kernel's IP stack implementation.  I suspect it's
really the latter.  Below are some examples:

Here's a fragment of /usr/local/etc/xinetd.conf for a FreeBSD 4.9 server:

service imap
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/local/libexec/imapd
}
service imap
{
        flags           = IPv6
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/local/libexec/imapd
}
service imaps
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/local/libexec/imapd
}
service imaps
{
        flags           = IPv6
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/local/libexec/imapd
}

Note that you have to specify a nearly identical paragraph for each
service which differs only by the 'flags = IPv6'.  An equivalent
inetd.conf would look something like:

imap  stream  tcp     nowait  root    /usr/local/libexec/imapd        imapd
imap  stream  tcp6    nowait  root    /usr/local/libexec/imapd        imapd
imaps stream  tcp     nowait  root    /usr/local/libexec/imapd        imapd
imaps stream  tcp6    nowait  root    /usr/local/libexec/imapd        imapd

The man pages for inetd suggest that if you use a single entry with
'tcp46' replacing either 'tcp' or 'tcp6' the system will listen on both
types of addresses.  At least for the case of FreeBSD this is actually
incorrect.

Now if you were to use the above xinetd.conf on Fedora Linux, it would
complain.  What does work under Linux is to create a single service
paragraph for each service which will accept connections on both IPv4 and
IPv6:

In /etc/xinetd.d/imap:

service imap
{
        flags       = IPv6
        disable     = no
        socket_type = stream
        wait        = no
        user        = root
        server      = /usr/local/sbin/imapd
}

In /etc/xinetd.d/imaps:

service imaps
{
        flags       = IPv6
        disable     = no
        socket_type = stream
        wait        = no
        user        = root
        server      = /usr/local/sbin/imapd
}

The man page for xinetd says the IPv6 flag means xinetd will listen ONLY
on IPv6.  However the actual behaviour (for Fedora Linux) is to listen on
both IPv4 and IPv6.

All of the above also applies to ipop3d.  Anyway, this might save some
folks a little bit of head scratching time.
---------------------------------------------------------------------------
Addendum from the original submitter:
---------------------------------------------------------------------------
I've since learned that the discrepancy really is a function of the OS.
It seems those systems that force you to create separate IPv4 and IPv6
listeners in inetd (or xinetd) are the same systems that also disable
IPv4-mapped IPv6 addresses by default.  This is a boot-time configuration
option.  If you enable IPv4-mapped IPv6 addresses, then the 'tcp46' option
in inetd works and the simplified config would look like:

imap4   stream  tcp46   nowait  root    /usr/local/libexec/imapd        imapd
imaps   stream  tcp46   nowait  root    /usr/local/libexec/imapd        imapd

In FreeBSD, enabling IPv4-mapped addresses is done by adding
ipv6_ipv4mapping="YES" to /etc/rc.conf (in addition to ipv6_enable="YES").
PK�"[�\����'share/doc/alt-php-libc-client11/md5.txtnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

		       MD5 Based Authentication
			     Mark Crispin
			   1 November 1999


     The IMAP toolkit makes available two MD5 based authentication
mechanisms, CRAM-MD5 and APOP.  CRAM-MD5 is described in RFC 2195, and
is a SASL (RFC 2222) authentication mechanism.  APOP is described in
RFC 1939, the standard document for the POP3 protocol.

     These mechanisms use the same general idea.  The server issues a
challenge; the client responds with an MD5 checksum of the challenge
plus the password; the server in compares the client's response with
its own calculated value of the checksum.  If the client's response
matches the server's calulated value, the client is authenticated.

     Unlike plaintext passwords, this form of authentication is
believed to be secure against the session being monitored; "sniffing"
the session will not disclose the password nor will it provide usable
information to authenticate in another session without knowing the
password.

     The key disadvantage with this form of authentication is that the
server must know a plaintext form of the password.  In traditional
UNIX authentication, the server only knows an encrypted form of the
password.  Consequently, the authentication database for this form of
authentication must be kept strictly confidential; a bad guy who
acquires access to this database can access any account in the
database.

     CRAM-MD5 client support is implemented unconditionally; any
client application built with the IMAP toolkit will use CRAM-MD5 with
any server which advertises CRAM-MD5 SASL support.

     CRAM-MD5 and APOP server support is implemented if, and only if,
the CRAM-MD5 authentication database exists.  By default, the CRAM-MD5
authentication database is in a UNIX file called
	/etc/cram-md5.pwd
It is recommended that this file be protected 0400.

	NOTE: FAILURE TO PROTECT THIS FILE AGAINST UNAUTHORIZED
	ACCESS WILL COMPROMSE CRAM-MD5 AND APOP AUTHENTICATION
	FOR ALL USERS LISTED IN THIS DATABASE.

     If the CRAM-MD5 authentication database exists, then plaintext
password authentication (e.g. the LOGIN command) will also use the
CRAM-MD5 passwords instead of UNIX passwords.  Alternatively, it is
possible to build the IMAP toolkit so that plaintext password
authentication is disabled entirely, by using PASSWDTYPE=nul, e.g.
	make aix PASSWDTYPE=nul


     The CRAM-MD5 authentication database file consists of a series of
text lines, consisting of a UNIX user name, a single tab, and the
password.  A line starting with a "#" character is ignored, as are any
lines which are not in valid format.  For example:

------------------------------Sample------------------------------
# CRAM-MD5 authentication database
# Entries are in form <user><tab><password>
# Lines starting with "#" are comments

bill	hubba-hubba
hillary	nysenator
monica	beret
tripp	wired
kenstarr	inquisitor
reno	waco
jessie	thebody
billgates	ruleworld
------------------------------Sample------------------------------

     Every entry in the CRAM-MD5 authentication database must have a
corresponding entry in the /etc/passwd file.  It is STRONGLY
RECOMMENDED that the CRAM-MD5 password NOT be the same as the
/etc/passwd password.  It is permitted for the /etc/passwd password to
be disabled; /etc/passwd is just used to get the UID, GID, and home
directory information.
PK�"[�J/�.�.(share/doc/alt-php-libc-client11/bugs.txtnu�[���/* ========================================================================
 * Copyright 1988-2007 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

	   KNOWN BUGS/MISFEATURES/DEFICIENCIES IN THE IMAP TOOLKIT
			Last Updated: 15 November 2007

The following are known problems/deficiencies in the imap-2007 toolkit:

 . Possible problems for some installations:
   . In some versions of Redhat Linux, SVR4-style timezone name lookup
      doesn't work properly due to a bug in glibc.  The workaround is to
      edit os_lnx.c to include tz_bsd.c instead of tz_sv4.c.  Note that
      other versions of Linux don't support BSD-style timezone name
      lookup, so don't make this change unless it's needed on your system.
   . In some systems, the OpenSSL distribution is installed other than at
      the standard /usr/local/ssl location.  If this is the case on your
      system and you want to build with SSL support, you will need to set
      the SSLDIR variable, either by including a setting of EXTRASPECIALS
      in the make command line, e.g.
       build lnp SPECIALAUTHENTICATORS=ssl EXTRASPECIALS="SSLDIR=/usr/ssl"
      or by editing .../src/osdep/unix/Makefile
   . /tmp, /usr/tmp or /var/tmp (if present), and the mail spool directory
      must be protected 1777 (world write with sticky bit); otherwise
      mailbox locking and updates won't work.  An alternative to 1777 on
      the mail spool directory is to install the mlock program that is
      bundled with the IMAP toolkit.
   . Multiple access protection locking does not work if the mailbox or
      /tmp are NFS mounted.
   . Shared access mailbox formats (mbx, mtx, mx, and tenex) do not work
      well with NFS and such usage is not supported.  mmdf and unix formats
      are supported for use over NFS; however there won't be any multiple
      access locking protection.
   . Server startup delays may occur if a reverse DNS (IP address to name)
      lookup on the client's IP address does not complete in an expeditious
      fashion.  This is actually a DNS problem and should be fixed in the
      DNS and/or the server's host table.  A workaround exists (see the
      top-level Makefile for details) but is not recommended and can not
      be used at all with Kerberos.
   . At the insistance of the security gurus, SSL certification validation
      is now on by default.  This means that you must now use the new
      /novalidate-cert switch if establishing an SSL connection to a server
      with a self-signed certificate; i.e. if "imap.example.com" has a
      self-signed certificate, you must use a mailbox name such as
       {imap.example.com/ssl/novalidate-cert}INBOX
      to get an SSL session instead of just
       {imap.example.com/ssl}INBOX
   . GCC 8.x and above on SGI systems does not correctly pass/return
      structures which are smaller than 16 bytes and are not 8 bytes.  The
      problem is that structures are padded at the wrong end; e.g. a 4 byte
      structure is loaded into the lower 4 bytes of the register when it
      should be loaded into the upper 4 bytes of the register.  This affects
      IRIX 6 the most because it is a 64-bit system and 4 byte structures are
      common.  This compiler bug impacts the use of inet_ntoa() in c-client
      and causes syslog messages to show IP addresses as 255.255.255.255
      instead of the correct values.  The fix is either to use SGI's C compiler
      instead of GCC or link with an implementation of inet_ntoa() that was
      built with GCC instead of the standard SGI C library version.
   . By default, the UNIX SSL build assumes that RSAREF is not needed, because
      RSA Security Inc. released the RSA public key encryption algorithm into
      the public domain on September 6, 2000.  There is no longer any need to
      use RSAREF, and since RSAREF is slower than OpenSSL's RSA routines
      there's good reason not to.  If for some reason you still want to use
      RSAREF, you will need to edit .../src/osdep/unix/Makefile to
      change SSLRSA to load libRSAglue and librsaref.
   . By default, the UNIX SSL build assumes that no name conflict exists
      between OpenSSL and Kerberos 5.  If you are using an older version
      of Kerberos, you may need to edit .../src/osdep/unix/Makefile
      to change SSLCRYPTO so that it loads the OpenSSL libcrypto library
      explicitly as libcrypto.a.
   . By default, host names are canonicalized via gethostbyname() and
      gethostbyaddr() for everything except for SSL certificate validation.
      This can represent a security bug due to DNS spoofing, but is more
      likely to deliver results that users expect and also may be necessary
      to get Kerberos to work.  Set variable "trustdns" in mail.c to NIL if
      you want to disable this.

 . Bugs:
   . It doesn't work to have a "}" character as a user name in /user= in a
      mailbox name, even if the user name is quoted.  In other words,
       {example.com/user="foo}bar"}zap
      won't work; foo will be interpreted as an unterminated quoted string
      and the remote mailbox name will be
       bar"}zap.
   . The experimental mx driver has performance problems and shouldn't be used
   . docs/internal.txt is out of date (again)

 . UIDPLUS bugs/limitations:
   . Not supported in all local file formats (see below).
   . There are two known issues with UIDPLUS in the mmdf and unix formats:
     (a) If the destination mailbox is currently selected (whether in this
         or another session), no COPYUID or APPENDUID is returned.  The other
         choice was to assign a UID based upon the uid_last value and hope
         that the session selecting the mailbox would pick it up and update
         uid_last.  The problem was a timing race if another message was
         copied/appended to that mailbox before the selecting session updated
         the mailbox.  If the timing race is lost, then all UID in the mailbox
         would be reassigned by the selecting session, thus making the
         returned APPENDUID/COPYUID data useless and causing a performance
         problem.
          Earlier versions did the "hope for the best" method.  This was
         revoked in favor of not returning COPYUID/APPENDUID.
          Although this violates RFC 4315, there is a loophole which, although
         for other purposes, permits this behavior.
     (b) There is a known failure if the destination mailbox is currently
         selected by legacy software (e.g. older versions of the IMAP
         server, Pine, etc.).  In this case, all UIDs end up being
         reassigned by the legacy software.

 . Annoyances:
   . Friendly host names (e.g. "server" instead of "server.foo.com") can't be
      used in a mailbox name with SSL certificate validation; you have to enter
      the fully-qualified domain name.  This is a requirement established by
      the security gurus.

 . IMAP client limitations:
   . No SASL protection mechanisms (SASL authentication mechanisms are
      supported)

 . NNTP client limitations:
   . Non-standard IMAP SCAN extension not supported

 . POP client limitations:
   . No SASL protection mechanisms (SASL authentication mechanisms are
      supported)
   . No POP3 UID support
   . Non-standard IMAP SCAN extension not supported

 . SMTP client limitations:
   . No SASL protection mechanisms (SASL authentication mechanisms are
      supported)
   . No support for use of TURN, ETRN, and pipelining.
   . No support for enhanced status codes

 . UNIX limitations:
   . IPv6 is supported but is not the default on most platforms; you have to
      use IP=6 in the make command
   . Supported local file formats: mbx, mh, mmdf, mix, mtx, mx, news, phile,
      tenex, unix
   . Supported SASL mechanisms: CRAM-MD5, PLAIN, LOGIN, ANONYMOUS, GSSAPI
   . Sticky UIDs are not supported in the mh, mtx, and tenex drivers
   . Creation of keywords is not supported in the mh, mtx, and tenex drivers
   . Copy and append of keywords only works in the mbx driver.
   . Flat file formats (mbx, mmdf, mtx, phile, tenex, unix) do not permit
      mailboxes to have inferior names
   . SSL temporary key should be seeded better than it is.
   . UIDPLUS support is limited to the unix, mmdf, mbx, mx, and mix formats.
   . Non-standard IMAP SCAN extension not support for mh and news formats.

 . Amiga limitations:
   . Supported local file formats: mbx, mh, mmdf, mix, mtx, mx, news, phile,
      tenex, unix
   . Supported SASL mechanisms: CRAM-MD5, PLAIN, LOGIN, ANONYMOUS
   . Sticky UIDs are not supported in the mh, mtx, and tenex drivers
   . Creation of keywords is not supported in the mh, mtx, and tenex drivers
   . Copy and append of keywords only works in the mbx driver.
   . Flat file formats (mbx, mmdf, mtx, phile, tenex, unix) do not permit
      mailboxes to have inferior names
   . UIDPLUS support is limited to the unix, mmdf, mbx, mx, and mix formats.
   . Non-standard IMAP SCAN extension not supported for mh and news formats.

 . Win32 (Win9x/NT/Windows 2000) limitations:
   . IPv6 is supported in W2K builds but is not the default; you have to use
      IP=6 in the nmake command
   . Supported local file formats: mbx, mtx, tenex, unix
   . Supported SASL mechanisms: CRAM-MD5, PLAIN, LOGIN, ANONYMOUS, GSSAPI
   . No server SSL or TLS support.
   . No server authentication for GSSAPI
   . No server authentication for CRAM-MD5 on NT-based Windows (NT/2K/XP);
      it does work on DOS-based Windows (9x/Me).
   . Sticky UIDs are not supported in the mtxnt and tenexnt drivers
   . Creation of keywords is not supported in the mtxnt and tenexnt drivers
   . Copy and append of keywords only works in the mbxnt driver.
   . No support for TCP open timeouts
   . Flat file formats (mbx, mtx, tenex, unix) do not permit mailboxes to have
      inferior names
   . UIDPLUS support is limited to the unix and mbx formats.

 . Win16 (Win3.1)/DOS limitations:
   . IPv6 not supported
   . Supported local file formats: bezerk, mtx
   . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS
   . Supported TCPs: B&W, Novell, PC-NFs, PC/TCP, Waterloo, Winsock
   . Sticky UIDs are not supported on local files
   . Creation of keywords are not supported on local files
   . Bezerk driver is read-only and does not handle LF-only newlines well
   . No support for any TCP timeouts on Waterloo DOS
   . No support for TCP open timeouts on Winsock and generic DOS
   . Flat file formats (bezerk, mtx) do not permit mailboxes to have inferior
      names
   . Does not work well unless a mailgets routine is armed when fetching
      texts.

 . Mac limitations:
   . IPv6 not supported
   . No local file drivers
   . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS
   . Does not output human-friendly time zone string

 . TOPS-20 limitations:
   . IPv6 not supported
   . No local file drivers
   . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS
   . No support for any TCP timeouts

 . VMS limitations:
   . IPv6 not supported
   . No local file drivers
   . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS
   . Supported TCPs: Multinet, Netlib
   . No support for any TCP timeouts on VMS Netlib
   . No support for TCP open timeouts on VMS Multinet
   . Time zone must be configured at build time
   . Does not output human-friendly time zone string

 . Windows CE limitations:
   . IPv6 not yet supported
   . No local file drivers
   . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS
   . No support for TCP open timeouts
   . Not finished, only builds c-client library

 . OS/2 limitations:
   . IPv6 not supported
   . Not finished, does not build
PK�"[N�U�_,_,+share/doc/alt-php-libc-client11/LICENSE.txtnu�[���                                 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.

   END OF TERMS AND CONDITIONS

   APPENDIX: How to apply the Apache License to your work.

      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   Licensed 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.
PK�"[��}��include/c-client/os_a32.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- AIX on RS6000
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <time.h>		/* for struct tm */
#include <dirent.h>
#include <fcntl.h>
#include <utime.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[�B^���include/c-client/tcp.hnu�[���/* ========================================================================
 * Copyright 1988-2007 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	TCP/IP routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	31 January 2007
 */


/* Dummy definition overridden by TCP routines */

#ifndef TCPSTREAM
#define TCPSTREAM void
#endif


/* Function prototypes */

void *tcp_parameters (long function,void *value);
TCPSTREAM *tcp_open (char *host,char *service,unsigned long port);
TCPSTREAM *tcp_aopen (NETMBX *mb,char *service,char *usrbuf);
char *tcp_getline (TCPSTREAM *stream);
long tcp_getbuffer (TCPSTREAM *stream,unsigned long size,char *buffer);
long tcp_getdata (TCPSTREAM *stream);
long tcp_soutr (TCPSTREAM *stream,char *string);
long tcp_sout (TCPSTREAM *stream,char *string,unsigned long size);
void tcp_close (TCPSTREAM *stream);
char *tcp_host (TCPSTREAM *stream);
char *tcp_remotehost (TCPSTREAM *stream);
unsigned long tcp_port (TCPSTREAM *stream);
char *tcp_localhost (TCPSTREAM *stream);
char *tcp_clientaddr (void);
char *tcp_clienthost (void);
long tcp_clientport (void);
char *tcp_serveraddr (void);
char *tcp_serverhost (void);
long tcp_serverport (void);
char *tcp_canonical (char *name);
long tcp_isclienthost (char *host);
PK�"[����	�	include/c-client/smtp.hnu�[���/* ========================================================================
 * Copyright 1988-2007 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Simple Mail Transfer Protocol (SMTP) routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	27 July 1988
 * Last Edited:	15 August 2007
 *
 * This original version of this file is
 * Copyright 1988 Stanford University
 * and was developed in the Symbolic Systems Resources Group of the Knowledge
 * Systems Laboratory at Stanford University in 1987-88, and was funded by the
 * Biomedical Research Technology Program of the NationalInstitutes of Health
 * under grant number RR-00785.
 */

/* Constants (should be in smtp.c) */

#define SMTPTCPPORT (long) 25	/* assigned TCP contact port */
#define SUBMITTCPPORT (long) 587/* assigned TCP contact port */


/* SMTP open options
 * For compatibility with the past, SOP_DEBUG must always be 1.
 */

#define SOP_DEBUG (long) 1	/* debug protocol negotiations */
#define SOP_DSN (long) 2	/* DSN requested */
				/* DSN notification, none set mean NEVER */
#define SOP_DSN_NOTIFY_FAILURE (long) 4
#define SOP_DSN_NOTIFY_DELAY (long) 8
#define SOP_DSN_NOTIFY_SUCCESS (long) 16
				/* DSN return full msg vs. header */

#define SOP_DSN_RETURN_FULL (long) 32
#define SOP_8BITMIME (long) 64	/* 8-bit MIME requested */
#define SOP_SECURE (long) 256	/* don't do non-secure authentication */
#define SOP_TRYSSL (long) 512	/* try SSL first */
#define SOP_TRYALT SOP_TRYSSL	/* old name */
				/* reserved for application use */
#define SOP_RESERVED (unsigned long) 0xff000000


/* Compatibility support names */

#define smtp_open(hostlist,options) \
  smtp_open_full (NIL,hostlist,"smtp",NIL,options)


/* Function prototypes */

void *smtp_parameters (long function,void *value);
SENDSTREAM *smtp_open_full (NETDRIVER *dv,char **hostlist,char *service,
			    unsigned long port,long options);
SENDSTREAM *smtp_close (SENDSTREAM *stream);
long smtp_mail (SENDSTREAM *stream,char *type,ENVELOPE *msg,BODY *body);
long smtp_verbose (SENDSTREAM *stream);
PK�"[�@�uuinclude/c-client/env_unix.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	UNIX environment routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */


typedef struct dotlock_base {
  char lock[MAILTMPLEN];
  int pipei;
  int pipeo;
} DOTLOCK;


/* Bits that can be set in restrictBox */

#define RESTRICTROOT 0x1	/* restricted box doesn't allow root */
#define RESTRICTOTHERUSER 0x2	/* restricted box doesn't allow other user */

/* Subscription definitions for UNIX */

#define SUBSCRIPTIONFILE(t) sprintf (t,"%s/.mailboxlist",myhomedir ())
#define SUBSCRIPTIONTEMP(t) sprintf (t,"%s/.mlbxlsttmp",myhomedir ())


/* dorc() options */

#define SYSCONFIG "/etc/c-client.cf"


/* Special users */

#define ANONYMOUSUSER "nobody"	/* anonymous user */
#define UNLOGGEDUSER "root"	/* unlogged-in user */
#define ADMINGROUP "mailadm"	/* mail administrator group */

/* Function prototypes */

#include "env.h"

void rfc822_fixed_date (char *date);
long env_init (char *user,char *home);
char *myusername_full (unsigned long *flags);
#define MU_LOGGEDIN 0
#define MU_NOTLOGGEDIN 1
#define MU_ANONYMOUS 2
#define myusername() \
  myusername_full (NIL)
char *sysinbox ();
char *mailboxdir (char *dst,char *dir,char *name);
long dotlock_lock (char *file,DOTLOCK *base,int fd);
long dotlock_unlock (DOTLOCK *base);
int lockname (char *lock,char *fname,int op,long *pid);
int lockfd (int fd,char *lock,int op);
int lock_work (char *lock,void *sbuf,int op,long *pid);
long chk_notsymlink (char *name,void *sbuf);
void unlockfd (int fd,char *lock);
long set_mbx_protections (char *mailbox,char *path);
long get_dir_protection (char *mailbox);
MAILSTREAM *user_flags (MAILSTREAM *stream);
char *default_user_flag (unsigned long i);
void dorc (char *file,long flag);
long path_create (MAILSTREAM *stream,char *mailbox);
void grim_pid_reap_status (int pid,int killreq,void *status);
#define grim_pid_reap(pid,killreq) \
  grim_pid_reap_status (pid,killreq,NIL)
long safe_write (int fd,char *buf,long nbytes);
void *arm_signal (int sig,void *action);
struct passwd *checkpw (struct passwd *pw,char *pass,int argc,char *argv[]);
long loginpw (struct passwd *pw,int argc,char *argv[]);
long pw_login (struct passwd *pw,char *auser,char *user,char *home,int argc,
	       char *argv[]);
void *mm_blocknotify (int reason,void *data);
PK�"[�ӝs//include/c-client/fdstring.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	File descriptor string routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	15 April 1997
 * Last Edited:	30 August 2006
 */

/* Driver-dependent data passed to init method */

typedef struct fd_data {
  int fd;			/* file descriptor */
  unsigned long pos;		/* initial position */
  char *chunk;			/* I/O buffer chunk */
  unsigned long chunksize;	/* I/O buffer chunk length */
} FDDATA;


extern STRINGDRIVER fd_string;
PK�"[�����include/c-client/os_do4.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Apollo Domain/OS sr10.4
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	30 August 2006
 */

#include <string.h>
#include <sys/types.h>
#include <stdlib.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>
#ifndef htons
#include <netinet/in.h>		/* needed for htons() prototypes */
#endif

extern int daylight;		/* local timzone uses daylight savings time */
extern long altzone;		/* seconds west of UTC during daylight time */

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[�����include/c-client/os_ptx.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- PTX version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	15 September 2006
 */

#include <string.h>

#include <sys/types.h>
#include <sys/dir.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <utime.h>
#include <dirent.h>
#include <stropts.h>		/* needed in daemons */
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


/* Different names, equivalent things in BSD and SysV */

#define L_SET SEEK_SET
#define L_INCR SEEK_CUR
#define L_XTND SEEK_END

#define direct dirent
#define random lrand48


#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

long gethostid (void);
typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (void *d1,void *d2);
int scandir (char *dirname,struct direct ***namelist,select_t select,
	     compar_t compar);
int alphasort (void *d1,void *d2);
long ENV_INIT (char *user,char *home);


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[�M���F�Finclude/c-client/shortsym.hnu�[���/* ========================================================================
 * Copyright 1988-2008 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Definitions for compilers with 6-letter symbol limits
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	24 May 1995
 * Last Edited:	1 January 2008
 */

#define auth_link a_link
#define auth_log a_log
#define auth_login_client al_cli
#define auth_login_server al_ser
#define auth_ext a_ext
#define auth_external_client ae_cli
#define auth_external_server ae_ser
#define auth_md5 a_md5
#define auth_md5_valid a5_val
#define auth_md5_client a5_cli
#define auth_md5_server a5_ser
#define auth_pla a_pla
#define auth_plain_client ap_cli
#define auth_plain_server ap_ser
#define authenticate a_auth
#define authserver_login a_serv
#define body_encodings bencds
#define body_types btypes
#define compare_csizedtext cm_szt
#define compare_cstring cm_str
#define compare_uchar cm_uch
#define compare_ulong cm_uln
#define default_proto d_prot
#define dummy_append d_appn
#define dummy_canonicalize d_cano
#define dummy_check d_chck
#define dummy_close d_clos
#define dummy_copy d_copy
#define dummy_create d_crea
#define dummy_create_path d_crep
#define dummy_delete d_del
#define dummy_expunge d_exp
#define dummy_file d_fil
#define dummy_list d_list
#define dummy_list_work d_lstw
#define dummy_listed d_lstd
#define dummy_lsub d_lsub
#define dummy_open d_open
#define dummy_parameters d_parm
#define dummy_ping d_ping
#define dummy_rename d_ren
#define dummy_scan d_scan
#define dummy_search d_srch
#define dummy_subscribe d_subs
#define dummy_valid d_val
#define env_parameters e_parm
#define fatal fatal
#define file_string fl_str
#define file_string_init fl_ini
#define file_string_next fl_nxt
#define file_string_setpos fl_sps
#define fs_get f_get
#define fs_give f_give
#define fs_resize f_rsiz
#define hash_create h_crea
#define hash_destory h_dest
#define hash_index h_indx
#define hash_lookup h_lkup
#define hash_add h_add
#define hash_lookup_and_add h_lad
#define imap_OK i_OK
#define imap_acl_work i_aclw
#define imap_append i_appn
#define imap_append_single i_apps
#define imap_anon i_anon
#define imap_auth i_auth
#define imap_cache i_cach
#define imap_cap i_cap
#define imap_capability i_capa
#define imap_challenge i_chln
#define imap_check i_chck
#define imap_close i_clos
#define imap_copy i_copy
#define imap_create i_crea
#define imap_delete i_del
#define imap_deleteacl i_dacl
#define imap_expunge i_expn
#define imap_fake i_fake
#define imap_fast i_fast
#define imap_fetch i_fetc
#define imap_flag i_flag
#define imap_flags i_flgs
#define imap_gc i_gc
#define imap_gc_body ig_bdy
#define imap_getacl i_gacl
#define imap_getquota i_gqot
#define imap_getquotaroot i_gqtr
#define imap_host i_host
#define imap_list i_list
#define imap_listrights i_lrgh
#define imap_list_work il_wrk
#define imap_login i_logn
#define imap_lsub i_lsub
#define imap_manage i_man
#define imap_msgdata i_msgd
#define imap_msgno i_msgn
#define imap_myrights i_mrgh
#define imap_open i_open
#define imap_parameters i_parm
#define imap_parse_address ip_adr
#define imap_parse_adrlist ip_adl
#define imap_parse_astring ip_ast
#define imap_parse_body ip_bdy
#define imap_parse_body_parameter ipb_pa
#define imap_parse_body_structure ipb_st
#define imap_parse_capabilities ip_cap
#define imap_parse_disposition ip_dsp
#define imap_parse_envelope ip_env
#define imap_parse_extension ip_ext
#define imap_parse_flags ip_flg
#define imap_parse_header ip_hdr
#define imap_parse_language ip_lng
#define imap_parse_namespace ip_nam
#define imap_parse_reply ip_rep
#define imap_parse_response ip_rsp
#define imap_parse_string ip_str
#define imap_parse_stringlist ip_stl
#define imap_parse_thread ip_thr
#define imap_parse_unsolicited ip_uns
#define imap_parse_user_flag ipu_fl
#define imap_ping i_ping
#define imap_reform_sequence i_rfrs
#define imap_rename i_ren
#define imap_reply i_rep
#define imap_response i_rspn
#define imap_scan i_scan
#define imap_search i_srch
#define imap_send i_send
#define imap_send_astring is_ast
#define imap_send_literal is_lit
#define imap_send_sdate iss_da
#define imap_send_slist iss_sl
#define imap_send_spgm iss_pg
#define imap_send_spgm_trim iss_pt
#define imap_send_sset iss_st
#define imap_send_sset_work iss_sw
#define imap_setacl i_sacl
#define imap_setquota i_sqot
#define imap_sort i_sort
#define imap_sout i_sout
#define imap_soutr i_sotr
#define imap_status i_stat
#define imap_structure i_stru
#define imap_subscribe i_sub
#define imap_thread i_thrd
#define imap_thread_work i_thrw
#define imap_uid i_uid
#define imap_unsubscribe i_uns
#define imap_valid i_val
#define internal_date in_dat
#define mail_append_full m_appn
#define mail_append_multiple m_appm
#define mail_append_set m_apps
#define mail_auth m_auth
#define mail_body m_body
#define mail_cdate m_cdat
#define mail_check m_chck
#define mail_close_full m_clos
#define mail_copy_full m_copy
#define mail_create m_crea
#define mail_criteria m_crit
#define mail_criteria_date mc_dat
#define mail_criteria_string mc_str
#define mail_date m_date
#define mail_debug m_dbug
#define mail_delete m_del
#define mail_dlog m_dlog
#define mail_elt m_elt
#define mail_exists m_exst
#define mail_expunge_full m_expn
#define mail_expunged m_expd
#define mail_fetch_body fs_bdy
#define mail_fetch_fast mf_fst
#define mail_fetch_flags mf_flg
#define mail_fetch_header mf_hdr
#define mail_fetch_message mf_msg
#define mail_fetch_mime mf_mim
#define mail_fetch_overview mf_ovr
#define mail_fetch_overview_sequence mf_ovs
#define mail_fetch_overview_default mf_ovd
#define mail_fetch_structure mf_str
#define mail_fetch_text mf_txt
#define mail_fetch_text_return mf_txr
#define mail_fetch_string_return mf_tsr
#define mail_fetchfrom mf_frm
#define mail_fetchsubject mf_sub
#define mail_filter m_filt
#define mail_flag m_flag
#define mail_free_acl mr_acl
#define mail_free_address mr_add
#define mail_free_body mr_bdy
#define mail_free_body_data mrb_da
#define mail_free_body_parameter mrb_pr
#define mail_free_body_part mrb_pt
#define mail_free_cache mr_cac
#define mail_free_elt mr_elt
#define mail_free_envelope mr_env
#define mail_free_handle mr_han
#define mail_free_namespace mr_nsp
#define mail_free_quotalist mr_qtl
#define mail_free_searchheader mrs_hd
#define mail_free_searchor mrs_or
#define mail_free_searchpgm mrs_pg
#define mail_free_searchpgmlist mrs_pl
#define mail_free_searchset mrs_st
#define mail_free_sortpgm mr_spg
#define mail_free_stringlist mr_sls
#define mail_free_threadnode mr_thn
#define mail_gc m_gc
#define mail_gc_msg m_gcm
#define mail_gc_body m_gcb
#define mail_initbody m_ibdy
#define mail_link m_link
#define mail_list m_list
#define mail_lock m_lock
#define mail_longdate ml_lda
#define mail_lookup_auth m_laut
#define mail_lookup_auth_name m_latn
#define mail_lsub m_lsub
#define mail_makehandle m_mhdl
#define mail_match_lines m_mlns
#define mail_msgno m_msgn
#define mail_newacl mn_acl
#define mail_newaddr mn_add
#define mail_newbody mn_bdy
#define mail_newbody_parameter mnb_pr
#define mail_newbody_part mnb_pt
#define mail_newbody_message_part mnb_mp
#define mail_new_cache_elt mn_elt
#define mail_newenvelope mn_env
#define mail_newmsg mn_msg
#define mail_newquotalist mn_qtl
#define mail_newsearchheader mns_hd
#define mail_newsearchor mns_or
#define mail_newsearchpgm mns_pg
#define mail_newsearchpgmlist mns_pl
#define mail_newsearchset mns_st
#define mail_newsortpgm mn_spg
#define mail_newstringlist mn_sls
#define mail_newthreadnode mn_thr
#define mail_nodebug m_ndbg
#define mail_open m_open
#define mail_parameters m_parm
#define mail_parse_date mp_dat
#define mail_parse_flags mp_flg
#define mail_parse_set mp_set
#define mail_partial_body mpt_bd
#define mail_partial_text mpt_tx
#define mail_ping m_ping
#define mail_read m_read
#define mail_recent m_rcent
#define mail_rename m_ren
#define mail_scan m_scan
#define mail_search_addr ms_adr
#define mail_search_body ms_bdy
#define mail_search_default ms_def
#define mail_search_full m_srch
#define mail_search_gets ms_gts
#define mail_search_header ms_hdr
#define mail_search_header_text ms_hdt
#define mail_search_keyword ms_key
#define mail_search_msg ms_msg
#define mail_search_string ms_str
#define mail_search_string_work ms_stw
#define mail_search_text ms_txt
#define mail_sequence m_seq
#define mail_shortdate m_shtd
#define mail_skip_fwd msk_fw
#define mail_skip_re msk_re
#define mail_sort ml_srt
#define mail_sort_cache ms_csh
#define mail_sort_compare ms_cmp
#define mail_sort_loadcache ms_lcs
#define mail_sort_msgs ms_mgs
#define mail_status m_stat
#define mail_status_default m_stad
#define mail_stream m_strm
#define mail_string m_strg
#define mail_string_init mt_ini
#define mail_string_next mt_nxt
#define mail_string_setpos mt_sps
#define mail_strip_subject mst_sb
#define mail_strip_subject_wsp mst_ws
#define mail_strip_subject_blob mst_bl
#define mail_subscribe m_sub
#define mail_thread m_thr
#define mail_threadlist mt_lst
#define mail_thread_c2node mt_c2n
#define mail_thread_check_child mt_ckc
#define mail_thread_compare_date mtc_da
#define mail_thread_loadcache mt_ldc
#define mail_thread_msgs mt_mgs
#define mail_thread_orderedsubject mt_osb
#define mail_thread_parse_msgid mtp_mi
#define mail_thread_parse_references mtp_rf
#define mail_thread_prune_dummy mt_prd
#define mail_thread_references mt_ref
#define mail_thread_sort mt_srt
#define mail_uid m_uid
#define mail_uid_sequence mu_seq
#define mail_unlock m_unl
#define mail_unsubscribe m_uns
#define mail_usable_network_stream m_usns
#define mail_utf7_valid m_ut7v
#define mail_valid m_val
#define mail_valid_net mv_net
#define mail_valid_net_parse mvn_pr
#define mail_valid_net_parse_work mvn_pw
#define mail_versioncheck m_vers
#define mailboxfile mbxfil
#define md5_init m5_ini
#define md5_update m5_upd
#define md5_final m5_fin
#define mime2_decode m2_dec
#define mime2_text m2_txt
#define mime2_token m2_tok
#define mm_cache mm_cac
#define mm_critical mm_crt
#define mm_diskerror mm_dse
#define mm_dlog mm_dlg
#define mm_exists mm_exs
#define mm_expunged mm_exp
#define mm_fatal mm_ftl
#define mm_flags mm_flg
#define mm_list mm_lst
#define mm_log mm_log
#define mm_login mm_lgi
#define mm_lsub mm_lsb
#define mm_mailbox mm_mbx
#define mm_nocritical mm_ncr
#define mm_notify mm_not
#define mm_searched mm_src
#define myhomedir myhome
#define mylocalhost myhost
#define myusername_full myuser
#define net_aopen nt_aop
#define net_close nt_cls
#define net_getbuffer nt_gtb
#define net_getdata nt_gtd
#define net_getline nt_gtl
#define net_host nt_hst
#define net_localhost nt_lhs
#define net_open nt_opn
#define net_port nt_prt
#define net_sout nt_sot
#define net_soutr nt_str
#define netmsg_read nm_rea
#define netmsg_slurp nm_slr
#define netmsg_slurp_text nm_slt
#define newsrc_check_uid nsc_ui
#define newsrc_create ns_crea
#define newsrc_error ns_err
#define newsrc_lsub ns_lsub
#define newsrc_newmessages ns_nms
#define newsrc_newstate ns_nst
#define newsrc_read ns_rea
#define newsrc_status ns_sta
#define newsrc_update ns_upd
#define newsrc_write ns_wri
#define newsrc_write_error ns_wer
#define nntp_append n_appn
#define nntp_canonicalize n_cano
#define nntp_check n_chck
#define nntp_close n_clos
#define nntp_copy n_copy
#define nntp_create n_crea
#define nntp_delete n_del
#define nntp_expunge n_expn
#define nntp_fake n_fake
#define nntp_fetchfast nf_fst
#define nntp_fetchflags nf_flg
#define nntp_fetchmessage nf_msg
#define nntp_flagmsg n_fmsg
#define nntp_gc n_gc
#define nntp_getmap n_gmap
#define nntp_header n_head
#define nntp_isvalid n_isvl
#define nntp_list n_list
#define nntp_lsub n_lsub
#define nntp_mail n_mail
#define nntp_mclose n_mcls
#define nntp_mopen n_mopn
#define nntp_open_full n_open
#define nntp_over n_ovr
#define nntp_overview n_over
#define nntp_parameters n_parm
#define nntp_parsestructure n_pars
#define nntp_parse_overview n_povr
#define nntp_ping n_ping
#define nntp_rename n_ren
#define nntp_reply n_repl
#define nntp_scan n_scan
#define nntp_search n_srch
#define nntp_search_msg ns_msg
#define nntp_send n_send
#define nntp_send_auth ns_aut
#define nntp_send_auth_work ns_atw
#define nntp_send_work n_sndw
#define nntp_sort n_sort
#define nntp_sort_loadcache ns_lcs
#define nntp_soutr n_sout
#define nntp_status n_stat
#define nntp_subscribe n_sub
#define nntp_text n_text
#define nntp_text_slurp nt_slp
#define nntp_thread n_thrd
#define nntp_unsubscribe n_uns
#define nntp_valid n_val
#define pop3_append p_appn
#define pop3_auth p_auth
#define pop3_cache p_cach
#define pop3_challenge p_chal
#define pop3_check p_chck
#define pop3_close p_clos
#define pop3_copy p_copy
#define pop3_create p_crea
#define pop3_delete p_del
#define pop3_expunge p_exp
#define pop3_fake p_fake
#define pop3_fetchfast pf_fst
#define pop3_fetchflags pf_flg
#define pop3_fetchmessage pf_msg
#define pop3_gc p_gc
#define pop3_list p_list
#define pop3_lsub p_lsub
#define pop3_open p_open
#define pop3_parameters p_parm
#define pop3_parsestructure p_pars
#define pop3_ping p_ping
#define pop3_rename p_ren
#define pop3_reply p_rep
#define pop3_response p_resp
#define pop3_scan p_scan
#define pop3_send p_send
#define pop3_send_num ps_num
#define pop3_status p_stat
#define pop3_subscribe p_sub
#define pop3_unsubscribe p_uns
#define pop3_valid p_val
#define rfc822_8bit r
#define rfc822_address r_addr
#define rfc822_address_line ra_lin
#define rfc822_base64 r_b64
#define rfc822_binary r_bin
#define rfc822_cat r_cat
#define rfc822_contents r_cont
#define rfc822_cpy r_cpy
#define rfc822_cpy_adr rc_adr
#define rfc822_date r_date
#define rfc822_default_subtype rd_sub
#define rfc822_encode_body_7bit reb_7b
#define rfc822_encode_body_8bit reb_8b
#define rfc822_header r_head
#define rfc822_header_line rh_lin
#define rfc822_output r_out
#define rfc822_output_address ro_adr
#define rfc822_output_address_line roa_ln
#define rfc822_output_address_list roa_li
#define rfc822_output_body ro_bdy
#define rfc822_output_body_header rob_hd
#define rfc822_output_full ro_ful
#define rfc822_output_flush ro_flu
#define rfc822_output_header ro_hdr
#define rfc822_output_header_line roh_ln
#define rfc822_output_cat ro_cat
#define rfc822_output_parameter ro_par
#define rfc822_output_stringlist ro_stl
#define rfc822_output_text ro_txt
#define rfc822_parse_address rp_adr
#define rfc822_parse_addrspec rp_ads
#define rfc822_parse_adrlist rp_adl
#define rfc822_parse_content rp_cnt
#define rfc822_parse_content_header rpc_hd
#define rfc822_parse_group rp_grp
#define rfc822_parse_mailbox rp_mbx
#define rfc822_parse_msg_full rp_msg
#define rfc822_parse_parameter rp_par
#define rfc822_parse_phrase rp_phr
#define rfc822_parse_routeaddr rp_rte
#define rfc822_parse_word rp_wrd
#define rfc822_phraseonly r_poly
#define rfc822_qprint r_qpnt
#define rfc822_quote r_quot
#define rfc822_skip_comment rs_cmt
#define rfc822_skipws rs_ws
#define rfc822_timezone r_tz
#define rfc822_write_address_full rw_adr
#define rfc822_write_body_header rwbh_8
#define server_input_wait s_iwat
#define server_login s_log
#define server_init s_init
#define sm_read sm_rd
#define sm_subscribe sm_sub
#define sm_unsubscribe sm_uns
#define smtp_auth s_auth
#define smtp_challenge s_chal
#define smtp_close s_clos
#define smtp_ehlo s_ehlo
#define smtp_fake s_fake
#define smtp_mail s_mail
#define smtp_open_full s_open
#define smtp_rcpt s_rcpt
#define smtp_reply s_repl
#define smtp_response s_resp
#define smtp_send s_send
#define smtp_send_auth ss_aut
#define smtp_send_auth_work ss_atw
#define smtp_send_work ss_wrk
#define smtp_soutr s_str
#define strcrlfcpy sc_cpy
#define strcrlflen sc_len
#define tcp_aopen t_aopn
#define tcp_canonical t_cnon
#define tcp_clientaddr t_cadr
#define tcp_clienthost t_chst
#define tcp_clientport t_cprt
#define tcp_close t_clos
#define tcp_getbuffer tg_buf
#define tcp_getdata tg_dat
#define tcp_getline tg_lin
#define tcp_host t_host
#define tcp_localhost t_lhst
#define tcp_open t_open
#define tcp_parameters t_parameters
#define tcp_port t_port
#define tcp_remotehost t_rhst
#define tcp_serveraddr t_sadr
#define tcp_serverhost t_shst
#define tcp_serverport t_sprt
#define tcp_sout t_sout
#define tcp_soutr t_str
#define textcpy txcopy
#define textcpystring txcpst
#define textcpyoffstring txcpos
#define ucs4_cs_get u4_csg
#define ucs4_decompose u4_dcm
#define ucs4_decompose_recursive u4_dcr
#define ucs4_rmapbuf u4r_bf
#define ucs4_rmaplen u4r_ln
#define ucs4_rmaptext u4r_tx
#define ucs4_titlecase u4_tcs
#define ucs4_width u4_wid
#define utf8_badcharset u8_bcs
#define utf8_charset u8_chs
#define utf8_cstext u8_cst
#define utf8_cstocstext u8_cct
#define utf8_from_mutf7 u8fmu7
#define utf8_get u8_get
#define utf8_get_raw u8_gtr
#define utf8_iso2022text u8_i22
#define utf8_mime2text u8_mi2
#define utf8_put u8_put
#define utf8_rmap u8_rmp
#define utf8_rmap_cs u8r_cs
#define utf8_rmap_gen u8r_gn
#define utf8_rmapsize u8r_sz
#define utf8_rmaptext u8r_tx
#define utf8_script u8_scr
#define utf8_searchpgm u8_spg
#define utf8_size u8_siz
#define utf8_stringlist u8_lst
#define utf8_text u8_txt
#define utf8_text_2022 u8t_22
#define utf8_text_8859_1 u8t_we
#define utf8_text_1byte0 u8t_10
#define utf8_text_1byte u8t_1b
#define utf8_text_1byte8 u8t_18
#define utf8_text_cs ut8_cs
#define utf8_text_euc u8t_eu
#define utf8_text_dbyte u8t_db
#define utf8_text_dbyte2 u8t_d2
#define utf8_text_sjis u8t_sj
#define utf8_text_ucs2 u8t_u2
#define utf8_text_ucs4 ut8_u4
#define utf8_text_utf7 ut8_u7
#define utf8_text_utf8 ut8_u8
#define utf8_text_utf16 ut8_16
#define utf8_to_mutf7 u8tmu7
#define utf8_validate u8_val
#define utf8_textwidth u8_twd
PK�"[���x��include/c-client/os_mnt.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Mint version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 September 1993
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>
#include <time.h>
#include <portlib.h>
 
#define EAGAIN EWOULDBLOCK
#define FNDELAY O_NDELAY 
 
/* MiNT gets this wrong */
 
#define setpgrp setpgid
 
#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[\K߀��include/c-client/os_aux.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- A/UX version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	30 August 2006
 */


#include <sys/types.h>
#include <sys/dir.h>
#include <stdlib.h>
#include <strings.h>
#include <time.h>
#include <sys/file.h>
#include <fcntl.h>
#include <syslog.h>


extern int errno;

char *strerror (int n);
unsigned long strtoul (char *s,char **endp,int base);
void *memmove (void *s,void *ct,size_t n);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[��4..include/c-client/os_sv4.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- SVR4 version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 April 1992
 * Last Edited:	20 December 2006
 */

#include <string.h>

#include <sys/types.h>
#include <stdlib.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <utime.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


/* Many versions of SysV get this wrong */

#define setpgrp(a,b) Setpgrp(a,b)
int Setpgrp (int pid,int gid);


/* Different names, equivalent things in BSD and SysV */

/* L_SET is defined for some strange reason in <sys/file.h> on SVR4. */
#ifndef L_SET
#define L_SET SEEK_SET
#endif
#define L_INCR SEEK_CUR
#define L_XTND SEEK_END

#define direct dirent
#define random lrand48


#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

long gethostid (void);
typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (void *d1,void *d2);
int scandir (char *dirname,struct direct ***namelist,select_t select,
	     compar_t compar);
int alphasort (void *d1,void *d2);


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[��ި�include/c-client/os_asv.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Altos System V version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 April 1992
 * Last Edited:	15 September 2006
 */

#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <sys/time.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


/* Different names, equivalent things in BSD and SysV */

#define L_SET SEEK_SET
#define L_INCR SEEK_CUR
#define L_XTND SEEK_END

#define direct dirent

#define ftruncate chsize
#define random lrand48


struct passwd *getpwent (void);
struct passwd *getpwuid (int uid);
struct passwd *getpwnam (char *name);
char *getenv (char *name);
long gethostid (void);
void *memmove (void *s,void *ct,size_t n);
char *strstr (char *cs,char *ct);
char *strerror (int n);
unsigned long strtoul (char *s,char **endp,int base);
typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (void *d1,void *d2);
int scandir (char *dirname,struct direct ***namelist,select_t select,
	     compar_t compar);
int alphasort (void *d1,void *d2);
void *malloc (size_t byteSize);
void free (void *ptr);
void *realloc (void *oldptr,size_t newsize);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[h����include/c-client/os_os4.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- OSF/Digital UNIX/Tru64
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include <time.h>		/* for struct tm */
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


/* OSF/1 gets this wrong */

#define setpgrp setpgid

#define direct dirent

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[��OOinclude/c-client/os_bsd.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- 4.3BSD version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	30 August 2006
 */

#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>
#include <machine/endian.h>	/* needed for htons() prototypes */


char *getenv (char *name);
char *strstr (char *cs,char *ct);
char *strerror (int n);
void *memmove (void *s,void *ct,size_t n);
unsigned long strtoul (char *s,char **endp,int base);
void *malloc (size_t byteSize);
void free (void *ptr);
void *realloc (void *oldptr,size_t newsize);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[h����include/c-client/os_osf.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- OSF/Digital UNIX/Tru64
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include <time.h>		/* for struct tm */
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


/* OSF/1 gets this wrong */

#define setpgrp setpgid

#define direct dirent

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[�$�YYinclude/c-client/os_cvx.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Convex version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	30 August 2006
 */

#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <sys/timeb.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


void *malloc (size_t byteSize);
void *realloc (void *oldptr,size_t newsize);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[���$$include/c-client/flocksim.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	flock() emulation via fcntl() locking
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 April 2001
 * Last Edited:	20 December 2006
 */


#include "dummy.h"		/* get scan_contents() prototype */

#define flock flocksim		/* use ours instead of theirs */

#undef LOCK_SH
#define LOCK_SH 1		/* shared lock */
#undef LOCK_EX
#define LOCK_EX 2		/* exclusive lock */
#undef LOCK_NB
#define LOCK_NB 4		/* no blocking */
#undef LOCK_UN
#define LOCK_UN 8		/* unlock */

/* Safe locking definitions */

extern int lockslavep;		/* non-zero means slave process */

#undef SAFE_DELETE
#define SAFE_DELETE(dtb,stream,mbx) (dtb->flags & DR_LOCKING) ? \
  safe_delete (dtb,stream,mbx) : (*dtb->mbxdel) (stream,mbx)
#undef SAFE_RENAME
#define SAFE_RENAME(dtb,stream,old,newname) (dtb->flags & DR_LOCKING) ? \
  safe_rename (dtb,stream,old,newname) : (*dtb->mbxren) (stream,old,newname)
#undef SAFE_STATUS
#define SAFE_STATUS(dtb,stream,mbx,bits) (dtb->flags & DR_LOCKING) ? \
  safe_status (dtb,stream,mbx,bits) : (*dtb->status) (stream,mbx,bits)
#undef SAFE_SCAN_CONTENTS
#define SAFE_SCAN_CONTENTS(dtb,name,contents,csiz,fsiz) \
  (!dtb || (dtb->flags & DR_LOCKING)) ? \
   safe_scan_contents (dtb,name,contents,csiz,fsiz) : \
   scan_contents (dtb,name,contents,csiz,fsiz)
#undef SAFE_COPY
#define SAFE_COPY(dtb,stream,seq,mbx,bits) (dtb->flags & DR_LOCKING) ? \
  safe_copy (dtb,stream,seq,mbx,bits) : (*dtb->copy) (stream,seq,mbx,bits)
#undef SAFE_APPEND
#define SAFE_APPEND(dtb,stream,mbx,af,data) (dtb->flags & DR_LOCKING) ? \
  safe_append (dtb,stream,mbx,af,data) : (*dtb->append) (stream,mbx,af,data)

#undef MM_EXISTS
#define MM_EXISTS (lockslavep ? slave_exists : mm_exists)
#undef MM_EXPUNGED
#define MM_EXPUNGED (lockslavep ? slave_expunged : mm_expunged)
#undef MM_FLAGS
#define MM_FLAGS (lockslavep ? slave_flags : mm_flags)
#undef MM_NOTIFY
#define MM_NOTIFY (lockslavep ? slave_notify : mm_notify)
#undef MM_STATUS
#define MM_STATUS (lockslavep ? slave_status : mm_status)
#undef MM_LOG
#define MM_LOG (lockslavep ? slave_log : mm_log)
#undef MM_CRITICAL
#define MM_CRITICAL (lockslavep ? slave_critical : mm_critical)
#undef MM_NOCRITICAL
#define MM_NOCRITICAL (lockslavep ? slave_nocritical : mm_nocritical)
#undef MM_DISKERROR
#define MM_DISKERROR (lockslavep ? slave_diskerror : mm_diskerror)
#undef MM_FATAL
#define MM_FATAL (lockslavep ? slave_fatal : mm_fatal)
#undef MM_APPEND
#define MM_APPEND(af) (lockslavep ? slave_append : (*af))

/* Function prototypes */

int flocksim (int fd,int operation);

long safe_delete (DRIVER *dtb,MAILSTREAM *stream,char *mbx);
long safe_rename (DRIVER *dtb,MAILSTREAM *stream,char *old,char *newname);
long safe_status (DRIVER *dtb,MAILSTREAM *stream,char *mbx,long flags);
long safe_scan_contents (DRIVER *dtb,char *name,char *contents,
			 unsigned long csiz,unsigned long fsiz);
long safe_copy (DRIVER *dtb,MAILSTREAM *stream,char *seq,char *mbx,long flags);
long safe_append (DRIVER *dtb,MAILSTREAM *stream,char *mbx,append_t af,
		  void *data);

void slave_exists (MAILSTREAM *stream,unsigned long number);
void slave_expunged (MAILSTREAM *stream,unsigned long number);
void slave_flags (MAILSTREAM *stream,unsigned long number);
void slave_notify (MAILSTREAM *stream,char *string,long errflg);
void slave_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status);
void slave_log (char *string,long errflg);
void slave_critical (MAILSTREAM *stream);
void slave_nocritical (MAILSTREAM *stream);
long slave_diskerror (MAILSTREAM *stream,long errcode,long serious);
void slave_fatal (char *string);
long slave_append (MAILSTREAM *stream,void *data,char **flags,char **date,
		   STRING **message);
long slaveproxycopy (MAILSTREAM *stream,char *sequence,char *mailbox,
		     long options);
PK�"[_*�
 
 include/c-client/imap4r1.hnu�[���/* ========================================================================
 * Copyright 1988-2007 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Interactive Mail Access Protocol 4rev1 (IMAP4R1) routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	14 October 1988
 * Last Edited:	5 September 2007
 */


/* This include file is provided for applications which need to look under
 * the covers at the IMAP driver and in particular want to do different
 * operations depending upon the IMAP server's protocol level and
 * capabilities.  It is NOT included in the normal c-client.h application
 * export, and most applications do NOT need the definitions in this file.
 *
 * As of October 15, 2003, it is believed that:
 *
 * Version	RFC		Status		Known Implementations
 * -------	---		------		---------------------
 * IMAP1	none		extinct		experimental TOPS-20 server
 * IMAP2	1064		extinct		old TOPS-20, SUMEX servers
 * IMAP2	1176		rare		TOPS-20, old UW servers
 * IMAP2bis	expired I-D	uncommon	old UW, Cyrus servers
 * IMAP3	1203		extinct		none (never implemented)
 * IMAP4	1730		rare		old UW, Cyrus, Netscape servers
 * IMAP4rev1	2060, 3501	ubiquitous	UW, Cyrus, and many others
 *
 * Most client implementations will only interoperate with an IMAP4rev1
 * server.  c-client based client implementations can interoperate with IMAP2,
 * IMAP2bis, IMAP4, and IMAP4rev1 servers, but only if they are very careful.
 *
 * The LEVELxxx() macros in this file enable the client to determine the
 * server protocol level and capabilities.  This file also contains a few
 * backdoor calls into the IMAP driver.
 */

/* Server protocol level and capabilities */

typedef struct imap_cap {
  unsigned int rfc1176 : 1;	/* server is RFC-1176 IMAP2 */
  unsigned int imap2bis : 1;	/* server is IMAP2bis */
  unsigned int imap4 : 1;	/* server is IMAP4 (RFC 1730) */
  unsigned int imap4rev1 : 1;	/* server is IMAP4rev1 */
  unsigned int acl : 1;		/* server has ACL (RFC 2086) */
  unsigned int quota : 1;	/* server has QUOTA (RFC 2087) */
  unsigned int litplus : 1;	/* server has LITERAL+ (RFC 2088) */
  unsigned int idle : 1;	/* server has IDLE (RFC 2177) */
  unsigned int mbx_ref : 1;	/* server has mailbox referrals (RFC 2193) */
  unsigned int log_ref : 1;	/* server has login referrals (RFC 2221) */
  unsigned int authanon : 1;	/* server has anonymous SASL (RFC 2245) */
  unsigned int namespace :1;	/* server has NAMESPACE (RFC 2342) */
  unsigned int uidplus : 1;	/* server has UIDPLUS (RFC 2359) */
  unsigned int starttls : 1;	/* server has STARTTLS (RFC 2595) */
				/* server disallows LOGIN command (RFC 2595) */
  unsigned int logindisabled : 1;
  unsigned int id : 1;		/* server has ID (RFC 2971) */
  unsigned int children : 1;	/* server has CHILDREN (RFC 3348) */
  unsigned int multiappend : 1;	/* server has multi-APPEND (RFC 3502) ;*/
  unsigned int binary : 1;	/* server has BINARY (RFC 3516) */
  unsigned int unselect : 1;	/* server has UNSELECT */
  unsigned int sasl_ir : 1;	/* server has SASL-IR initial response */
  unsigned int sort : 1;	/* server has SORT */
  unsigned int scan : 1;	/* server has SCAN */
  unsigned int urlauth : 1;	/* server has URLAUTH (RFC 4467) */
  unsigned int catenate : 1;	/* server has CATENATE (RFC 4469) */
  unsigned int condstore : 1;	/* server has CONDSTORE (RFC 4551) */
  unsigned int esearch : 1;	/* server has ESEARCH (RFC 4731) */
  unsigned int within : 1;	/* server has WITHIN (RFC 5032) */
  unsigned int extlevel;	/* extension data level supported by server */
				/* supported authenticators */
  unsigned int auth : MAXAUTHENTICATORS;
  THREADER *threader;		/* list of threaders */
} IMAPCAP;

/* IMAP4rev1 level or better */

#define LEVELIMAP4rev1(stream) imap_cap (stream)->imap4rev1

#define LEVELSTATUS LEVELIMAP4rev1


/* IMAP4 level or better (not including RFC 1730 design mistakes) */

#define LEVELIMAP4(stream) (imap_cap (stream)->imap4rev1 || \
			    imap_cap (stream)->imap4)


/* IMAP4 RFC-1730 level */

#define LEVEL1730(stream) imap_cap (stream)->imap4


/* IMAP2bis level or better */

#define LEVELIMAP2bis(stream) imap_cap (stream)->imap2bis


/* IMAP2 RFC-1176 level or better */

#define LEVEL1176(stream) imap_cap (stream)->rfc1176


/* IMAP2 RFC-1064 or better */

#define LEVEL1064(stream) 1

/* Has ACL extension */

#define LEVELACL(stream) imap_cap (stream)->acl


/* Has QUOTA extension */

#define LEVELQUOTA(stream) imap_cap (stream)->quota


/* Has LITERALPLUS extension */

#define LEVELLITERALPLUS(stream) imap_cap (stream)->litplus


/* Has IDLE extension */

#define LEVELIDLE(stream) imap_cap (stream)->idle


/* Has mailbox referrals */

#define LEVELMBX_REF(stream) imap_cap (stream)->mbx_ref


/* Has login referrals */

#define LEVELLOG_REF(stream) imap_cap (stream)->log_ref


/* Has AUTH=ANONYMOUS extension */

#define LEVELANONYMOUS(stream) imap_cap (stream)->authanon


/* Has NAMESPACE extension */

#define LEVELNAMESPACE(stream) imap_cap (stream)->namespace


/* Has UIDPLUS extension */

#define LEVELUIDPLUS(stream) imap_cap (stream)->uidplus


/* Has STARTTLS extension */

#define LEVELSTARTTLS(stream) imap_cap (stream)->starttls


/* Has LOGINDISABLED extension */

#define LEVELLOGINDISABLED(stream) imap_cap (stream)->logindisabled

/* Has ID extension */

#define LEVELID(stream) imap_cap (stream)->id


/* Has CHILDREN extension */

#define LEVELCHILDREN(stream) imap_cap (stream)->children


/* Has MULTIAPPEND extension */

#define LEVELMULTIAPPEND(stream) imap_cap (stream)->multiappend


/* Has BINARY extension */

#define LEVELBINARY(stream) imap_cap (stream)->binary


/* Has UNSELECT extension */

#define LEVELUNSELECT(stream) imap_cap (stream)->unselect


/* Has SASL initial response extension */

#define LEVELSASLIR(stream) imap_cap (stream)->sasl_ir


/* Has SORT extension */

#define LEVELSORT(stream) imap_cap (stream)->sort


/* Has at least one THREAD extension */

#define LEVELTHREAD(stream) ((imap_cap (stream)->threader) ? T : NIL)


/* Has SCAN extension */

#define LEVELSCAN(stream) imap_cap (stream)->scan


/* Has URLAUTH extension */

#define LEVELURLAUTH(stream) imap_cap (stream)->urlauth


/* Has CATENATE extension */

#define LEVELCATENATE(stream) imap_cap (stream)->catenate


/* Has CONDSTORE extension */

#define LEVELCONDSTORE(stream) imap_cap (stream)->condstore


/* Has ESEARCH extension */

#define LEVELESEARCH(stream) imap_cap (stream)->esearch


/* Has WITHIN extension */

#define LEVELWITHIN(stream) imap_cap (stream)->within

/* Body structure extension levels */

/* These are in BODYSTRUCTURE order.  Note that multipart bodies do not have
 * body-fld-md5.  This is alright, since all subsequent body structure
 * extensions are in both singlepart and multipart bodies.  If that ever
 * changes, this will have to be split.
 */

#define BODYEXTMD5 1		/* body-fld-md5 */
#define BODYEXTDSP 2		/* body-fld-dsp */
#define BODYEXTLANG 3		/* body-fld-lang */
#define BODYEXTLOC 4		/* body-fld-loc */


/* Function prototypes */

IMAPCAP *imap_cap (MAILSTREAM *stream);
char *imap_host (MAILSTREAM *stream);
long imap_cache (MAILSTREAM *stream,unsigned long msgno,char *seg,
		 STRINGLIST *stl,SIZEDTEXT *text);


/* Temporary */

long imap_setacl (MAILSTREAM *stream,char *mailbox,char *id,char *rights);
long imap_deleteacl (MAILSTREAM *stream,char *mailbox,char *id);
long imap_getacl (MAILSTREAM *stream,char *mailbox);
long imap_listrights (MAILSTREAM *stream,char *mailbox,char *id);
long imap_myrights (MAILSTREAM *stream,char *mailbox);
long imap_setquota (MAILSTREAM *stream,char *qroot,STRINGLIST *limits);
long imap_getquota (MAILSTREAM *stream,char *qroot);
long imap_getquotaroot (MAILSTREAM *stream,char *mailbox);
PK�"[�[3t��include/c-client/tcp_unix.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	UNIX TCP/IP routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */


/* TCP input buffer */

#define BUFLEN 8192


/* TCP I/O stream */

#define TCPSTREAM struct tcp_stream
TCPSTREAM {
  char *host;			/* host name */
  unsigned long port;		/* port number */
  char *localhost;		/* local host name */
  char *remotehost;		/* remote host name */
  int tcpsi;			/* input socket */
  int tcpso;			/* output socket */
  int ictr;			/* input counter */
  char *iptr;			/* input pointer */
  char ibuf[BUFLEN];		/* input buffer */
};
PK�"[P�hinclude/c-client/os_ult.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Ultrix version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	30 August 2006
 */

#include <sys/types.h>
#include <sys/dir.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <sys/syslog.h>
#include <sys/file.h>


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[�̄��include/c-client/os_sv2.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- SVR2 version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 April 1992
 * Last Edited:	20 December 2006
 */

#include <unistd.h>
#include <string.h>
#define char void
#include <memory.h>
#undef char
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


/* Many versions of SysV get this wrong */

#define setpgrp(a,b) Setpgrp(a,b)
int Setpgrp (int pid,int gid);


/* Different names between BSD and SVR4 */

#define L_SET SEEK_SET
#define L_INCR SEEK_CUR
#define L_XTND SEEK_END

#define lstat stat
#define random lrand48

#define SIGSTOP SIGQUIT

#define S_IFLNK 0120000


/* syslog() emulation */

#define LOG_MAIL	(2<<3)	/* mail system */
#define LOG_DAEMON	(3<<3)	/* system daemons */
#define LOG_AUTH	(4<<3)	/* security/authorization messages */
#define LOG_ALERT	1	/* action must be taken immediately */
#define LOG_CONS	0x02	/* log on the console if errors in sending */
#define LOG_ODELAY	0x04	/* delay open until syslog() is called */
#define LOG_NDELAY	0x08	/* don't delay open */
#define LOG_NOWAIT	0x10	/* if forking to log on console, don't wait() */


/* For setitimer() emulation */

#define ITIMER_REAL	0


/* For opendir() emulation */

typedef struct _dirdesc {
  int dd_fd;
  long dd_loc;
  long dd_size;
  char *dd_buf;
} DIR;

struct passwd *getpwent (void);
struct passwd *getpwuid (int uid);
struct passwd *getpwnam (char *name);
struct group *getgrnam (char *name);

char *getenv (char *name);
long gethostid (void);
void *memmove (void *s,void *ct,size_t n);
char *strstr (char *cs,char *ct);
char *strerror (int n);
unsigned long strtoul (char *s,char **endp,int base);
DIR *opendir (char * name);
int closedir (DIR *d);
struct direct *readdir (DIR *d);
typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (void *d1,void *d2);
int scandir (char *dirname,struct direct ***namelist,select_t select,
	     compar_t compar);
int alphasort (void *d1,void *d2);
int fsync (int fd);
int openlog (ident,logopt,facility);
int syslog (priority,message,parameters ...);
void *malloc (size_t byteSize);
void free (void *ptr);
void *realloc (void *oldptr,size_t newsize);


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[70�ա�include/c-client/os_sua.hnu�[���/* ========================================================================
 * Copyright 1988-2007 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Windows Vista SUA
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 September 1993
 * Last Edited:	4 May 2007
 */

#define _REENTRANT		/* for strtok_r() */
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <dirent.h>
#include <time.h>		/* for struct tm */
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


#define setpgrp setpgid

#define direct dirent


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[Iz��include/c-client/os_nto.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- QNX Neutrino RTP version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 September 1993
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/dir.h>
#include <sys/types.h>
#include <time.h>
#include <utime.h>


/* QNX gets these wrong */

#define setpgrp setpgid
#define readdir Readdir
#define FNDELAY O_NONBLOCK
#define d_ino d_fileno


/* Different names, equivalent things in BSD and SysV */

#ifndef L_SET
#define L_SET SEEK_SET
#endif
#ifndef L_INCR
#define L_INCR SEEK_CUR
#endif
#ifndef L_XTND
#define L_XTND SEEK_END
#endif


#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

long gethostid (void);
struct direct *Readdir (DIR *dirp);
typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (void *d1,void *d2);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[!�?///include/c-client/os_mct.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- MachTen version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	7 December 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>

#define unix 1

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[����Y�Yinclude/c-client/utf8.hnu�[���/* ========================================================================
 * Copyright 1988-2008 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	UTF-8 routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 June 1997
 * Last Edited:	17 January 2008
 */

/* UTF-8 size and conversion routines from UCS-2 values (thus in the BMP).
 * Don't use these if UTF-16 data (surrogate pairs) are an issue.
 * For UCS-4 values, use the utf8_size() and utf8_put() functions.
 */

#define UTF8_SIZE_BMP(c) ((c & 0xff80) ? ((c & 0xf800) ? 3 : 2) : 1)

#define UTF8_PUT_BMP(b,c) {				\
  if (c & 0xff80) {		/* non-ASCII? */	\
    if (c & 0xf800) {		/* three byte code */	\
      *b++ = 0xe0 | (c >> 12);				\
      *b++ = 0x80 | ((c >> 6) & 0x3f);			\
    }							\
    else *b++ = 0xc0 | ((c >> 6) & 0x3f);		\
    *b++ = 0x80 | (c & 0x3f); 				\
  }							\
  else *b++ = c;					\
}

/* utf8_text() flag values */

#define U8T_CASECANON 2		/* canonicalize case */
#define U8T_DECOMPOSE 4		/* decompose */
				/* full canonicalization */
#define U8T_CANONICAL (U8T_CASECANON | U8T_DECOMPOSE)


/* utf8_get() return values */

				/* 0x0000 - 0xffff BMP plane */
#define U8GM_NONBMP 0xffff0000	/* mask for non-BMP values */
				/* 0x10000 - 0x10ffff extended planes */
				/* 0x110000 - 0x7ffffff non-Unicode */
#define U8G_ERROR 0x80000000	/* error flag */
#define U8G_BADCONT U8G_ERROR+1	/* continuation when not in progress */
#define U8G_INCMPLT U8G_ERROR+2	/* incomplete UTF-8 character */
#define U8G_NOTUTF8 U8G_ERROR+3	/* not a valid UTF-8 octet */
#define U8G_ENDSTRG U8G_ERROR+4	/* end of string */
#define U8G_ENDSTRI U8G_ERROR+5	/* end of string w/ incomplete UTF-8 char */
#define U8G_SURROGA U8G_ERROR+6	/* surrogate codepoint */
#define U8G_NOTUNIC U8G_ERROR+7	/* non-Unicode codepoint */


/* ucs4_width() return values */

#define U4W_ERROR 0x80000000	/* error flags */
#define U4W_NOTUNCD U4W_ERROR+1	/* not a Unicode char */
#define U4W_PRIVATE U4W_ERROR+2	/* private-space plane */
#define U4W_SSPCHAR U4W_ERROR+3	/* Supplementary Special-purpose Plane */
#define U4W_UNASSGN U4W_ERROR+4	/* unassigned space plane */
#define U4W_CONTROL U4W_ERROR+5	/* C0/C1 control */
#define U4W_CTLSRGT U4W_CONTROL	/* in case legacy code references this */

/* ISO-2022 engine states */

#define I2S_CHAR 0		/* character */
#define I2S_ESC 1		/* previous character was ESC */
#define I2S_MUL 2		/* previous character was multi-byte code */
#define I2S_INT 3		/* previous character was intermediate */


/* ISO-2022 Gn selections */

#define I2C_G0 0		/* G0 */
#define I2C_G1 1		/* G1 */
#define I2C_G2 2		/* G2 */
#define I2C_G3 3		/* G3 */
#define I2C_SG2 (2 << 2)	/* single shift G2 */
#define I2C_SG3 (3 << 2)	/* single shift G2 */


/* ISO-2022 octet definitions */

#define I2C_ESC 0x1b		/* ESCape */

	/* Intermediate character */
#define I2C_STRUCTURE 0x20	/* announce code structure */
#define I2C_C0 0x21		/* C0 */
#define I2C_C1 0x22		/* C1 */
#define I2C_CONTROL 0x23	/* single control function */
#define I2C_MULTI 0x24		/* multi-byte character set */
#define I2C_OTHER 0x25		/* other coding system */
#define I2C_REVISED 0x26	/* revised registration */
#define I2C_G0_94 0x28		/* G0 94-character set */
#define I2C_G1_94 0x29		/* G1 94-character set */
#define I2C_G2_94 0x2A		/* G2 94-character set */
#define I2C_G3_94 0x2B		/* G3 94-character set */
#define I2C_G0_96 0x2C		/* (not in ISO-2022) G0 96-character set */
#define I2C_G1_96 0x2D		/* G1 96-character set */
#define I2C_G2_96 0x2E		/* G2 96-character set */
#define I2C_G3_96 0x2F		/* G3 96-character set */

	/* Locking shifts */
#define I2C_SI 0x0f		/* lock shift to G0 (Shift In) */
#define I2C_SO 0x0e		/* lock shift to G1 (Shift Out) */
	/* prefixed by ESC */
#define I2C_LS2 0x6e		/* lock shift to G2 */
#define I2C_LS3 0x6f		/* lock shift to G3 */
#define I2C_LS1R 0x7e		/* lock shift GR to G1 */
#define I2C_LS2R 0x7d		/* lock shift GR to G2 */
#define I2C_LS3R 0x7c		/* lock shift GR to G3 */

	/* Single shifts */
#define I2C_SS2_ALT 0x8e	/* single shift to G2 (SS2) */
#define I2C_SS3_ALT 0x8f	/* single shift to G3 (SS3) */
#define I2C_SS2_ALT_7 0x19	/* single shift to G2 (SS2) */
#define I2C_SS3_ALT_7 0x1d	/* single shift to G3 (SS3) */
	/* prefixed by ESC */
#define I2C_SS2 0x4e		/* single shift to G2 (SS2) */
#define I2C_SS3 0x4f		/* single shift to G3 (SS3) */

/* 94 character sets */

				/* 4/0 ISO 646 IRV */
#define I2CS_94_BRITISH 0x41	/* 4/1 ISO 646 British */
#define I2CS_94_ASCII 0x42	/* 4/2 ISO 646 USA (ASCII) */
				/* 4/3 NATS Finland/Sweden (primary) */
				/* 4/4 NATS Finland/Sweden (secondary) */
				/* 4/5 NATS Denmark/Norway (primary) */
				/* 4/6 NATS Denmark/Norway (secondary) */
				/* 4/7 ISO 646 Swedish SEN 850200 */
				/* 4/8 ISO 646 Swedish names */
#define I2CS_94_JIS_BUGROM 0x48	/* 4/8 some buggy software does this */
#define I2CS_94_JIS_KANA 0x49	/* 4/9 JIS X 0201-1976 right half */
#define I2CS_94_JIS_ROMAN 0x4a	/* 4/a JIS X 0201-1976 left half */
				/* 4/b ISO 646 German */
				/* 4/c ISO 646 Portuguese (Olivetti) */
				/* 4/d ISO 6438 African */
				/* 4/e ISO 5427 Cyrillic (Honeywell-Bull) */
				/* 4/f DIN 31624 extended bibliography  */
				/* 5/0 ISO 5426-1980 Bibliography */
				/* 5/1 ISO 5427-1981 Cyrillic*/
				/* 5/2 ISO 646 French (withdrawn) */
				/* 5/3 ISO 5428-1980 Greek bibliography */
				/* 5/4 GB 1988-80 Chinese */
				/* 5/5 Latin-Greek (Honeywell-Bull) */
				/* 5/6 UK Viewdata/Teletext */
				/* 5/7 INIS (IRV subset) */
				/* 5/8 ISO 5428 Greek Bibliography */
				/* 5/9 ISO 646 Italian (Olivetti) */
				/* 5/a ISO 646 Spanish (Olivetti) */
				/* 5/b Greek (Olivetti) */
				/* 5/c Latin-Greek (Olivetti) */
				/* 5/d INIS non-standard extension */
				/* 5/e INIS Cyrillic extension */
				/* 5/f Arabic CODAR-U IERA */
				/* 6/0 ISO 646 Norwegian */
				/* 6/1 Norwegian version 2 (withdrawn) */
				/* 6/2 Videotex supplementary */
				/* 6/3 Videotex supplementary #2 */
				/* 6/4 Videotex supplementary #3 */
				/* 6/5 APL */
				/* 6/6 ISO 646 French */
				/* 6/7 ISO 646 Portuguese (IBM) */
				/* 6/8 ISO 646 Spanish (IBM) */
				/* 6/9 ISO 646 Hungarian */
				/* 6/a Greek ELOT (withdrawn) */
				/* 6/b ISO 9036 Arabic 7-bit */
				/* 6/c ISO 646 IRV supplementary set */
				/* 6/d JIS C6229-1984 OCR-A */
				/* 6/e JIS C6229-1984 OCR-B */
				/* 6/f JIS C6229-1984 OCR-B additional */
				/* 7/0 JIS C6229-1984 hand-printed */
				/* 7/1 JIS C6229-1984 additional hand-printd */
				/* 7/2 JIS C6229-1984 katakana hand-printed */
				/* 7/3 E13B Japanese graphic */
				/* 7/4 Supplementary Videotex (withdrawn) */
				/* 7/5 Teletex primary CCITT T.61 */
				/* 7/6 Teletex secondary CCITT T.61 */
				/* 7/7 CSA Z 243.4-1985 Alternate primary #1 */
				/* 7/8 CSA Z 243.4-1985 Alternate primary #2 */
				/* 7/9 Mosaic CCITT T.101 */
				/* 7/a Serbocroatian/Slovenian Latin */
				/* 7/b Serbocroatian Cyrillic */
				/* 7/c Supplementary CCITT T.101 */
				/* 7/d Macedonian Cyrillic */

/* 94 character sets - second intermediate byte */

				/* 4/0 Greek primary CCITT */
				/* 4/1 Cuba */
				/* 4/2 ISO/IEC 646 invariant */
				/* 4/3 Irish Gaelic 7-bit */
				/* 4/4 Turkmen */


/* 94x94 character sets */

#define I2CS_94x94_JIS_OLD 0x40	/* 4/0 JIS X 0208-1978 */
#define I2CS_94x94_GB 0x41	/* 4/1 GB 2312 */
#define I2CS_94x94_JIS_NEW 0x42	/* 4/2 JIS X 0208-1983 */
#define I2CS_94x94_KSC 0x43	/* 4/3 KSC 5601 */
#define I2CS_94x94_JIS_EXT 0x44	/* 4/4 JIS X 0212-1990 */
				/* 4/5 CCITT Chinese */
				/* 4/6 Blisssymbol Graphic */
#define I2CS_94x94_CNS1 0x47	/* 4/7 CNS 11643 plane 1 */
#define I2CS_94x94_CNS2 0x48	/* 4/8 CNS 11643 plane 2 */
#define I2CS_94x94_CNS3 0x49	/* 4/9 CNS 11643 plane 3 */
#define I2CS_94x94_CNS4 0x4a	/* 4/a CNS 11643 plane 4 */
#define I2CS_94x94_CNS5 0x4b	/* 4/b CNS 11643 plane 5 */
#define I2CS_94x94_CNS6 0x4c	/* 4/c CNS 11643 plane 6 */
#define I2CS_94x94_CNS7 0x4d	/* 4/d CNS 11643 plane 7 */
				/* 4/e DPRK (North Korea) KGCII */
				/* 4/f JGCII plane 1 */
				/* 5/0 JGCII plane 2 */

/* 96 character sets */

#define I2CS_96_ISO8859_1 0x41	/* 4/1 Latin-1 (Western Europe) */
#define I2CS_96_ISO8859_2 0x42	/* 4/2 Latin-2 (Czech, Slovak) */
#define I2CS_96_ISO8859_3 0x43	/* 4/3 Latin-3 (Dutch, Turkish) */
#define I2CS_96_ISO8859_4 0x44	/* 4/4 Latin-4 (Scandinavian) */
				/* 4/5 CSA Z 243.4-1985 */
#define I2CS_96_ISO8859_7 0x46	/* 4/6 Greek */
#define I2CS_96_ISO8859_6 0x47	/* 4/7 Arabic */
#define I2CS_96_ISO8859_8 0x48	/* 4/8 Hebrew */
				/* 4/9 Czechoslovak CSN 369103 */
				/* 4/a Supplementary Latin and non-alpha */
				/* 4/b Technical */
#define I2CS_96_ISO8859_5 0x4c	/* 4/c Cyrillic */
#define I2CS_96_ISO8859_9 0x4d	/* 4/d Latin-5 (Finnish, Portuguese) */
				/* 4/e ISO 6937-2 residual */
				/* 4/f Basic Cyrillic */
				/* 5/0 Supplementary Latin 1, 2 and 5 */
				/* 5/1 Basic Box */
				/* 5/2 Supplementary ISO/IEC 6937 : 1992 */
				/* 5/3 CCITT Hebrew supplementary */
#define I2CS_96_TIS620 0x54	/* 5/4 TIS 620 */
				/* 5/5 Arabic/French/German */
#define I2CS_96_ISO8859_10 0x56	/* 5/6 Latin-6 (Northern Europe) */
				/* 5/7 ??? */
				/* 5/8 Sami (Lappish) supplementary */
#define I2CS_96_ISO8859_13 0x59	/* 5/9 Latin-7 (Baltic) */
#define I2CS_96_VSCII 0x5a	/* 5/a Vietnamese */
				/* 5/b Technical #1 IEC 1289 */
#define I2CS_96_ISO8859_14 0x5c	/* 5/c Latin-8 (Celtic) */
				/* 5/d Sami supplementary Latin */
				/* 5/e Latin/Hebrew */
				/* 5/f Celtic supplementary Latin */
				/* 6/0 Uralic supplementary Cyrillic */
				/* 6/1 Volgaic supplementary Cyrillic */
#define I2CS_96_ISO8859_15 0x62	/* 6/2 Latin-9 (Euro) */
				/* 6/3 Latin-1 with Euro */
				/* 6/4 Latin-4 with Euro */
				/* 6/5 Latin-7 with Euro */
#define I2CS_96_ISO8859_16 0x66	/* 6/6 Latin-10 (Balkan) */
				/* 6/7 Ogham */
				/* 6/8 Sami supplementary Latin #2 */
				/* 7/d Supplementary Mosaic for CCITT 101 */

/* 96x96 character sets */

/* Types of character sets */

#define I2CS_94 0x000		/* 94 character set */
#define I2CS_96 0x100		/* 96 character set */
#define I2CS_MUL 0x200		/* multi-byte */
#define I2CS_94x94 (I2CS_MUL | I2CS_94)
#define I2CS_96x96 (I2CS_MUL | I2CS_96)


/* Character set identifiers stored in Gn */

#define I2CS_BRITISH (I2CS_94 | I2CS_94_BRITISH)
#define I2CS_ASCII (I2CS_94 | I2CS_94_ASCII)
#define I2CS_JIS_BUGROM (I2CS_94 | I2CS_94_JIS_BUGROM)
#define I2CS_JIS_KANA (I2CS_94 | I2CS_94_JIS_KANA)
#define I2CS_JIS_ROMAN (I2CS_94 | I2CS_94_JIS_ROMAN)
#define I2CS_JIS_OLD (I2CS_94x94 | I2CS_94x94_JIS_OLD)
#define I2CS_GB (I2CS_94x94 | I2CS_94x94_GB)
#define I2CS_JIS_NEW (I2CS_94x94 | I2CS_94x94_JIS_NEW)
#define I2CS_KSC (I2CS_94x94 | I2CS_94x94_KSC)
#define I2CS_JIS_EXT (I2CS_94x94 | I2CS_94x94_JIS_EXT)
#define I2CS_CNS1 (I2CS_94x94 | I2CS_94x94_CNS1)
#define I2CS_CNS2 (I2CS_94x94 | I2CS_94x94_CNS2)
#define I2CS_CNS3 (I2CS_94x94 | I2CS_94x94_CNS3)
#define I2CS_CNS4 (I2CS_94x94 | I2CS_94x94_CNS4)
#define I2CS_CNS5 (I2CS_94x94 | I2CS_94x94_CNS5)
#define I2CS_CNS6 (I2CS_94x94 | I2CS_94x94_CNS6)
#define I2CS_CNS7 (I2CS_94x94 | I2CS_94x94_CNS7)
#define I2CS_ISO8859_1 (I2CS_96 | I2CS_96_ISO8859_1)
#define I2CS_ISO8859_2 (I2CS_96 | I2CS_96_ISO8859_2)
#define I2CS_ISO8859_3 (I2CS_96 | I2CS_96_ISO8859_3)
#define I2CS_ISO8859_4 (I2CS_96 | I2CS_96_ISO8859_4)
#define I2CS_ISO8859_7 (I2CS_96 | I2CS_96_ISO8859_7)
#define I2CS_ISO8859_6 (I2CS_96 | I2CS_96_ISO8859_6)
#define I2CS_ISO8859_8 (I2CS_96 | I2CS_96_ISO8859_8)
#define I2CS_ISO8859_5 (I2CS_96 | I2CS_96_ISO8859_5)
#define I2CS_ISO8859_9 (I2CS_96 | I2CS_96_ISO8859_9)
#define I2CS_TIS620 (I2CS_96 | I2CS_96_TIS620)
#define I2CS_ISO8859_10 (I2CS_96 | I2CS_96_ISO8859_10)
#define I2CS_ISO8859_13 (I2CS_96 | I2CS_96_ISO8859_13)
#define I2CS_VSCII (I2CS_96 | I2CS_96_VSCII)
#define I2CS_ISO8859_14 (I2CS_96 | I2CS_96_ISO8859_14)
#define I2CS_ISO8859_15 (I2CS_96 | I2CS_96_ISO8859_15)
#define I2CS_ISO8859_16 (I2CS_96 | I2CS_96_ISO8859_16)


/* Miscellaneous ISO 2022 definitions */

#define EUC_CS2 0x8e		/* single shift CS2 */
#define EUC_CS3 0x8f		/* single shift CS3 */

#define BITS7 0x7f		/* 7-bit value mask */
#define BIT8 0x80		/* 8th bit mask */

/* The following saves us from having to have yet more charset tables */

/* Unicode codepoints */

#define UCS2_C0CONTROL 0x00	/* first C0 control */
#define UCS2_C0CONTROLEND 0x1F	/* last C0 control */
#define UCS2_C1CONTROL 0x80	/* first C1 control */
#define UCS2_C1CONTROLEND 0x9F	/* last C1 control */

				/* ISO 646 substituted Unicode codepoints */
#define UCS2_POUNDSTERLING 0x00a3
#define UCS2_YEN 0x00a5
#define UCS2_OVERLINE 0x203e
#define UCS2_EURO 0x20ac
#define UCS2_KATAKANA 0xff61	/* first katakana codepoint */
#define UCS2_BOM 0xfeff		/* byte order mark */
#define UCS2_BOGON 0xfffd	/* replacement character */
				/* next two codepoints are not Unicode chars */
#define UCS2_BOMCHECK 0xfffe	/* used to check byte order with UCS2_BOM */
#define UCS2_NOTCHAR 0xffff	/* not a character */

#define UCS4_BMPBASE 0x0000	/* Basic Multilingual Plane */
#define UCS4_SMPBASE 0x10000	/* Supplementary Multilinugual Plane */
#define UCS4_SIPBASE 0x20000	/* Supplementary Ideographic Plane */
				/* EastAsianWidth says plane 3 is wide */
#define UCS4_UNABASE 0x40000	/* unassigned space */
#define UCS4_SSPBASE 0xe0000	/* Supplementary Special-purpose Plane */
#define UCS4_PVTBASE 0xf0000	/* private-space (two planes) */
#define UCS4_MAXUNICODE 0x10ffff/* highest Unicode codepoint */

#define UTF16_BASE 0x10000	/* base of codepoints needing surrogates */
#define UTF16_SHIFT 10		/* surrogate shift */
#define UTF16_MASK 0x3ff	/* surrogate mask */
#define UTF16_SURR 0xd800	/* UTF-16 surrogate area */
#define UTF16_SURRH 0xd800	/* UTF-16 first high surrogate */
#define UTF16_SURRHEND 0xdbff	/* UTF-16 last high surrogate */
#define UTF16_SURRL 0xdc00	/* UTF-16 first low surrogate */
#define UTF16_SURRLEND 0xdfff	/* UTF-16 last low surrogate */
#define UTF16_MAXSURR 0xdfff	/* end of UTF-16 surrogates */


/* UBOGON is used to represent a codepoint in a character set which does not
 * map to Unicode.  It is also used for mapping failures, e.g. incomplete
 * shift sequences.  This name has the same text width as 0x????, for
 * convenience in the mapping tables.
 *
 * NOCHAR is used to represent a codepoint in Unicode which does not map to
 * the target character set in a reverse mapping table.  This name has the
 * same text width as 0x???? in case we ever add static reverse mapping tables.
 */

#define UBOGON UCS2_BOGON
#define NOCHAR UCS2_NOTCHAR

/* Codepoints in non-Unicode character sets */

/* Codepoints in ISO 646 character sets */

/* British ASCII codepoints */

#define BRITISH_POUNDSTERLING 0x23

/* JIS Roman codepoints */

#define JISROMAN_YEN 0x5c
#define JISROMAN_OVERLINE 0x7e


/* Hankaku katakana codepoints & parameters
 *
 * In earlier versions, MAX_KANA_7 and MAX_KANA_8 were the maximum codepoint
 * values.  Although this made sense, it was confusing with the "max ku" and
 * "max ten" values used in the double-byte tables; there are 1-origin, but
 * the calculated values used for "ku" and "ten" are 0-origin (derived by
 * substracting the "base").  What this all meant is that for double byte
 * characters the limit test is of the form (value < max_ku), but for single
 * byte characters (which used the same cell to hold the max ku) the limit
 * test was (value <= max_ku).
 *
 * By making MAX_KANA_[78] be maximum+1, the same (value < max_ku) limit test
 * is used throughout.  - 6/15/2006
 */

#define MIN_KANA_7 0x21
#define MAX_KANA_7 0x60		/* maximum value + 1 */
#define KANA_7 (UCS2_KATAKANA - MIN_KANA_7)
#define MIN_KANA_8 (MIN_KANA_7 | BIT8)
#define MAX_KANA_8 (MAX_KANA_7 | BIT8)
#define KANA_8 (UCS2_KATAKANA - MIN_KANA_8)

/* Charset scripts */

/*  The term "script" is used here in a very loose sense, enough to make
 * purists cringe.  Basically, the idea is to give the main program some
 * idea of how it should treat the characters of text in a charset with
 * respect to font, drawing routines, etc.
 *
 *  In some cases, "script" is associated with a charset; in other cases,
 * it's more closely tied to a language.
 */

#define SC_UNICODE 0x1		/* Unicode */
#define SC_LATIN_1 0x10		/* Western Europe */
#define SC_LATIN_2 0x20		/* Eastern Europe */
#define SC_LATIN_3 0x40		/* Southern Europe */
#define SC_LATIN_4 0x80		/* Northern Europe */
#define SC_LATIN_5 0x100	/* Turkish */
#define SC_LATIN_6 0x200	/* Nordic */
#define SC_LATIN_7 0x400	/* Baltic */
#define SC_LATIN_8 0x800	/* Celtic */
#define SC_LATIN_9 0x1000	/* Euro */
#define SC_LATIN_0 SC_LATIN_9	/* colloquial name for Latin-9 */
#define SC_ARABIC 0x2000
#define SC_CYRILLIC 0x4000
#define SC_GREEK 0x8000
#define SC_HEBREW 0x10000
#define SC_THAI 0x20000
#define SC_UKRANIAN 0x40000
#define SC_LATIN_10 0x80000	/* Balkan */
#define SC_VIETNAMESE 0x100000
#define SC_CHINESE_SIMPLIFIED 0x1000000
#define SC_CHINESE_TRADITIONAL 0x2000000
#define SC_JAPANESE 0x4000000
#define SC_KOREAN 0x8000000


/* Script table */

typedef struct utf8_scent {
  char *name;			/* script name */
  char *description;		/* script description */
  unsigned long script;		/* script bitmask */
} SCRIPT;

/* Character set table support */

typedef struct utf8_csent {
  char *name;			/* charset name */
  unsigned short type;		/* type of charset */
  unsigned short flags;		/* charset flags */
  void *tab;			/* additional data */
  unsigned long script;		/* script(s) implemented by this charset */
  char *preferred;		/* preferred charset over this one */
} CHARSET;


struct utf8_eucparam {
  unsigned int base_ku : 8;	/* base row */
  unsigned int base_ten : 8;	/* base column */
  unsigned int max_ku : 8;	/* maximum row */
  unsigned int max_ten : 8;	/* maximum column */
  void *tab;			/* conversion table */
};


/* Charset types */

#define CT_UNKNOWN 0		/* unknown 8-bit */
#define CT_ASCII 1		/* 7-bit ASCII no table */
#define CT_UCS2 2		/* 2 byte 16-bit Unicode no table */
#define CT_UCS4 3		/* 4 byte 32-bit Unicode no table */
#define CT_1BYTE0 10		/* 1 byte ISO 8859-1 no table */
#define CT_1BYTE 11		/* 1 byte ASCII + table 0x80-0xff */
#define CT_1BYTE8 12		/* 1 byte table 0x00 - 0xff */
#define CT_EUC 100		/* 2 byte ASCII + utf8_eucparam base/CS2/CS3 */
#define CT_DBYTE 101		/* 2 byte ASCII + utf8_eucparam */
#define CT_DBYTE2 102		/* 2 byte ASCII + utf8_eucparam plane1/2 */
#define CT_UTF16 1000		/* variable UTF-16 encoded Unicode no table */
#define CT_UTF8 1001		/* variable UTF-8 encoded Unicode no table */
#define CT_UTF7 1002		/* variable UTF-7 encoded Unicode no table */
#define CT_2022 10000		/* variable ISO-2022 encoded no table */
#define CT_SJIS 10001		/* 2 byte Shift-JIS encoded JIS no table */


/* Character set flags */

#define CF_PRIMARY 0x1		/* primary name for this charset */
#define CF_DISPLAY 0x2		/* charset used in displays */
#define CF_POSTING 0x4		/* charset used in email posting */
#define CF_UNSUPRT 0x8		/* charset unsupported (can't convert to it) */
#define CF_NOEMAIL 0x10		/* charset not used in email */


/* UTF-7 engine states */

#define U7_ASCII 0		/* ASCII character */
#define U7_PLUS 1		/* plus seen */
#define U7_UNICODE 2		/* Unicode characters */
#define U7_MINUS 3		/* absorbed minus seen */

/* Function prototypes */

typedef unsigned long (*ucs4cn_t) (unsigned long c);
typedef unsigned long (*ucs4de_t) (unsigned long c,void **more);

SCRIPT *utf8_script (char *script);
const CHARSET *utf8_charset (char *charset);
char *utf8_badcharset (char *charset);
long utf8_text (SIZEDTEXT *text,char *charset,SIZEDTEXT *ret,long flags);
long utf8_text_cs (SIZEDTEXT *text,const CHARSET *cs,SIZEDTEXT *ret,
		   ucs4cn_t cv,ucs4de_t de);
long utf8_cstext (SIZEDTEXT *text,char *charset,SIZEDTEXT *ret,
		  unsigned long errch);
long utf8_cstocstext (SIZEDTEXT *text,char *sc,SIZEDTEXT *ret,char *dc,
		      unsigned long errch);
unsigned short *utf8_rmap (char *charset);
unsigned short *utf8_rmap_cs (const CHARSET *cs);
unsigned short *utf8_rmap_gen (const CHARSET *cs,unsigned short *oldmap);
long utf8_rmaptext (SIZEDTEXT *text,unsigned short *rmap,SIZEDTEXT *ret,
		    unsigned long errch,long iso2022jp);
unsigned long utf8_rmapsize (SIZEDTEXT *text,unsigned short *rmap,
			     unsigned long errch,long iso2022jp);
long ucs4_rmaptext (unsigned long *ucs4,unsigned long len,unsigned short *rmap,
		    SIZEDTEXT *ret,unsigned long errch);
long ucs4_rmaplen (unsigned long *ucs4,unsigned long len,unsigned short *rmap,
		   unsigned long errch);
long ucs4_rmapbuf (unsigned char *t,unsigned long *ucs4,unsigned long len,
		   unsigned short *rmap,unsigned long errch);
unsigned long utf8_get (unsigned char **s,unsigned long *i);
unsigned long utf8_get_raw (unsigned char **s,unsigned long *i);
unsigned long ucs4_cs_get (CHARSET *cs,unsigned char **s,unsigned long *i);
unsigned long *utf8_csvalidmap (char *charsets[]);
const CHARSET *utf8_infercharset (SIZEDTEXT *src);
long utf8_validate (unsigned char *s,unsigned long i);
void utf8_text_1byte0 (SIZEDTEXT *text,SIZEDTEXT *ret,ucs4cn_t cv,ucs4de_t de);
void utf8_text_1byte (SIZEDTEXT *text,SIZEDTEXT *ret,void *tab,ucs4cn_t cv,
		      ucs4de_t de);
void utf8_text_1byte8 (SIZEDTEXT *text,SIZEDTEXT *ret,void *tab,ucs4cn_t cv,
		       ucs4de_t de);
void utf8_text_euc (SIZEDTEXT *text,SIZEDTEXT *ret,void *tab,ucs4cn_t cv,
		    ucs4de_t de);
void utf8_text_dbyte (SIZEDTEXT *text,SIZEDTEXT *ret,void *tab,ucs4cn_t cv,
		      ucs4de_t de);
void utf8_text_dbyte2 (SIZEDTEXT *text,SIZEDTEXT *ret,void *tab,ucs4cn_t cv,
		       ucs4de_t de);
void utf8_text_sjis (SIZEDTEXT *text,SIZEDTEXT *ret,ucs4cn_t cv,ucs4de_t de);
void utf8_text_2022 (SIZEDTEXT *text,SIZEDTEXT *ret,ucs4cn_t cv,ucs4de_t de);
void utf8_text_utf7 (SIZEDTEXT *text,SIZEDTEXT *ret,ucs4cn_t cv,ucs4de_t de);
void utf8_text_utf8 (SIZEDTEXT *text,SIZEDTEXT *ret,ucs4cn_t cv,ucs4de_t de);
void utf8_text_ucs2 (SIZEDTEXT *text,SIZEDTEXT *ret,ucs4cn_t cv,ucs4de_t de);
void utf8_text_ucs4 (SIZEDTEXT *text,SIZEDTEXT *ret,ucs4cn_t cv,ucs4de_t de);
void utf8_text_utf16 (SIZEDTEXT *text,SIZEDTEXT *ret,ucs4cn_t cv,ucs4de_t de);
unsigned long utf8_size (unsigned long c);
unsigned char *utf8_put (unsigned char *s,unsigned long c);
unsigned long ucs4_titlecase (unsigned long c);
long ucs4_width (unsigned long c);
long utf8_strwidth (unsigned char *s);
long utf8_textwidth (SIZEDTEXT *utf8);
unsigned long ucs4_decompose (unsigned long c,void **more);
unsigned long ucs4_decompose_recursive (unsigned long c,void **more);
PK�"[rO|6

include/c-client/os_art.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- AIX/RT version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 April 1992
 * Last Edited:	15 September 2006
 */

#include <unistd.h>
#include <string.h>
#include <memory.h>
#include <sys/types.h>
#define direct dirent
#include <dirent.h>
#include <fcntl.h>
#include <sys/syslog.h>
#include <sys/file.h>
#include <ustat.h>


/* Different names between BSD and SVR4 */

#define L_SET SEEK_SET
#define L_INCR SEEK_CUR
#define L_XTND SEEK_END

#define random lrand48

#define SIGSTOP SIGQUIT


/* For setitimer() emulation */

#define ITIMER_REAL 0

struct passwd *getpwent (void);
struct passwd *getpwuid (int uid);
struct passwd *getpwnam (char *name);
char *getenv (char *name);
long gethostid (void);
void *memmove (void *s,void *ct,size_t n);
char *strstr (char *cs,char *ct);
char *strerror (int n);
unsigned long strtoul (char *s,char **endp,int base);
typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (void *d1,void *d2);
int scandir (char *dirname,struct direct ***namelist,select_t select,
	     compar_t compar);
int alphasort (void *d1,void *d2);
void *malloc (size_t byteSize);
void free (void *ptr);
void *realloc (void *oldptr,size_t newsize);
int openlog (ident,logopt,facility);
int syslog (priority,message,parameters ...);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[��Sث�include/c-client/nl.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Newline routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */


/* Function prototypes */

unsigned long strcrlfcpy (unsigned char **dst,unsigned long *dstl,
			  unsigned char *src,unsigned long srcl);
unsigned long strcrlflen (STRING *s);
PK�"[�5-ұ�include/c-client/os_pyr.hnu�[���/* ========================================================================
 * Copyright 1988-2007 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Pyramid OSx 4.4c version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	30 January 2007
 */

#include <strings.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


char *strtok (char *s,char *ct);
char *strtok_r (char *s,char *ct,char **r);
char *strstr (char *cs,char *ct);
char *strpbrk (char *cs,char *ct);
char *strerror (int n);
void *memmove (void *s,void *ct,size_t n);
void *memset (void *s,int c,size_t n);
void *malloc (size_t byteSize);
void free (void *ptr);
void *realloc (void *oldptr,size_t newsize);

int errno;

#define memcpy memmove
#define strchr index
#define strrchr rindex

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[_�

include/c-client/misc.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Miscellaneous utility routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	5 July 1988
 * Last Edited:	30 August 2006
 *
 * This original version of this file is
 * Copyright 1988 Stanford University
 * and was developed in the Symbolic Systems Resources Group of the Knowledge
 * Systems Laboratory at Stanford University in 1987-88, and was funded by the
 * Biomedical Research Technology Program of the NationalInstitutes of Health
 * under grant number RR-00785.
 */

/* Hash table operations */

#define HASHMULT 29		/* hash polynomial multiplier */

#define HASHENT struct hash_entry

HASHENT {
  HASHENT *next;		/* next entry with same hash code */
  char *name;			/* name of this hash entry */
  void *data[1];		/* data of this hash entry */
};


#define HASHTAB struct hash_table

HASHTAB {
  size_t size;			/* size of this table */
  HASHENT *table[1];		/* table */
};


/* KLUDGE ALERT!!!
 *
 * Yes, write() is overridden here instead of in osdep.  This
 * is because misc.h is one of the last files that most things #include, so
 * this should avoid problems with some system #include file.
 */

#define write safe_write


/* Some C compilers have these as macros */

#undef min
#undef max


/* And some C libraries have these as int functions */

#define min Min
#define max Max


/* Compatibility definitions */

#define pmatch(s,pat) \
  pmatch_full (s,pat,NIL)

/* Function prototypes */

unsigned char *ucase (unsigned char *string);
unsigned char *lcase (unsigned char *string);
char *cpystr (const char *string);
char *cpytxt (SIZEDTEXT *dst,char *text,unsigned long size);
char *textcpy (SIZEDTEXT *dst,SIZEDTEXT *src);
char *textcpystring (SIZEDTEXT *text,STRING *bs);
char *textcpyoffstring (SIZEDTEXT *text,STRING *bs,unsigned long offset,
			unsigned long size);
unsigned long find_rightmost_bit (unsigned long *valptr);
long min (long i,long j);
long max (long i,long j);
long search (unsigned char *base,long basec,unsigned char *pat,long patc);
long ssearch (unsigned char *base,long basec,unsigned char *pat,long patc);
HASHTAB *hash_create (size_t size);
void hash_destroy (HASHTAB **hashtab);
void hash_reset (HASHTAB *hashtab);
unsigned long hash_index (HASHTAB *hashtab,char *key);
void **hash_lookup (HASHTAB *hashtab,char *key);
HASHENT *hash_add (HASHTAB *hashtab,char *key,void *data,long extra);
void **hash_lookup_and_add (HASHTAB *hashtab,char *key,void *data,long extra);
unsigned char hex2byte (unsigned char c1,unsigned char c2);
int compare_ulong (unsigned long l1,unsigned long l2);
int compare_uchar (unsigned char c1,unsigned char c2);
int compare_cstring (unsigned char *s1,unsigned char *s2);
int compare_csizedtext (unsigned char *s1,SIZEDTEXT *s2);
PK�"[f/��include/c-client/os_sc5.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- SCO Unix version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	20 December 2006
 */

#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <utime.h>
#include <dirent.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>

/* SCO gets this wrong */

#define setpgrp Setpgrp
int Setpgrp (int pid,int gid);

#define rename Rename


/* Different names, equivalent things in BSD and SysV */

#define L_SET SEEK_SET
#define L_INCR SEEK_CUR
#define L_XTND SEEK_END

#define direct dirent

#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);


long gethostid (void);
typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (void *d1,void *d2);
int scandir (char *dirname,struct direct ***namelist,select_t select,
	     compar_t compar);
int alphasort (void *d1,void *d2);
int fsync (int fd);


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"["o���include/c-client/os_isc.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- ISC version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 April 1992
 * Last Edited:	15 September 2006
 */

#include <string.h>
#include <sys/types.h>
#include <sys/bsdtypes.h>
#include <stdlib.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


/* Different names, equivalent things in BSD and SysV */

/* L_SET is defined for some strange reason in <sys/file.h> on SVR4. */
#ifndef L_SET
#define L_SET SEEK_SET
#endif
#define L_INCR SEEK_CUR
#define L_XTND SEEK_END

#define direct dirent

#define ftruncate chsize
#define random lrand48

long gethostid (void);
void *memmove (void *s,void *ct,size_t n);
typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (void *d1,void *d2);
int scandir (char *dirname,struct direct ***namelist,select_t select,
	     compar_t compar);
int alphasort (void *d1,void *d2);


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[��O@ppinclude/c-client/os_shp.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- HP/UX version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	20 December 2006
 */

#include <string.h>

#include <sys/types.h>
#include <stdlib.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <utime.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


#define direct dirent
#define random lrand48


/* Many versions of SysV get this wrong */

#define setpgrp(a,b) Setpgrp(a,b)
int Setpgrp (int pid,int gid);


#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

long gethostid (void);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[H_�U��include/c-client/fs.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Free storage management routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */


/* Function prototypes */

void *fs_get (size_t size);
void fs_resize (void **block,size_t size);
void fs_give (void **block);
PK�"[/0�<��include/c-client/os_drs.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- ICL DRS/NX version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	15 September 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <time.h>		/* for struct tm */
#include <dirent.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


#define random rand
#define direct dirent


long gethostid (void);
typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (void *d1,void *d2);
int scandir (char *dirname,struct direct ***namelist,select_t select,
	     compar_t compar);
int alphasort (void *d1,void *d2);


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[Lgminclude/c-client/os_osx.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Mac OS X version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	26 October 2007
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


/* Mac OS X gets this wrong as of Leopard */

#define setpgrp setpgid


#define unix 1

/* Mac OS X security framework also has checkpw, and this causes
 * multiple-definition problems when building Alpine.
 */

#define checkpw Checkpw

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[h�I��include/c-client/os_lnx.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Linux version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 September 1993
 * Last Edited:	30 August 2006
 */

/*
 *** These lines are claimed to be necessary to build on Debian Linux on an
 *** Alpha.
 */

#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 1
#endif /* _XOPEN_SOURCE */
#ifndef _BSD_SOURCE
#define _BSD_SOURCE 1
#endif /* _BSD_SOURCE */

/* end Debian Linux on Alpha strangeness */

#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <dirent.h>
#include <time.h>		/* for struct tm */
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


/* Linux gets this wrong */

#define setpgrp setpgid

#define direct dirent

#define flock safe_flock


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[�T�include/c-client/linkage.hnu�[���extern DRIVER mboxdriver;
extern DRIVER imapdriver;
extern DRIVER nntpdriver;
extern DRIVER pop3driver;
extern DRIVER mixdriver;
extern DRIVER mxdriver;
extern DRIVER mbxdriver;
extern DRIVER tenexdriver;
extern DRIVER mtxdriver;
extern DRIVER mhdriver;
extern DRIVER mmdfdriver;
extern DRIVER unixdriver;
extern DRIVER newsdriver;
extern DRIVER philedriver;
extern DRIVER dummydriver;
extern AUTHENTICATOR auth_gss;
extern AUTHENTICATOR auth_ext;
extern AUTHENTICATOR auth_md5;
extern AUTHENTICATOR auth_pla;
extern AUTHENTICATOR auth_log;
PK�"[�R���include/c-client/c-client.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	c-client master include for application programs
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	19 May 2000
 * Last Edited:	6 December 2006
 */

#ifndef __CCLIENT_H		/* nobody should include this twice... */
#define __CCLIENT_H

#ifdef __cplusplus		/* help out people who use C++ compilers */
extern "C" {
  /* If you use gcc, you may also have to use -fno-operator-names */
#define private cclientPrivate	/* private to c-client */
#define and cclientAnd		/* C99 doesn't realize that ISO 646 is dead */
#define or cclientOr
#define not cclientNot
#endif

#include "mail.h"		/* primary interfaces */
#include "osdep.h"		/* OS-dependent routines */
#include "rfc822.h"		/* RFC822 and MIME routines */
#include "smtp.h"		/* SMTP sending routines */
#include "nntp.h"		/* NNTP sending routines */
#include "utf8.h"		/* Unicode and charset routines */
#include "utf8aux.h"		/* Unicode auxillary routines */
#include "misc.h"		/* miscellaneous utility routines */

#ifdef __cplusplus		/* undo the C++ mischief */
#undef private
}
#endif

#endif
PK�"[����RRinclude/c-client/nntp.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Network News Transfer Protocol (NNTP) routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 February 1992
 * Last Edited:	30 August 2006
 */

/* Constants (should be in nntp.c) */

#define NNTPTCPPORT (long) 119	/* assigned TCP contact port */


/* NNTP open options
 * For compatibility with the past, NOP_DEBUG must always be 1.
 */

#define NOP_DEBUG (long) 0x1	/* debug protocol negotiations */
#define NOP_READONLY (long) 0x2	/* read-only open */
#define NOP_TRYSSL (long) 0x4	/* try SSL first */
				/* reserved for application use */
#define NOP_RESERVED (unsigned long) 0xff000000


/* Compatibility support names */

#define nntp_open(hostlist,options) \
  nntp_open_full (NIL,hostlist,"nntp",NIL,options)


/* Function prototypes */

SENDSTREAM *nntp_open_full (NETDRIVER *dv,char **hostlist,char *service,
			    unsigned long port,long options);
SENDSTREAM *nntp_close (SENDSTREAM *stream);
long nntp_mail (SENDSTREAM *stream,ENVELOPE *msg,BODY *body);
PK�"[�]�3��include/c-client/env.hnu�[���/* ========================================================================
 * Copyright 1988-2008 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Environment routines
 *
 * Author:	Mark Crispin
 *		UW Technology
 *		University of Washington
 *		Seattle, WA  98195
 *		Internet: MRC@Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	13 February 2008
 */

/* Function prototypes */

long pmatch_full (unsigned char *s,unsigned char *pat,unsigned char delim);
long dmatch (unsigned char *s,unsigned char *pat,unsigned char delim);
void *env_parameters (long function,void *value);
void rfc822_date (char *date);
void rfc822_timezone (char *s,void *t);
void internal_date (char *date);
long server_input_wait (long seconds);
void server_init (char *server,char *service,char *sasl,
		  void *clkint,void *kodint,void *hupint,void *trmint,
		  void *staint);
long server_login (char *user,char *pass,char *authuser,int argc,char *argv[]);
long authserver_login (char *user,char *authuser,int argc,char *argv[]);
long anonymous_login (int argc,char *argv[]);
char *mylocalhost (void);
char *myhomedir (void);
char *mailboxfile (char *dst,char *name);
MAILSTREAM *default_proto (long type);
PK�"[\@����include/c-client/newsrc.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Newsrc manipulation routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	12 September 1994
 * Last Edited:	30 August 2006
 */


/* Function prototypes */

long newsrc_error (char *fmt,char *text,long errflg);
long newsrc_write_error (char *name,FILE *f1,FILE *f2);
FILE *newsrc_create (MAILSTREAM *stream,int notify);
long newsrc_newstate (FILE *f,char *group,char state,char *nl);
long newsrc_newmessages (FILE *f,MAILSTREAM *stream,char *nl);
void newsrc_lsub (MAILSTREAM *stream,char *pattern);
long newsrc_update (MAILSTREAM *stream,char *group,char state);
long newsrc_read (char *group,MAILSTREAM *stream);
long newsrc_write (char *group,MAILSTREAM *stream);
char *newsrc_state (MAILSTREAM *stream,char *group);
void newsrc_check_uid (unsigned char *state,unsigned long uid,
		       unsigned long *recent,unsigned long *unseen);
PK�"[�ֵ
��include/c-client/os_s40.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- SUN-OS 4.0 version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	30 August 2006
 */

void *malloc (size_t byteSize);
void free (void *ptr);
void *realloc (void *oldptr,size_t newsize);

#include "os_sun.h"		/* now use regular SUN-OS file */
PK�"[)�˱55include/c-client/os_bsf.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- FreeBSD version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	5 March 1993
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


#define direct dirent


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[��}��include/c-client/os_a41.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- AIX on RS6000
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <time.h>		/* for struct tm */
#include <dirent.h>
#include <fcntl.h>
#include <utime.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[(q�FFinclude/c-client/pseudo.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Pseudo Header Strings
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	26 September 1996
 * Last Edited:	30 August 2006
 */


extern char *pseudo_from,*pseudo_name,*pseudo_subject,*pseudo_msg;
PK�"[�J*�77include/c-client/unix.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	UNIX mail routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	20 December 1989
 * Last Edited:	30 August 2006
 */


/*				DEDICATION
 *
 *  This file is dedicated to my dog, Unix, also known as Yun-chan and
 * Unix J. Terwilliker Jehosophat Aloysius Monstrosity Animal Beast.  Unix
 * passed away at the age of 11 1/2 on September 14, 1996, 12:18 PM PDT, after
 * a two-month bout with cirrhosis of the liver.
 *
 *  He was a dear friend, and I miss him terribly.
 *
 *  Lift a leg, Yunie.  Luv ya forever!!!!
 */

/* Validate line
 * Accepts: pointer to candidate string to validate as a From header
 *	    return pointer to end of date/time field
 *	    return pointer to offset from t of time (hours of ``mmm dd hh:mm'')
 *	    return pointer to offset from t of time zone (if non-zero)
 * Returns: t,ti,zn set if valid From string, else ti is NIL
 */

#define VALID(s,x,ti,zn) {						\
  ti = 0;								\
  if ((*s == 'F') && (s[1] == 'r') && (s[2] == 'o') && (s[3] == 'm') &&	\
      (s[4] == ' ')) {							\
    for (x = s + 5; *x && *x != '\012'; x++);				\
    if (*x) {								\
      if (x[-1] == '\015') --x;						\
      if (x - s >= 41) {						\
	for (zn = -1; x[zn] != ' '; zn--);				\
	if ((x[zn-1] == 'm') && (x[zn-2] == 'o') && (x[zn-3] == 'r') &&	\
	    (x[zn-4] == 'f') && (x[zn-5] == ' ') && (x[zn-6] == 'e') &&	\
	    (x[zn-7] == 't') && (x[zn-8] == 'o') && (x[zn-9] == 'm') &&	\
	    (x[zn-10] == 'e') && (x[zn-11] == 'r') && (x[zn-12] == ' '))\
	  x += zn - 12;							\
      }									\
      if (x - s >= 27) {						\
	if (x[-5] == ' ') {						\
	  if (x[-8] == ':') zn = 0,ti = -5;				\
	  else if (x[-9] == ' ') ti = zn = -9;				\
	  else if ((x[-11] == ' ') && ((x[-10]=='+') || (x[-10]=='-')))	\
	    ti = zn = -11;						\
	}								\
	else if (x[-4] == ' ') {					\
	  if (x[-9] == ' ') zn = -4,ti = -9;				\
	}								\
	else if (x[-6] == ' ') {					\
	  if ((x[-11] == ' ') && ((x[-5] == '+') || (x[-5] == '-')))	\
	    zn = -6,ti = -11;						\
	}								\
	if (ti && !((x[ti - 3] == ':') &&				\
		    (x[ti -= ((x[ti - 6] == ':') ? 9 : 6)] == ' ') &&	\
		    (x[ti - 3] == ' ') && (x[ti - 7] == ' ') &&		\
		    (x[ti - 11] == ' '))) ti = 0;			\
      }									\
    }									\
  }									\
}

/* You are not expected to understand this macro, but read the next page if
 * you are not faint of heart.
 *
 * Known formats to the VALID macro are:
 *		From user Wed Dec  2 05:53 1992
 * BSD		From user Wed Dec  2 05:53:22 1992
 * SysV		From user Wed Dec  2 05:53 PST 1992
 * rn		From user Wed Dec  2 05:53:22 PST 1992
 *		From user Wed Dec  2 05:53 -0700 1992
 * emacs	From user Wed Dec  2 05:53:22 -0700 1992
 *		From user Wed Dec  2 05:53 1992 PST
 *		From user Wed Dec  2 05:53:22 1992 PST
 *		From user Wed Dec  2 05:53 1992 -0700
 * Solaris	From user Wed Dec  2 05:53:22 1992 -0700
 *
 * Plus all of the above with `` remote from xxx'' after it. Thank you very
 * much, smail and Solaris, for making my life considerably more complicated.
 */

/*
 * What?  You want to understand the VALID macro anyway?  Alright, since you
 * insist.  Actually, it isn't really all that difficult, provided that you
 * take it step by step.
 *
 * Line 1	Initializes the return ti value to failure (0);
 * Lines 2-3	Validates that the 1st-5th characters are ``From ''.
 * Lines 4-6	Validates that there is an end of line and points x at it.
 * Lines 7-14	First checks to see if the line is at least 41 characters long.
 *		If so, it scans backwards to find the rightmost space.  From
 *		that point, it scans backwards to see if the string matches
 *		`` remote from''.  If so, it sets x to point to the space at
 *		the start of the string.
 * Line 15	Makes sure that there are at least 27 characters in the line.
 * Lines 16-21	Checks if the date/time ends with the year (there is a space
 *		five characters back).  If there is a colon three characters
 *		further back, there is no timezone field, so zn is set to 0
 *		and ti is set in front of the year.  Otherwise, there must
 *		either to be a space four characters back for a three-letter
 *		timezone, or a space six characters back followed by a + or -
 *		for a numeric timezone; in either case, zn and ti become the
 *		offset of the space immediately before it.
 * Lines 22-24	Are the failure case for line 14.  If there is a space four
 *		characters back, it is a three-letter timezone; there must be a
 *		space for the year nine characters back.  zn is the zone
 *		offset; ti is the offset of the space.
 * Lines 25-28	Are the failure case for line 20.  If there is a space six
 *		characters back, it is a numeric timezone; there must be a
 *		space eleven characters back and a + or - five characters back.
 *		zn is the zone offset; ti is the offset of the space.
 * Line 29-32	If ti is valid, make sure that the string before ti is of the
 *		form www mmm dd hh:mm or www mmm dd hh:mm:ss, otherwise
 *		invalidate ti.  There must be a colon three characters back
 *		and a space six or nine	characters back (depending upon
 *		whether or not the character six characters back is a colon).
 *		There must be a space three characters further back (in front
 *		of the day), one seven characters back (in front of the month),
 *		and one eleven characters back (in front of the day of week).
 *		ti is set to be the offset of the space before the time.
 *
 * Why a macro?  It gets invoked a *lot* in a tight loop.  On some of the
 * newer pipelined machines it is faster being open-coded than it would be if
 * subroutines are called.
 *
 * Why does it scan backwards from the end of the line, instead of doing the
 * much easier forward scan?  There is no deterministic way to parse the
 * ``user'' field, because it may contain unquoted spaces!  Yes, I tested it to
 * see if unquoted spaces were possible.  They are, and I've encountered enough
 * evil mail to be totally unwilling to trust that ``it will never happen''.
 */

/* Build parameters */

#define KODRETRY 15		/* kiss-of-death retry in seconds */
#define LOCKTIMEOUT 5		/* lock timeout in minutes */
PK�"[IuvK��include/c-client/netmsg.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Network message (SMTP/NNTP/POP2/POP3) routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	8 June 1995
 * Last Edited:	30 August 2006
 */


				/* stream must be void* for use as readfn_t */
long netmsg_read (void *stream,unsigned long count,char *buffer);
FILE *netmsg_slurp (NETSTREAM *stream,unsigned long *size,unsigned long *hsiz);
PK�"[��O@ppinclude/c-client/os_hpp.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- HP/UX version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	20 December 2006
 */

#include <string.h>

#include <sys/types.h>
#include <stdlib.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <utime.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


#define direct dirent
#define random lrand48


/* Many versions of SysV get this wrong */

#define setpgrp(a,b) Setpgrp(a,b)
int Setpgrp (int pid,int gid);


#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

long gethostid (void);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[�Mx��include/c-client/os_dyn.hnu�[���/* ========================================================================
 * Copyright 1988-2007 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Dynix version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	30 January 2007
 */

#include <strings.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


typedef unsigned long size_t;

char *strtok (char *s,char *ct);
char *strtok_r (char *s,char *ct,char **r);
char *strstr (char *cs,char *ct);
char *strpbrk (char *cs,char *ct);
char *strerror (int n);
void *memmove (void *s,void *ct,size_t n);
void *memset (void *s,int c,size_t n);
unsigned long strtoul (char *s,char **endp,int base);
void *malloc (size_t byteSize);
void free (void *ptr);
void *realloc (void *oldptr,size_t newsize);

int errno;

#define memcpy memmove
#define strchr index
#define strrchr rindex

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[`��w--include/c-client/rfc822.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	RFC 2822 and MIME routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	27 July 1988
 * Last Edited:	30 August 2006
 *
 * This original version of this file is
 * Copyright 1988 Stanford University
 * and was developed in the Symbolic Systems Resources Group of the Knowledge
 * Systems Laboratory at Stanford University in 1987-88, and was funded by the
 * Biomedical Research Technology Program of the NationalInstitutes of Health
 * under grant number RR-00785.
 */

#define MAXGROUPDEPTH 50	/* RFC [2]822 doesn't allow any group nesting */
#define MAXMIMEDEPTH 50		/* more than any sane MIMEgram */

/* Output buffering for RFC [2]822 */

typedef long (*soutr_t) (void *stream,char *string);
typedef long (*rfc822out_t) (char *tmp,ENVELOPE *env,BODY *body,soutr_t f,
			     void *s,long ok8bit);

typedef struct rfc822buffer {
  soutr_t f;			/* I/O flush routine */
  void *s;			/* stream for I/O routine */
  char *beg;			/* start of buffer */
  char *cur;			/* current buffer pointer */
  char *end;			/* end of buffer */
} RFC822BUFFER;

typedef long (*rfc822outfull_t) (RFC822BUFFER *buf,ENVELOPE *env,BODY *body,
				 long ok8bit);

/* Function prototypes */

char *rfc822_default_subtype (unsigned short type);
void rfc822_parse_msg_full (ENVELOPE **en,BODY **bdy,char *s,unsigned long i,
			    STRING *bs,char *host,unsigned long depth,
			    unsigned long flags);
void rfc822_parse_content (BODY *body,STRING *bs,char *h,unsigned long depth,
			   unsigned long flags);
void rfc822_parse_content_header (BODY *body,char *name,char *s);
void rfc822_parse_parameter (PARAMETER **par,char *text);
void rfc822_parse_adrlist (ADDRESS **lst,char *string,char *host);
ADDRESS *rfc822_parse_address (ADDRESS **lst,ADDRESS *last,char **string,
			       char *defaulthost,unsigned long depth);
ADDRESS *rfc822_parse_group (ADDRESS **lst,ADDRESS *last,char **string,
			     char *defaulthost,unsigned long depth);
ADDRESS *rfc822_parse_mailbox (char **string,char *defaulthost);
long rfc822_phraseonly (char *end);
ADDRESS *rfc822_parse_routeaddr (char *string,char **ret,char *defaulthost);
ADDRESS *rfc822_parse_addrspec (char *string,char **ret,char *defaulthost);
char *rfc822_parse_domain (char *string,char **end);
char *rfc822_parse_phrase (char *string);
char *rfc822_parse_word (char *string,const char *delimiters);
char *rfc822_cpy (char *src);
char *rfc822_quote (char *src);
ADDRESS *rfc822_cpy_adr (ADDRESS *adr);
void rfc822_skipws (char **s);
char *rfc822_skip_comment (char **s,long trim);

long rfc822_output_full (RFC822BUFFER *buf,ENVELOPE *env,BODY *body,long ok8);
long rfc822_output_flush (RFC822BUFFER *buf);
long rfc822_output_header (RFC822BUFFER *buf,ENVELOPE *env,BODY *body,
			   const char *specials,long flags);
long rfc822_output_header_line (RFC822BUFFER *buf,char *type,long resent,
				char *text);
long rfc822_output_address_line (RFC822BUFFER *buf,char *type,long resent,
				 ADDRESS *adr,const char *specials);
long rfc822_output_address_list (RFC822BUFFER *buf,ADDRESS *adr,long pretty,
				 const char *specials);
long rfc822_output_address (RFC822BUFFER *buf,ADDRESS *adr);
long rfc822_output_cat (RFC822BUFFER *buf,char *src,const char *specials);
long rfc822_output_parameter (RFC822BUFFER *buf,PARAMETER *param);
long rfc822_output_stringlist (RFC822BUFFER *buf,STRINGLIST *stl);
long rfc822_output_body_header (RFC822BUFFER *buf,BODY *body);
void rfc822_encode_body_7bit (ENVELOPE *env,BODY *body);
void rfc822_encode_body_8bit (ENVELOPE *env,BODY *body);
long rfc822_output_text (RFC822BUFFER *buf,BODY *body);
void *rfc822_base64 (unsigned char *src,unsigned long srcl,unsigned long *len);
unsigned char *rfc822_binary (void *src,unsigned long srcl,unsigned long *len);
unsigned char *rfc822_qprint (unsigned char *src,unsigned long srcl,
			      unsigned long *len);
unsigned char *rfc822_8bit (unsigned char *src,unsigned long srcl,
			    unsigned long *len);

/* Legacy routines for compatibility with the past */

void rfc822_header (char *header,ENVELOPE *env,BODY *body);
void rfc822_header_line (char **header,char *type,ENVELOPE *env,char *text);
void rfc822_address_line (char **header,char *type,ENVELOPE *env,ADDRESS *adr);
char *rfc822_write_address_full (char *dest,ADDRESS *adr,char *base);
void rfc822_address (char *dest,ADDRESS *adr);
void rfc822_cat (char *dest,char *src,const char *specials);
void rfc822_write_body_header (char **header,BODY *body);
long rfc822_output (char *t,ENVELOPE *env,BODY *body,soutr_t f,void *s,
		    long ok8bit);
long rfc822_output_body (BODY *body,soutr_t f,void *s);


#define rfc822_write_address(dest,adr) \
  rfc822_write_address_full (dest,adr,NIL)

#define rfc822_parse_msg(en,bdy,s,i,bs,host,flags) \
  rfc822_parse_msg_full (en,bdy,s,i,bs,host,0,flags)
PK�"[��K		include/c-client/sslio.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	SSL routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	7 February 2001
 * Last Edited:	30 August 2006
 */

/* SSL driver */

struct ssl_driver {		/* must parallel NETDRIVER in mail.h */
  SSLSTREAM *(*open) (char *host,char *service,unsigned long port);
  SSLSTREAM *(*aopen) (NETMBX *mb,char *service,char *usrbuf);
  char *(*getline) (SSLSTREAM *stream);
  long (*getbuffer) (SSLSTREAM *stream,unsigned long size,char *buffer);
  long (*soutr) (SSLSTREAM *stream,char *string);
  long (*sout) (SSLSTREAM *stream,char *string,unsigned long size);
  void (*close) (SSLSTREAM *stream);
  char *(*host) (SSLSTREAM *stream);
  char *(*remotehost) (SSLSTREAM *stream);
  unsigned long (*port) (SSLSTREAM *stream);
  char *(*localhost) (SSLSTREAM *stream);
};


/* SSL stdio stream */

typedef struct ssl_stdiostream {
  SSLSTREAM *sslstream;		/* SSL stream */
  int octr;			/* output counter */
  char *optr;			/* output pointer */
  char obuf[SSLBUFLEN];		/* output buffer */
} SSLSTDIOSTREAM;


/* Function prototypes */

SSLSTREAM *ssl_open (char *host,char *service,unsigned long port);
SSLSTREAM *ssl_aopen (NETMBX *mb,char *service,char *usrbuf);
char *ssl_getline (SSLSTREAM *stream);
long ssl_getbuffer (SSLSTREAM *stream,unsigned long size,char *buffer);
long ssl_getdata (SSLSTREAM *stream);
long ssl_soutr (SSLSTREAM *stream,char *string);
long ssl_sout (SSLSTREAM *stream,char *string,unsigned long size);
void ssl_close (SSLSTREAM *stream);
char *ssl_host (SSLSTREAM *stream);
char *ssl_remotehost (SSLSTREAM *stream);
unsigned long ssl_port (SSLSTREAM *stream);
char *ssl_localhost (SSLSTREAM *stream);
long ssl_server_input_wait (long seconds);
PK�"[h�I��include/c-client/os_slx.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Linux version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 September 1993
 * Last Edited:	30 August 2006
 */

/*
 *** These lines are claimed to be necessary to build on Debian Linux on an
 *** Alpha.
 */

#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 1
#endif /* _XOPEN_SOURCE */
#ifndef _BSD_SOURCE
#define _BSD_SOURCE 1
#endif /* _BSD_SOURCE */

/* end Debian Linux on Alpha strangeness */

#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <dirent.h>
#include <time.h>		/* for struct tm */
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


/* Linux gets this wrong */

#define setpgrp setpgid

#define direct dirent

#define flock safe_flock


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[�i����include/c-client/dummy.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Dummy routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	9 May 1991
 * Last Edited:	30 August 2006
 */

/* Exported function prototypes */

void dummy_scan (MAILSTREAM *stream,char *ref,char *pat,char *contents);
void dummy_list (MAILSTREAM *stream,char *ref,char *pat);
void dummy_lsub (MAILSTREAM *stream,char *ref,char *pat);
long scan_contents (DRIVER *dtb,char *name,char *contents,
		    unsigned long csiz,unsigned long fsiz);
long dummy_scan_contents (char *name,char *contents,unsigned long csiz,
			  unsigned long fsiz);
long dummy_create (MAILSTREAM *stream,char *mailbox);
long dummy_create_path (MAILSTREAM *stream,char *path,long dirmode);
long dummy_delete (MAILSTREAM *stream,char *mailbox);
long dummy_rename (MAILSTREAM *stream,char *old,char *newname);
char *dummy_file (char *dst,char *name);
long dummy_canonicalize (char *tmp,char *ref,char *pat);
PK�"[� �include/c-client/flstring.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	File string routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	15 April 1997
 * Last Edited:	30 August 2006
 */


extern STRINGDRIVER file_string;
PK�"[�Z{include/c-client/os_sco.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- SCO Unix version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	20 December 2006
 */

#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <utime.h>
#include <dirent.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>

/* SCO gets this wrong */

#define setpgrp Setpgrp
int Setpgrp (int pid,int gid);

#define rename Rename


/* Different names, equivalent things in BSD and SysV */

#define L_SET SEEK_SET
#define L_INCR SEEK_CUR
#define L_XTND SEEK_END

#define direct dirent

#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

#define ftruncate chsize
#define random rand


long gethostid (void);
typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (void *d1,void *d2);
int scandir (char *dirname,struct direct ***namelist,select_t select,
	     compar_t compar);
int alphasort (void *d1,void *d2);
int fsync (int fd);


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[!%�i��include/c-client/utf8aux.hnu�[���/* ========================================================================
 * Copyright 1988-2007 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	UTF-8 auxillary routines (c-client and MIME2 support)
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 June 1997
 * Last Edited:	9 October 2007
 */


/* Following routines are in utf8aux.c as these depend upon c-client.
 * Splitting these routines out makes it possible for pico to link with utf8.o
 * and a few rump routines (e.g., fs_get()) but not all the rest of c-client
 * (which pico does not need).
 */

void utf8_searchpgm (SEARCHPGM *pgm,char *charset);
long utf8_mime2text (SIZEDTEXT *src,SIZEDTEXT *dst,long flags);
unsigned char *mime2_token (unsigned char *s,unsigned char *se,
			    unsigned char **t);
unsigned char *mime2_text (unsigned char *s,unsigned char *se);
long mime2_decode (unsigned char *e,unsigned char *t,unsigned char *te,
		   SIZEDTEXT *txt);
unsigned char *utf8_to_mutf7 (unsigned char *src);
unsigned char *utf8_from_mutf7 (unsigned char *src);
PK�"[��?ccinclude/c-client/os_d-g.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- D-G version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include <sys/dir.h>
#include <time.h>		/* for struct tm */
#include <fcntl.h>
#define _USEC_UTIME_FLAVOR	/* break it for compatibility with */
#include <utime.h>		/*  the incompatible past */
#include <syslog.h>
#include <sys/file.h>


/* D-G gets this wrong */

#define setpgrp setpgrp2


#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[a��\	\	include/c-client/os_vu2.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- VAX Ultrix 2.3 version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	30 August 2006
 */

#include <memory.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <string.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


/* syslog() emulation */

#define LOG_MAIL	(2<<3)	/* mail system */
#define LOG_DAEMON	(3<<3)	/* system daemons */
#define LOG_AUTH	(4<<3)	/* security/authorization messages */
#define LOG_EMERG	0	/* system is unusable */
#define LOG_ALERT	1	/* action must be taken immediately */
#define LOG_CRIT	2	/* critical conditions */
#define LOG_ERR		3	/* error conditions */
#define LOG_WARNING	4	/* warning conditions */
#define LOG_NOTICE	5	/* normal but signification condition */
#define LOG_INFO	6	/* informational */
#define LOG_DEBUG	7	/* debug-level messages */
#define LOG_PID		0x01	/* log the pid with each message */
#define LOG_CONS	0x02	/* log on the console if errors in sending */
#define LOG_ODELAY	0x04	/* delay open until syslog() is called */
#define LOG_NDELAY	0x08	/* don't delay open */
#define LOG_NOWAIT	0x10	/* if forking to log on console, don't wait() */


#define isodigit(c)    (((unsigned)(c)>=060)&((unsigned)(c)<=067))
#define toint(c)       ((c)-'0')

extern int sys_nerr;
extern char *sys_errlist[];


char *getenv (char *name);
char *strstr (char *cs,char *ct);
char *strerror (int n);
void *memmove (void *s,void *ct,size_t n);
unsigned long strtoul (char *s,char **endp,int base);
void *malloc (size_t byteSize);
void free (void *ptr);
void *realloc (void *oldptr,size_t newsize);
u_long portable_inet_addr (char *hostname);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[�.aainclude/c-client/flockcyg.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	flock() emulation via fcntl() locking
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 April 2001
 * Last Edited:	30 August 2006
 */

/* Cygwin does not seem to have the design flaw in fcntl() locking that
 * most other systems do (see flocksim.c for details).  If some cretin
 * decides to implement that design flaw, then Cygwin will have to use
 * flocksim.  Also, we don't test NFS either
 */


#define flock flocksim		/* use ours instead of theirs */

#undef LOCK_SH
#define LOCK_SH 1		/* shared lock */
#undef LOCK_EX
#define LOCK_EX 2		/* exclusive lock */
#undef LOCK_NB
#define LOCK_NB 4		/* no blocking */
#undef LOCK_UN
#define LOCK_UN 8		/* unlock */


/* Function prototypes */

int flocksim (int fd,int operation);
PK�"[Z��2##include/c-client/os_bsi.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- BSDI BSD/386 version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	5 March 1993
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[yw��include/c-client/os_sun.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- SUN-OS version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	30 August 2006
 */

#include <sys/types.h>
#include <sys/dir.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


#define strstr Strstr		/* override system definition */

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"

char *Strstr (char *cs,char *ct);
char *strerror (int n);
unsigned long strtoul (char *s,char **endp,int base);
#define memcpy memmove
void *memmove (void *s,void *ct,size_t n);
void *memset (void *s,int c,size_t n);
PK�"[h����include/c-client/os_sos.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- OSF/Digital UNIX/Tru64
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include <time.h>		/* for struct tm */
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


/* OSF/1 gets this wrong */

#define setpgrp setpgid

#define direct dirent

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[<1ضbbinclude/c-client/os_aix.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- AIX version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


#define direct dirent

char *strerror (int n);
void *memmove (void *s,void *ct,size_t n);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[�76�99include/c-client/ftl.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Crash management routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */


/* Function prototypes */

void fatal (char *string);
PK�"[{$��bbinclude/c-client/os_cyg.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Cygwin version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */

#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <dirent.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>
#include <time.h>
#include <sys/time.h>

#define direct dirent


#define CYGKLUDGEOFFSET 1	/* don't write 1st byte of shared-lock files */

/* Cygwin gets this wrong */

#define setpgrp setpgid

#define SYSTEMUID 18		/* Cygwin returns this for SYSTEM */
#define geteuid Geteuid
uid_t Geteuid (void);

/* Now Cygwin has reportedly joined this madness.  Use ifndef in case it shares
   the SVR4 <sys/file.h> silliness too */
#ifndef L_SET
#define L_SET SEEK_SET
#endif
#ifndef L_INCR
#define L_INCR SEEK_CUR
#endif
#ifndef L_XTND
#define L_XTND SEEK_END
#endif


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flockcyg.h"
PK�"[h�I��include/c-client/osdep.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Linux version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 September 1993
 * Last Edited:	30 August 2006
 */

/*
 *** These lines are claimed to be necessary to build on Debian Linux on an
 *** Alpha.
 */

#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 1
#endif /* _XOPEN_SOURCE */
#ifndef _BSD_SOURCE
#define _BSD_SOURCE 1
#endif /* _BSD_SOURCE */

/* end Debian Linux on Alpha strangeness */

#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <dirent.h>
#include <time.h>		/* for struct tm */
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


/* Linux gets this wrong */

#define setpgrp setpgid

#define direct dirent

#define flock safe_flock


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[!��P��include/c-client/os_nxt.hnu�[���/* ========================================================================
 * Copyright 1988-2007 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- NeXT version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 January 2007
 */

#include <libc.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>

/* Use ours instead of theirs */

#define strtok STRTOK
#define strtok_r STRTOK_R

char *strtok (char *s,char *ct);
char *strtok_r (char *s,char *ct,char **r);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[���f""include/c-client/os_lyn.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- LynxOS version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	5 March 1993
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>

#define gethostid clock


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[����include/c-client/os_soln.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Solaris version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	20 December 2006
 */

#include <string.h>

#include <sys/types.h>
#include <stdlib.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <utime.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


/* Many versions of SysV get this wrong */

#define setpgrp(a,b) Setpgrp(a,b)
int Setpgrp (int pid,int gid);


/* Different names, equivalent things in BSD and SysV */

/* L_SET is defined for some strange reason in <sys/file.h> on SVR4. */
#ifndef L_SET
#define L_SET SEEK_SET
#endif
#ifndef L_INCR
#define L_INCR SEEK_CUR
#endif
#ifndef L_XTND
#define L_XTND SEEK_END
#endif

#define direct dirent
#define random lrand48

#define scandir Scandir
#define alphasort Alphasort

#define getpass getpassphrase


#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

long gethostid (void);
typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (const void *d1,const void *d2);
int scandir (char *dirname,struct direct ***namelist,select_t select,
	     compar_t compar);
int alphasort (void *d1,void *d2);


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[�w�88include/c-client/mail.hnu�[���/* ========================================================================
 * Copyright 1988-2008 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Mailbox Access routines
 *
 * Author:	Mark Crispin
 *		UW Technology
 *		University of Washington
 *		Seattle, WA  98195
 *		Internet: MRC@Washington.EDU
 *
 * Date:	22 November 1989
 * Last Edited:	22 July 2011
 */

/* The Version */

#define CCLIENTVERSION "2007f"

/* Build parameters */

#define CACHEINCREMENT 250	/* cache growth increments */
#define MAILTMPLEN 1024		/* size of a temporary buffer */
#define SENDBUFLEN 16385	/* size of temporary sending buffer, also
				 * used for SMTP commands and NETMBX generation
				 * buffer so shouldn't be made smaller than
				 * MAILTMPLEN.  Note that there's a guard byte,
				 * so this is actually len+1. */
#define MAXAUTHENTICATORS 8	/* maximum number of SASL authenticators */
				/* maximum number of messages */
#define MAXMESSAGES (unsigned long) 1000000
#define MAXLOGINTRIALS 3	/* maximum number of client login attempts */
#define MAXWILDCARDS 10		/* maximum wildcards allowed in LIST/LSUB */


/* These can't be changed without changing code */

#define NUSERFLAGS 30		/* maximum number of user flags */
#define MAXUSERFLAG 50		/* maximum length of a user flag */
#define BASEYEAR 1970		/* the year time began on Unix DON'T CHANGE */
				/* default for unqualified addresses */
#define BADHOST ".MISSING-HOST-NAME."
				/* default for syntax errors in addresses */
#define ERRHOST ".SYNTAX-ERROR."


/* Coddle certain compilers' 6-character symbol limitation */

#ifdef __COMPILER_KCC__
#include "shortsym.h"
#endif


/* Function status code */

#define NIL 0			/* convenient name */
#define T 1			/* opposite of NIL */
#define LONGT (long) 1		/* long T to pacify some compilers */
#define VOIDT (void *) ""	/* void T ditto */

/* Global and Driver Parameters */

	/* 0xx: driver and authenticator flags */
#define ENABLE_DRIVER (long) 1
#define DISABLE_DRIVER (long) 2
#define ENABLE_AUTHENTICATOR (long) 3
#define DISABLE_AUTHENTICATOR (long) 4
#define ENABLE_DEBUG (long) 5
#define DISABLE_DEBUG (long) 6
#define HIDE_AUTHENTICATOR (long) 7
#define UNHIDE_AUTHENTICATOR (long) 8
	/* 1xx: c-client globals */
#define GET_DRIVERS (long) 101
#define SET_DRIVERS (long) 102
#define GET_GETS (long) 103
#define SET_GETS (long) 104
#define GET_CACHE (long) 105
#define SET_CACHE (long) 106
#define GET_SMTPVERBOSE (long) 107
#define SET_SMTPVERBOSE (long) 108
#define GET_RFC822OUTPUT (long) 109
#define SET_RFC822OUTPUT (long) 110
#define GET_READPROGRESS (long) 111
#define SET_READPROGRESS (long) 112
#define GET_THREADERS (long) 113
#define SET_THREADERS (long) 114
#define GET_NAMESPACE (long) 115
#define SET_NAMESPACE (long) 116
#define GET_MAILPROXYCOPY (long) 117
#define SET_MAILPROXYCOPY (long) 118
#define GET_SERVICENAME (long) 119
#define SET_SERVICENAME (long) 120
#define GET_DRIVER (long) 121
#define SET_DRIVER (long) 122
#define GET_EXPUNGEATPING (long) 123
#define SET_EXPUNGEATPING (long) 124
#define GET_PARSEPHRASE (long) 125
#define SET_PARSEPHRASE (long) 126
#define GET_SSLDRIVER (long) 127
#define SET_SSLDRIVER (long) 128
#define GET_TRYSSLFIRST (long) 129
#define SET_TRYSSLFIRST (long) 130
#define GET_BLOCKNOTIFY (long) 131
#define SET_BLOCKNOTIFY (long) 132
#define GET_SORTRESULTS (long) 133
#define SET_SORTRESULTS (long) 134
#define GET_THREADRESULTS (long) 135
#define SET_THREADRESULTS (long) 136
#define GET_PARSELINE (long) 137
#define SET_PARSELINE (long) 138
#define GET_NEWSRCQUERY (long) 139
#define SET_NEWSRCQUERY (long) 140
#define GET_FREEENVELOPESPAREP (long) 141
#define SET_FREEENVELOPESPAREP (long) 142
#define GET_FREEELTSPAREP (long) 143
#define SET_FREEELTSPAREP (long) 144
#define GET_SSLSTART (long) 145
#define SET_SSLSTART (long) 146
#define GET_DEBUGSENSITIVE (long) 147
#define SET_DEBUGSENSITIVE (long) 148
#define GET_TCPDEBUG (long) 149
#define SET_TCPDEBUG (long) 150
#define GET_FREESTREAMSPAREP (long) 151
#define SET_FREESTREAMSPAREP (long) 152
#define GET_FREEBODYSPAREP (long) 153
#define SET_FREEBODYSPAREP (long) 154
#define GET_COPYUID (long) 155
#define SET_COPYUID (long) 156
#define GET_APPENDUID (long) 157
#define SET_APPENDUID (long) 158
#define GET_RFC822OUTPUTFULL (long) 159
#define SET_RFC822OUTPUTFULL (long) 160
#define GET_BLOCKENVINIT (long) 161
#define SET_BLOCKENVINIT (long) 162

	/* 2xx: environment */
#define GET_USERNAME (long) 201
#define SET_USERNAME (long) 202
#define GET_HOMEDIR (long) 203
#define SET_HOMEDIR (long) 204
#define GET_LOCALHOST (long) 205
#define SET_LOCALHOST (long) 206
#define GET_SYSINBOX (long) 207
#define SET_SYSINBOX (long) 208
#define GET_USERPROMPT (long) 209
#define SET_USERPROMPT (long) 210
#define GET_DISABLEPLAINTEXT (long) 211
#define SET_DISABLEPLAINTEXT (long) 212
#define GET_CHROOTSERVER (long) 213
#define SET_CHROOTSERVER (long) 214
#define GET_ADVERTISETHEWORLD (long) 215
#define SET_ADVERTISETHEWORLD (long) 216
#define GET_DISABLEAUTOSHAREDNS (long) 217
#define SET_DISABLEAUTOSHAREDNS (long) 218
#define GET_MAILSUBDIR 219
#define SET_MAILSUBDIR 220
#define GET_DISABLE822TZTEXT 221
#define SET_DISABLE822TZTEXT 222
#define GET_LIMITEDADVERTISE (long) 223
#define SET_LIMITEDADVERTISE (long) 224
#define GET_LOGOUTHOOK (long) 225
#define SET_LOGOUTHOOK (long) 226
#define GET_LOGOUTDATA (long) 227
#define SET_LOGOUTDATA (long) 228
#define GET_EXTERNALAUTHID (long) 229
#define SET_EXTERNALAUTHID (long) 230
#define GET_SSLCAPATH (long) 231
#define SET_SSLCAPATH (long) 232

	/* 3xx: TCP/IP */
#define GET_OPENTIMEOUT (long) 300
#define SET_OPENTIMEOUT (long) 301
#define GET_READTIMEOUT (long) 302
#define SET_READTIMEOUT (long) 303
#define GET_WRITETIMEOUT (long) 304
#define SET_WRITETIMEOUT (long) 305
#define GET_CLOSETIMEOUT (long) 306
#define SET_CLOSETIMEOUT (long) 307
#define GET_TIMEOUT (long) 308
#define SET_TIMEOUT (long) 309
#define GET_RSHTIMEOUT (long) 310
#define SET_RSHTIMEOUT (long) 311
#define GET_ALLOWREVERSEDNS (long) 312
#define SET_ALLOWREVERSEDNS (long) 313
#define GET_RSHCOMMAND (long) 314
#define SET_RSHCOMMAND (long) 315
#define GET_RSHPATH (long) 316
#define SET_RSHPATH (long) 317
#define GET_SSHTIMEOUT (long) 318
#define SET_SSHTIMEOUT (long) 319
#define GET_SSHCOMMAND (long) 320
#define SET_SSHCOMMAND (long) 321
#define GET_SSHPATH (long) 322
#define SET_SSHPATH (long) 323
#define GET_SSLCERTIFICATEQUERY (long) 324
#define SET_SSLCERTIFICATEQUERY (long) 325
#define GET_SSLFAILURE (long) 326
#define SET_SSLFAILURE (long) 327
#define GET_NEWSRCCANONHOST (long) 328
#define SET_NEWSRCCANONHOST (long) 329
#define GET_KINIT (long) 330
#define SET_KINIT (long) 331
#define GET_SSLCLIENTCERT (long) 332
#define SET_SSLCLIENTCERT (long) 333
#define GET_SSLCLIENTKEY (long) 334
#define SET_SSLCLIENTKEY (long) 335
#define GET_KERBEROS_CP_SVR_NAME (long) 336
#define SET_KERBEROS_CP_SVR_NAME (long) 337

	/* 4xx: network drivers */
#define GET_MAXLOGINTRIALS (long) 400
#define SET_MAXLOGINTRIALS (long) 401
#define GET_LOOKAHEAD (long) 402
#define SET_LOOKAHEAD (long) 403
#define GET_IMAPPORT (long) 404
#define SET_IMAPPORT (long) 405
#define GET_PREFETCH (long) 406
#define SET_PREFETCH (long) 407
#define GET_CLOSEONERROR (long) 408
#define SET_CLOSEONERROR (long) 409
#define GET_POP3PORT (long) 410
#define SET_POP3PORT (long) 411
#define GET_UIDLOOKAHEAD (long) 412
#define SET_UIDLOOKAHEAD (long) 413
#define GET_NNTPPORT (long) 414
#define SET_NNTPPORT (long) 415
#define GET_IMAPENVELOPE (long) 416
#define SET_IMAPENVELOPE (long) 417
#define GET_IMAPREFERRAL (long) 418
#define SET_IMAPREFERRAL (long) 419
#define GET_SSLIMAPPORT (long) 420
#define SET_SSLIMAPPORT (long) 421
#define GET_SSLPOPPORT (long) 422
#define SET_SSLPOPPORT (long) 423
#define GET_SSLNNTPPORT (long) 424
#define SET_SSLNNTPPORT (long) 425
#define GET_SSLSMTPPORT (long) 426
#define SET_SSLSMTPPORT (long) 427
#define GET_SMTPPORT (long) 428
#define SET_SMTPPORT (long) 429
#define GET_IMAPEXTRAHEADERS (long) 430
#define SET_IMAPEXTRAHEADERS (long) 431
#define GET_ACL (long) 432
#define SET_ACL (long) 433
#define GET_LISTRIGHTS (long) 434
#define SET_LISTRIGHTS (long) 435
#define GET_MYRIGHTS (long) 436
#define SET_MYRIGHTS (long) 437
#define GET_QUOTA (long) 438
#define SET_QUOTA (long) 439
#define GET_QUOTAROOT (long) 440
#define SET_QUOTAROOT (long) 441
#define GET_IMAPTRYSSL (long) 442
#define SET_IMAPTRYSSL (long) 443
#define GET_FETCHLOOKAHEAD (long) 444
#define SET_FETCHLOOKAHEAD (long) 445
#define GET_NNTPRANGE (long) 446
#define SET_NNTPRANGE (long) 447
#define GET_NNTPHIDEPATH (long) 448
#define SET_NNTPHIDEPATH (long) 449
#define GET_SENDCOMMAND (long) 450
#define SET_SENDCOMMAND (long) 451
#define GET_IDLETIMEOUT (long) 452
#define SET_IDLETIMEOUT (long) 453
#define GET_FETCHLOOKAHEADLIMIT (long) 454
#define SET_FETCHLOOKAHEADLIMIT (long) 455

	/* 5xx: local file drivers */
#define GET_MBXPROTECTION (long) 500
#define SET_MBXPROTECTION (long) 501
#define GET_DIRPROTECTION (long) 502
#define SET_DIRPROTECTION (long) 503
#define GET_LOCKPROTECTION (long) 504
#define SET_LOCKPROTECTION (long) 505
#define GET_FROMWIDGET (long) 506
#define SET_FROMWIDGET (long) 507
#define GET_NEWSACTIVE (long) 508
#define SET_NEWSACTIVE (long) 509
#define GET_NEWSSPOOL (long) 510
#define SET_NEWSSPOOL (long) 511
#define GET_NEWSRC (long) 512
#define SET_NEWSRC (long) 513
#define GET_EXTENSION (long) 514
#define SET_EXTENSION (long) 515
#define GET_DISABLEFCNTLLOCK (long) 516
#define SET_DISABLEFCNTLLOCK (long) 517
#define GET_LOCKEACCESERROR (long) 518
#define SET_LOCKEACCESERROR (long) 519
#define GET_LISTMAXLEVEL (long) 520
#define SET_LISTMAXLEVEL (long) 521
#define GET_ANONYMOUSHOME (long) 522
#define SET_ANONYMOUSHOME (long) 523
#define GET_FTPHOME (long) 524
#define SET_FTPHOME (long) 525
#define GET_PUBLICHOME (long) 526
#define SET_PUBLICHOME (long) 527
#define GET_SHAREDHOME (long) 528
#define SET_SHAREDHOME (long) 529
#define GET_MHPROFILE (long) 530
#define SET_MHPROFILE (long) 531
#define GET_MHPATH (long) 532
#define SET_MHPATH (long) 533
#define GET_ONETIMEEXPUNGEATPING (long) 534
#define SET_ONETIMEEXPUNGEATPING (long) 535
#define GET_USERHASNOLIFE (long) 536
#define SET_USERHASNOLIFE (long) 537
#define GET_FTPPROTECTION (long) 538
#define SET_FTPPROTECTION (long) 539
#define GET_PUBLICPROTECTION (long) 540
#define SET_PUBLICPROTECTION (long) 541
#define GET_SHAREDPROTECTION (long) 542
#define SET_SHAREDPROTECTION (long) 543
#define GET_LOCKTIMEOUT (long) 544
#define SET_LOCKTIMEOUT (long) 545
#define GET_NOTIMEZONES (long) 546
#define SET_NOTIMEZONES (long) 547
#define GET_HIDEDOTFILES (long) 548
#define SET_HIDEDOTFILES (long) 549
#define GET_FTPDIRPROTECTION (long) 550
#define SET_FTPDIRPROTECTION (long) 551
#define GET_PUBLICDIRPROTECTION (long) 552
#define SET_PUBLICDIRPROTECTION (long) 553
#define GET_SHAREDDIRPROTECTION (long) 554
#define SET_SHAREDDIRPROTECTION (long) 555
#define GET_TRUSTDNS (long) 556
#define SET_TRUSTDNS (long) 557
#define GET_SASLUSESPTRNAME (long) 558
#define SET_SASLUSESPTRNAME (long) 559
#define GET_NETFSSTATBUG (long) 560
#define SET_NETFSSTATBUG (long) 561
#define GET_SNARFMAILBOXNAME (long) 562
#define SET_SNARFMAILBOXNAME (long) 563
#define GET_SNARFINTERVAL (long) 564
#define SET_SNARFINTERVAL (long) 565
#define GET_SNARFPRESERVE (long) 566
#define SET_SNARFPRESERVE (long) 567
#define GET_INBOXPATH (long) 568
#define SET_INBOXPATH (long) 569
#define GET_DIRFMTTEST (long) 570
#define SET_DIRFMTTEST (long) 571
#define GET_SCANCONTENTS (long) 572
#define SET_SCANCONTENTS (long) 573
#define GET_MHALLOWINBOX (long) 574
#define SET_MHALLOWINBOX (long) 575

/* Driver flags */

#define DR_DISABLE (long) 0x1	/* driver is disabled */
#define DR_LOCAL (long) 0x2	/* local file driver */
#define DR_MAIL (long) 0x4	/* supports mail */
#define DR_NEWS (long) 0x8	/* supports news */
#define DR_READONLY (long) 0x10	/* driver only allows readonly access */
#define DR_NOFAST (long) 0x20	/* "fast" data is slow (whole msg fetch) */
#define DR_NAMESPACE (long) 0x40/* driver has a special namespace */
#define DR_LOWMEM (long) 0x80	/* low amounts of memory available */
#define DR_LOCKING (long) 0x100	/* driver does locking */
#define DR_CRLF (long) 0x200	/* driver internal form uses CRLF newlines */
#define DR_NOSTICKY (long) 0x400/* driver does not support sticky UIDs */
#define DR_RECYCLE (long) 0x800	/* driver does stream recycling */
#define DR_XPOINT (long) 0x1000	/* needs to be checkpointed */
				/* driver has no real internal date */
#define DR_NOINTDATE (long) 0x2000
				/* driver does not announce new mail */
#define DR_NONEWMAIL (long) 0x4000
				/* driver does not announce new mail when RO */
#define DR_NONEWMAILRONLY (long) 0x8000
				/* driver can be halfopen */
#define DR_HALFOPEN (long) 0x10000
#define DR_DIRFMT (long) 0x20000/* driver is a directory-format */
#define DR_MODSEQ (long) 0x40000/* driver supports modseqs */


/* Cache management function codes */

#define CH_INIT (long) 10	/* initialize cache */
#define CH_SIZE (long) 11	/* (re-)size the cache */
#define CH_MAKEELT (long) 30	/* return elt, make if needed */
#define CH_ELT (long) 31	/* return elt if exists */
#define CH_SORTCACHE (long) 35	/* return sortcache entry, make if needed */
#define CH_FREE (long) 40	/* free space used by elt */
				/* free space used by sortcache */
#define CH_FREESORTCACHE (long) 43
#define CH_EXPUNGE (long) 45	/* delete elt pointer from list */


/* Mailbox open options
 * For compatibility with the past, OP_DEBUG must always be 1.
 */

#define OP_DEBUG (long) 0x1	/* debug protocol negotiations */
#define OP_READONLY (long) 0x2	/* read-only open */
#define OP_ANONYMOUS (long) 0x4	/* anonymous open of newsgroup */
#define OP_SHORTCACHE (long) 0x8/* short (elt-only) caching */
#define OP_SILENT (long) 0x10	/* don't pass up events (internal use) */
#define OP_PROTOTYPE (long) 0x20/* return driver prototype */
#define OP_HALFOPEN (long) 0x40	/* half-open (IMAP connect but no select) */
#define OP_EXPUNGE (long) 0x80	/* silently expunge recycle stream */
#define OP_SECURE (long) 0x100	/* don't do non-secure authentication */
#define OP_TRYSSL (long) 0x200	/* try SSL first */
				/* use multiple newsrc files */
#define OP_MULNEWSRC (long) 0x400
#define OP_NOKOD (long) 0x800	/* suppress kiss-of-death */
#define OP_SNIFF (long) 0x1000	/* metadata only open */
				/* reserved for application use */
#define OP_RESERVED (unsigned long) 0xff000000


/* Net open options */

				/* no error messages */
#define NET_SILENT ((unsigned long) 0x80000000)
				/* no validation of SSL certificates */
#define NET_NOVALIDATECERT ((unsigned long) 0x40000000)
				/* no open timeout */
#define NET_NOOPENTIMEOUT ((unsigned long) 0x20000000)
				/* TLS not SSL */
#define NET_TLSCLIENT ((unsigned long) 0x10000000)
				/* try SSL mode */
#define NET_TRYSSL ((unsigned long) 0x8000000)

/* Close options */

#define CL_EXPUNGE (long) 1	/* expunge silently */


/* Fetch options */

#define FT_UID (long) 0x1	/* argument is a UID */
#define FT_PEEK (long) 0x2	/* peek at data */
#define FT_NOT (long) 0x4	/* NOT flag for header lines fetch */
#define FT_INTERNAL (long) 0x8	/* text can be internal strings */
				/* IMAP prefetch text when fetching header */
#define FT_PREFETCHTEXT (long) 0x20
#define FT_NOHDRS (long) 0x40	/* suppress fetching extra headers (note that
				   this breaks news handling) */
#define FT_NEEDENV (long) 0x80	/* (internal use) include envelope */
#define FT_NEEDBODY (long) 0x100/* (internal use) include body structure */
				/* no fetch lookahead */
#define FT_NOLOOKAHEAD (long) 0x200
				/* (internal use) lookahead in hdr searching */
#define FT_SEARCHLOOKAHEAD (long) 0x400
				/* stringstruct return hack */
#define FT_RETURNSTRINGSTRUCT (long) 0x800


/* Flagging options */

#define ST_UID (long) 0x1	/* argument is a UID sequence */
#define ST_SILENT (long) 0x2	/* don't return results */
#define ST_SET (long) 0x4	/* set vs. clear */


/* Expunge options */

#define EX_UID (long) 0x1	/* argument is a UID sequence */


/* Copy options */

#define CP_UID (long) 0x1	/* argument is a UID sequence */
#define CP_MOVE (long) 0x2	/* delete from source after copying */
				/* set debug in any created stream */
#define CP_DEBUG (long) 0x20000000

/* Search/sort/thread options */

#define SE_UID (long) 0x1	/* return UID */
#define SE_FREE (long) 0x2	/* free search program after finished */
#define SE_NOPREFETCH (long) 0x4/* no search prefetching */
#define SO_FREE (long) 0x8	/* free sort program after finished */
#define SE_NOSERVER (long) 0x10	/* don't do server-based search/sort/thread */
#define SE_RETAIN (long) 0x20	/* retain previous search results */
#define SO_OVERVIEW (long) 0x40	/* use overviews in searching (NNTP only) */
#define SE_NEEDBODY (long) 0x80	/* include body structure in prefetch */
#define SE_NOHDRS (long) 0x100	/* suppress prefetching extra headers (note
				   that this breaks news handling) */
#define SE_NOLOCAL (long) 0x200	/* no local retry (IMAP only) */

#define SO_NOSERVER SE_NOSERVER	/* compatibility name */
#define SE_SILLYOK (long) 0x400	/* allow silly searches */


/* Status options */

#define SA_MESSAGES (long) 0x1	/* number of messages */
#define SA_RECENT (long) 0x2	/* number of recent messages */
#define SA_UNSEEN (long) 0x4	/* number of unseen messages */
#define SA_UIDNEXT (long) 0x8	/* next UID to be assigned */
				/* UID validity value */
#define SA_UIDVALIDITY (long) 0x10
				/* set OP_DEBUG on any created stream */
#define SA_DEBUG (long) 0x10000000
				/* use multiple newsrcs */
#define SA_MULNEWSRC (long) 0x20000000

/* Mailgets flags */

#define MG_UID (long) 0x1	/* message number is a UID */
#define MG_COPY (long) 0x2	/* must return copy of argument */

/* SASL authenticator categories */

#define AU_SECURE (long) 0x1	/* /secure allowed */
#define AU_AUTHUSER (long) 0x2	/* /authuser=xxx allowed */
				/* authenticator hidden */
#define AU_HIDE (long) 0x10000000
				/* authenticator disabled */
#define AU_DISABLE (long) 0x20000000


/* Garbage collection flags */

#define GC_ELT (long) 0x1	/* message cache elements */
#define GC_ENV (long) 0x2	/* envelopes and bodies */
#define GC_TEXTS (long) 0x4	/* cached texts */


/* mm_log()/mm_notify() condition codes */

#define WARN (long) 1		/* mm_log warning type */
#define ERROR (long) 2		/* mm_log error type */
#define PARSE (long) 3		/* mm_log parse error type */
#define BYE (long) 4		/* mm_notify stream dying */
#define TCPDEBUG (long) 5	/* mm_log TCP debug babble */


/* Bits from mail_parse_flags().  Don't change these, since the header format
 * used by tenex, mtx, and mbx corresponds to these bits.
 */

#define fSEEN 0x1
#define fDELETED 0x2
#define fFLAGGED 0x4
#define fANSWERED 0x8
#define fOLD 0x10
#define fDRAFT 0x20

#define fEXPUNGED 0x8000	/* internal flag */

/* Bits for mm_list() and mm_lsub() */

/* Note that (LATT_NOINFERIORS LATT_HASCHILDREN LATT_HASNOCHILDREN) and
 * (LATT_NOSELECT LATT_MARKED LATT_UNMARKED) each have eight possible states,
 * but only four of these are valid.  The other four are silly states which
 * while invalid can unfortunately be expressed in the IMAP protocol.
 */

				/* terminal node in hierarchy */
#define LATT_NOINFERIORS (long) 0x1
				/* name can not be selected */
#define LATT_NOSELECT (long) 0x2
				/* changed since last accessed */
#define LATT_MARKED (long) 0x4
				/* accessed since last changed */
#define LATT_UNMARKED (long) 0x8
				/* name has referral to remote mailbox */
#define LATT_REFERRAL (long) 0x10
				/* has selectable inferiors */
#define LATT_HASCHILDREN (long) 0x20
				/* has no selectable inferiors */
#define LATT_HASNOCHILDREN (long) 0x40


/* Sort functions */

#define SORTDATE 0		/* date */
#define SORTARRIVAL 1		/* arrival date */
#define SORTFROM 2		/* from */
#define SORTSUBJECT 3		/* subject */
#define SORTTO 4		/* to */
#define SORTCC 5		/* cc */
#define SORTSIZE 6		/* size */


/* imapreferral_t codes */

#define REFAUTHFAILED (long) 0	/* authentication referral -- not logged in */
#define REFAUTH (long) 1	/* authentication referral -- logged in */
#define REFSELECT (long) 2	/* select referral */
#define REFCREATE (long) 3
#define REFDELETE (long) 4
#define REFRENAME (long) 5
#define REFSUBSCRIBE (long) 6
#define REFUNSUBSCRIBE (long) 7
#define REFSTATUS (long) 8
#define REFCOPY (long) 9
#define REFAPPEND (long) 10


/* sendcommand_t codes */

				/* expunge response deferred */
#define SC_EXPUNGEDEFERRED (long) 1

/* Block notification codes */

#define BLOCK_NONE 0		/* not blocked */
#define BLOCK_SENSITIVE 1	/* sensitive code, disallow alarms */
#define BLOCK_NONSENSITIVE 2	/* non-sensitive code, allow alarms */
#define BLOCK_DNSLOOKUP 10	/* blocked on DNS lookup */
#define BLOCK_TCPOPEN 11	/* blocked on TCP open */
#define BLOCK_TCPREAD 12	/* blocked on TCP read */
#define BLOCK_TCPWRITE 13	/* blocked on TCP write */
#define BLOCK_TCPCLOSE 14	/* blocked on TCP close */
#define BLOCK_FILELOCK 20	/* blocked on file locking */


/* In-memory sized-text */

#define SIZEDTEXT struct mail_sizedtext

SIZEDTEXT {
  unsigned char *data;		/* text */
  unsigned long size;		/* size of text in octets */
};


/* String list */

#define STRINGLIST struct string_list

STRINGLIST {
  SIZEDTEXT text;		/* string text */
  STRINGLIST *next;
};


/* Parse results from mail_valid_net_parse */

#define NETMAXHOST 256
#define NETMAXUSER 65
#define NETMAXMBX (MAILTMPLEN/4)
#define NETMAXSRV 21
typedef struct net_mailbox {
  char host[NETMAXHOST];	/* host name (may be canonicalized) */
  char orighost[NETMAXHOST];	/* host name before canonicalization */
  char user[NETMAXUSER];	/* user name */
  char authuser[NETMAXUSER];	/* authentication user name */
  char mailbox[NETMAXMBX];	/* mailbox name */
  char service[NETMAXSRV];	/* service name */
  unsigned long port;		/* TCP port number */
  unsigned int anoflag : 1;	/* anonymous */
  unsigned int dbgflag : 1;	/* debug flag */
  unsigned int secflag : 1;	/* secure flag */
  unsigned int sslflag : 1;	/* SSL driver flag */
  unsigned int trysslflag : 1;	/* try SSL driver first flag */
  unsigned int novalidate : 1;	/* don't validate certificates */
  unsigned int tlsflag : 1;	/* TLS flag */
  unsigned int notlsflag : 1;	/* do not do TLS flag */
  unsigned int readonlyflag : 1;/* want readonly */
  unsigned int norsh : 1;	/* don't use rsh/ssh */
  unsigned int loser : 1;	/* server is a loser */
  unsigned int tlssslv23 : 1;	/* force SSLv23 client method over TLS */
} NETMBX;

/* Item in an address list */

#define ADDRESS struct mail_address

ADDRESS {
  char *personal;		/* personal name phrase */
  char *adl;			/* at-domain-list source route */
  char *mailbox;		/* mailbox name */
  char *host;			/* domain name of mailbox's host */
  char *error;			/* error in address from SMTP module */
  struct {
    char *type;			/* address type (default "rfc822") */
    char *addr;			/* address as xtext */
  } orcpt;
  ADDRESS *next;		/* pointer to next address in list */
};


/* Message envelope */

typedef struct mail_envelope {
  unsigned int incomplete : 1;	/* envelope may be incomplete */
  unsigned int imapenvonly : 1;	/* envelope only has IMAP envelope */
  char *remail;			/* remail header if any */
  ADDRESS *return_path;		/* error return address */
  unsigned char *date;		/* message composition date string */
  ADDRESS *from;		/* originator address list */
  ADDRESS *sender;		/* sender address list */
  ADDRESS *reply_to;		/* reply address list */
  char *subject;		/* message subject string */
  ADDRESS *to;			/* primary recipient list */
  ADDRESS *cc;			/* secondary recipient list */
  ADDRESS *bcc;			/* blind secondary recipient list */
  char *in_reply_to;		/* replied message ID */
  char *message_id;		/* message ID */
  char *newsgroups;		/* USENET newsgroups */
  char *followup_to;		/* USENET reply newsgroups */
  char *references;		/* USENET references */
  void *sparep;			/* spare pointer reserved for main program */
} ENVELOPE;

/* Primary body types */
/* If you change any of these you must also change body_types in rfc822.c */

#define TYPETEXT 0		/* unformatted text */
#define TYPEMULTIPART 1		/* multiple part */
#define TYPEMESSAGE 2		/* encapsulated message */
#define TYPEAPPLICATION 3	/* application data */
#define TYPEAUDIO 4		/* audio */
#define TYPEIMAGE 5		/* static image */
#define TYPEVIDEO 6		/* video */
#define TYPEMODEL 7		/* model */
#define TYPEOTHER 8		/* unknown */
#define TYPEMAX 15		/* maximum type code */


/* Body encodings */
/* If you change any of these you must also change body_encodings in rfc822.c
 */

#define ENC7BIT 0		/* 7 bit SMTP semantic data */
#define ENC8BIT 1		/* 8 bit SMTP semantic data */
#define ENCBINARY 2		/* 8 bit binary data */
#define ENCBASE64 3		/* base-64 encoded data */
#define ENCQUOTEDPRINTABLE 4	/* human-readable 8-as-7 bit data */
#define ENCOTHER 5		/* unknown */
#define ENCMAX 10		/* maximum encoding code */


/* Body contents */

#define BODY struct mail_bodystruct
#define MESSAGE struct mail_body_message
#define PARAMETER struct mail_body_parameter
#define PART struct mail_body_part
#define PARTTEXT struct mail_body_text

/* Message body text */

PARTTEXT {
  unsigned long offset;		/* offset from body origin */
  SIZEDTEXT text;		/* text */
};


/* Message body structure */

BODY {
  unsigned short type;		/* body primary type */
  unsigned short encoding;	/* body transfer encoding */
  char *subtype;		/* subtype string */
  PARAMETER *parameter;		/* parameter list */
  char *id;			/* body identifier */
  char *description;		/* body description */
  struct {			/* body disposition */
    char *type;			/* disposition type */
    PARAMETER *parameter;	/* disposition parameters */
  } disposition;
  STRINGLIST *language;		/* body language */
  char *location;		/* body content URI */
  PARTTEXT mime;		/* MIME header */
  PARTTEXT contents;		/* body part contents */
  union {			/* different ways of accessing contents */
    PART *part;			/* body part list */
    MESSAGE *msg;		/* body encapsulated message */
  } nested;
  struct {
    unsigned long lines;	/* size of text in lines */
    unsigned long bytes;	/* size of text in octets */
  } size;
  char *md5;			/* MD5 checksum */
  void *sparep;			/* spare pointer reserved for main program */
};


/* Parameter list */

PARAMETER {
  char *attribute;		/* parameter attribute name */
  char *value;			/* parameter value */
  PARAMETER *next;		/* next parameter in list */
};


/* Multipart content list */

PART {
  BODY body;			/* body information for this part */
  PART *next;			/* next body part */
};


/* RFC-822 Message */

MESSAGE {
  ENVELOPE *env;		/* message envelope */
  BODY *body;			/* message body */
  PARTTEXT full;		/* full message */
  STRINGLIST *lines;		/* lines used to filter header */
  PARTTEXT header;		/* header text */
  PARTTEXT text;		/* body text */
};

/* Entry in the message cache array */

typedef struct message_cache {
  unsigned long msgno;		/* message number */
  unsigned int lockcount : 8;	/* non-zero if multiple references */
  unsigned long rfc822_size;	/* # of bytes of message as raw RFC822 */
  struct {			/* c-client internal use only */
    unsigned long uid;		/* message unique ID */
    unsigned long mod;		/* modseq */
    PARTTEXT special;		/* special text pointers */
    MESSAGE msg;		/* internal message pointers */
    union {			/* driver internal use */
      unsigned long data;
      void *ptr;
    } spare;
    unsigned int sequence : 1;	/* saved sequence bit */
    unsigned int dirty : 1;	/* driver internal use */
    unsigned int filter : 1;	/* driver internal use */
    unsigned int ghost : 1;	/* driver internal use */
  } private;
			/* internal date */
  unsigned int day : 5;		/* day of month (1-31) */
  unsigned int month : 4;	/* month of year (1-12) */
  unsigned int year : 7;	/* year since BASEYEAR (expires in 127 yrs) */
  unsigned int hours: 5;	/* hours (0-23) */
  unsigned int minutes: 6;	/* minutes (0-59) */
  unsigned int seconds: 6;	/* seconds (0-59) */
  unsigned int zoccident : 1;	/* non-zero if west of UTC */
  unsigned int zhours : 4;	/* hours from UTC (0-12) */
  unsigned int zminutes: 6;	/* minutes (0-59) */
			/* system flags */
  unsigned int seen : 1;	/* system Seen flag */
  unsigned int deleted : 1;	/* system Deleted flag */
  unsigned int flagged : 1; 	/* system Flagged flag */
  unsigned int answered : 1;	/* system Answered flag */
  unsigned int draft : 1;	/* system Draft flag */
  unsigned int recent : 1;	/* system Recent flag */
			/* message status */
  unsigned int valid : 1;	/* elt has valid flags */
  unsigned int searched : 1;	/* message was searched */
  unsigned int sequence : 1;	/* message is in sequence */
			/* reserved for use by main program */
  unsigned int spare : 1;	/* first spare bit */
  unsigned int spare2 : 1;	/* second spare bit */
  unsigned int spare3 : 1;	/* third spare bit */
  unsigned int spare4 : 1;	/* fourth spare bit */
  unsigned int spare5 : 1;	/* fifth spare bit */
  unsigned int spare6 : 1;	/* sixth spare bit */
  unsigned int spare7 : 1;	/* seventh spare bit */
  unsigned int spare8 : 1;	/* eighth spare bit */
  void *sparep;			/* spare pointer */
  unsigned long user_flags;	/* user-assignable flags */
} MESSAGECACHE;

/* String structure */

#define STRINGDRIVER struct string_driver

typedef struct mailstring {
  void *data;			/* driver-dependent data */
  unsigned long data1;		/* driver-dependent data */
  unsigned long size;		/* total length of string */
  char *chunk;			/* base address of chunk */
  unsigned long chunksize;	/* size of chunk */
  unsigned long offset;		/* offset of this chunk in base */
  char *curpos;			/* current position in chunk */
  unsigned long cursize;	/* number of bytes remaining in chunk */
  STRINGDRIVER *dtb;		/* driver that handles this type of string */
} STRING;


/* Dispatch table for string driver */

STRINGDRIVER {
				/* initialize string driver */
  void (*init) (STRING *s,void *data,unsigned long size);
				/* get next character in string */
  char (*next) (STRING *s);
				/* set position in string */
  void (*setpos) (STRING *s,unsigned long i);
};


/* Stringstruct access routines */

#define INIT(s,d,data,size) ((*((s)->dtb = &d)->init) (s,data,size))
#define SIZE(s) ((s)->size - GETPOS (s))
#define CHR(s) (*(s)->curpos)
#define SNX(s) (--(s)->cursize ? *(s)->curpos++ : (*(s)->dtb->next) (s))
#define GETPOS(s) ((s)->offset + ((s)->curpos - (s)->chunk))
#define SETPOS(s,i) (*(s)->dtb->setpos) (s,i)

/* Search program */

#define SEARCHPGM struct search_program
#define SEARCHHEADER struct search_header
#define SEARCHSET struct search_set
#define SEARCHOR struct search_or
#define SEARCHPGMLIST struct search_pgm_list


SEARCHHEADER {			/* header search */
  SIZEDTEXT line;		/* header line */
  SIZEDTEXT text;		/* text in header */
  SEARCHHEADER *next;		/* next in list */
};


SEARCHSET {			/* message set */
  unsigned long first;		/* sequence number */
  unsigned long last;		/* last value, if a range */
  SEARCHSET *next;		/* next in list */
};


SEARCHOR {
  SEARCHPGM *first;		/* first program */
  SEARCHPGM *second;		/* second program */
  SEARCHOR *next;		/* next in list */
};


SEARCHPGMLIST {
  SEARCHPGM *pgm;		/* search program */
  SEARCHPGMLIST *next;		/* next in list */
};

SEARCHPGM {			/* search program */
  SEARCHSET *msgno;		/* message numbers */
  SEARCHSET *uid;		/* unique identifiers */
  SEARCHOR *or;			/* or'ed in programs */
  SEARCHPGMLIST *not;		/* and'ed not program */
  SEARCHHEADER *header;		/* list of headers */
  STRINGLIST *bcc;		/* bcc recipients */
  STRINGLIST *body;		/* text in message body */
  STRINGLIST *cc;		/* cc recipients */
  STRINGLIST *from;		/* originator */
  STRINGLIST *keyword;		/* keywords */
  STRINGLIST *unkeyword;	/* unkeywords */
  STRINGLIST *subject;		/* text in subject */
  STRINGLIST *text;		/* text in headers and body */
  STRINGLIST *to;		/* to recipients */
  unsigned long larger;		/* larger than this size */
  unsigned long smaller;	/* smaller than this size */
  unsigned long older;		/* older than this interval */
  unsigned long younger;	/* younger than this interval */
  unsigned short sentbefore;	/* sent before this date */
  unsigned short senton;	/* sent on this date */
  unsigned short sentsince;	/* sent since this date */
  unsigned short before;	/* before this date */
  unsigned short on;		/* on this date */
  unsigned short since;		/* since this date */
  unsigned int answered : 1;	/* answered messages */
  unsigned int unanswered : 1;	/* unanswered messages */
  unsigned int deleted : 1;	/* deleted messages */
  unsigned int undeleted : 1;	/* undeleted messages */
  unsigned int draft : 1;	/* message draft */
  unsigned int undraft : 1;	/* message undraft */
  unsigned int flagged : 1;	/* flagged messages */
  unsigned int unflagged : 1;	/* unflagged messages */
  unsigned int recent : 1;	/* recent messages */
  unsigned int old : 1;		/* old messages */
  unsigned int seen : 1;	/* seen messages */
  unsigned int unseen : 1;	/* unseen messages */
  /* These must be simulated in IMAP */
  STRINGLIST *return_path;	/* error return address */
  STRINGLIST *sender;		/* sender address list */
  STRINGLIST *reply_to;		/* reply address list */
  STRINGLIST *in_reply_to;	/* replied message ID */
  STRINGLIST *message_id;	/* message ID */
  STRINGLIST *newsgroups;	/* USENET newsgroups */
  STRINGLIST *followup_to;	/* USENET reply newsgroups */
  STRINGLIST *references;	/* USENET references */
};


/* Mailbox status */

typedef struct mbx_status {
  long flags;			/* validity flags */
  unsigned long messages;	/* number of messages */
  unsigned long recent;		/* number of recent messages */
  unsigned long unseen;		/* number of unseen messages */
  unsigned long uidnext;	/* next UID to be assigned */
  unsigned long uidvalidity;	/* UID validity value */
} MAILSTATUS;

/* Sort program */

typedef void (*postsort_t) (void *sc);

#define SORTPGM struct sort_program

SORTPGM {
  unsigned int reverse : 1;	/* sort function is to be reversed */
  unsigned int abort : 1;	/* abort sorting */
  short function;		/* sort function */
  unsigned long nmsgs;		/* number of messages being sorted */
  struct {
    unsigned long cached;	/* number of messages cached so far */
    unsigned long sorted;	/* number of messages sorted so far */
    unsigned long postsorted;	/* number of postsorted messages so far */
  } progress;
  postsort_t postsort;		/* post sorter */
  SORTPGM *next;		/* next function */
};


/* Sort cache */

#define SORTCACHE struct sort_cache

SORTCACHE {
  unsigned int sorted : 1;	/* message has been sorted */
  unsigned int postsorted : 1;	/* message has been postsorted */
  unsigned int refwd : 1;	/* subject is a re or fwd */
  unsigned int dirty : 1;	/* has data not written to backup */
  SORTPGM *pgm;			/* sort program */
  unsigned long num;		/* message number (sequence or UID) */
  unsigned long date;		/* sent date */
  unsigned long arrival;	/* arrival date */
  unsigned long size;		/* message size */
  char *from;			/* from string */
  char *to;			/* to string */
  char *cc;			/* cc string */
  char *subject;		/* extracted subject string */
  char *message_id;		/* message-id string */
  char *unique;			/* unique string, normally message-id */
  STRINGLIST *references;	/* references string */
};

/* ACL list */

#define ACLLIST struct acl_list

ACLLIST {
  char *identifier;		/* authentication identifier */
  char *rights;			/* access rights */
  ACLLIST *next;
};

/* Quota resource list */

#define QUOTALIST struct quota_list

QUOTALIST {
  char *name;			/* resource name */
  unsigned long usage;		/* resource usage */
  unsigned long limit;		/* resource limit */
  QUOTALIST *next;		/* next resource */
};

/* Mail Access I/O stream */


/* Structure for mail driver dispatch */

#define DRIVER struct driver	


/* Mail I/O stream */
	
typedef struct mail_stream {
  DRIVER *dtb;			/* dispatch table for this driver */
  void *local;			/* pointer to driver local data */
  char *mailbox;		/* mailbox name (canonicalized) */
  char *original_mailbox;	/* mailbox name (non-canonicalized) */
  unsigned short use;		/* stream use count */
  unsigned short sequence;	/* stream sequence */
  unsigned int inbox : 1;	/* stream open on an INBOX */
  unsigned int lock : 1;	/* stream lock flag */
  unsigned int debug : 1;	/* stream debug flag */
  unsigned int silent : 1;	/* don't pass events to main program */
  unsigned int rdonly : 1;	/* stream read-only flag */
  unsigned int anonymous : 1;	/* stream anonymous access flag */
  unsigned int scache : 1;	/* stream short cache flag */
  unsigned int halfopen : 1;	/* stream half-open flag */
  unsigned int secure : 1;	/* stream secure flag */
  unsigned int tryssl : 1;	/* stream tryssl flag */
  unsigned int mulnewsrc : 1;	/* stream use multiple newsrc files */
  unsigned int perm_seen : 1;	/* permanent Seen flag */
  unsigned int perm_deleted : 1;/* permanent Deleted flag */
  unsigned int perm_flagged : 1;/* permanent Flagged flag */
  unsigned int perm_answered :1;/* permanent Answered flag */
  unsigned int perm_draft : 1;	/* permanent Draft flag */
  unsigned int kwd_create : 1;	/* can create new keywords */
  unsigned int uid_nosticky : 1;/* UIDs are not preserved */
  unsigned int unhealthy : 1;	/* unhealthy protocol negotiations */
  unsigned int nokod : 1;	/* suppress kiss-of-death */
  unsigned int sniff : 1;	/* metadata only */
  unsigned long perm_user_flags;/* mask of permanent user flags */
  unsigned long gensym;		/* generated tag */
  unsigned long nmsgs;		/* # of associated msgs */
  unsigned long recent;		/* # of recent msgs */
  unsigned long uid_validity;	/* UID validity sequence */
  unsigned long uid_last;	/* last assigned UID */
  char *user_flags[NUSERFLAGS];	/* pointers to user flags in bit order */
  unsigned long cachesize;	/* size of message cache */
  MESSAGECACHE **cache;		/* message cache array */
  SORTCACHE **sc;		/* sort cache array */
  unsigned long msgno;		/* message number of `current' message */
  ENVELOPE *env;		/* scratch buffer for envelope */
  BODY *body;			/* scratch buffer for body */
  SIZEDTEXT text;		/* scratch buffer for text */
  struct {
    char *name;			/* mailbox name to snarf from */
    unsigned long time;		/* last snarf time */
    long options;		/* snarf open options */
  } snarf;
  struct {			/* internal use only */
    struct {			/* search temporaries */
      STRINGLIST *string;	/* string(s) to search */
      long result;		/* search result */
      char *text;		/* cache of fetched text */
    } search;
    STRING string;		/* stringstruct return hack */
  } private;
			/* reserved for use by main program */
  void *sparep;			/* spare pointer */
  unsigned int spare : 1;	/* first spare bit */
  unsigned int spare2 : 1;	/* second spare bit */
  unsigned int spare3 : 1;	/* third spare bit */
  unsigned int spare4 : 1;	/* fourth spare bit */
  unsigned int spare5 : 1;	/* fifth spare bit */
  unsigned int spare6 : 1;	/* sixth spare bit */
  unsigned int spare7 : 1;	/* seventh spare bit */
  unsigned int spare8 : 1;	/* eighth spare bit */
} MAILSTREAM;

/* Mail I/O stream handle */

typedef struct mail_stream_handle {
  MAILSTREAM *stream;		/* pointer to mail stream */
  unsigned short sequence;	/* sequence of what we expect stream to be */
} MAILHANDLE;


/* Message overview */

typedef struct mail_overview {
  char *subject;		/* message subject string */
  ADDRESS *from;		/* originator address list */
  char *date;			/* message composition date string */
  char *message_id;		/* message ID */
  char *references;		/* USENET references */
  struct {			/* may be 0 or NUL if unknown/undefined */
    unsigned long octets;	/* message octets (probably LF-newline form) */
    unsigned long lines;	/* message lines */
    char *xref;			/* cross references */
  } optional;
} OVERVIEW;

/* Network access I/O stream */


/* Structure for network driver dispatch */

#define NETDRIVER struct net_driver


/* Network transport I/O stream */

typedef struct net_stream {
  void *stream;			/* driver's I/O stream */
  NETDRIVER *dtb;		/* network driver */
} NETSTREAM;


/* Network transport driver dispatch */

NETDRIVER {
  void *(*open) (char *host,char *service,unsigned long port);
  void *(*aopen) (NETMBX *mb,char *service,char *usrbuf);
  char *(*getline) (void *stream);
  long (*getbuffer) (void *stream,unsigned long size,char *buffer);
  long (*soutr) (void *stream,char *string);
  long (*sout) (void *stream,char *string,unsigned long size);
  void (*close) (void *stream);
  char *(*host) (void *stream);
  char *(*remotehost) (void *stream);
  unsigned long (*port) (void *stream);
  char *(*localhost) (void *stream);
};


/* Mailgets data identifier */

typedef struct getsdata {
  MAILSTREAM *stream;
  unsigned long msgno;
  char *what;
  STRINGLIST *stl;
  unsigned long first;
  unsigned long last;
  long flags;
} GETS_DATA;


#define INIT_GETS(md,s,m,w,f,l) \
  md.stream = s, md.msgno = m, md.what = w, md.first = f, md.last = l, \
  md.stl = NIL, md.flags = NIL;

/* Mail delivery I/O stream */

typedef struct send_stream {
  NETSTREAM *netstream;		/* network I/O stream */
  char *host;			/* SMTP service host */
  char *reply;			/* last reply string */
  long replycode;		/* last reply code */
  unsigned int debug : 1;	/* stream debug flag */
  unsigned int sensitive : 1;	/* sensitive data in progress */
  unsigned int loser : 1;	/* server is a loser */
  unsigned int saslcancel : 1;	/* SASL cancelled by protocol */
  union {			/* protocol specific */
    struct {			/* SMTP specific */
      unsigned int ok : 1;	/* supports ESMTP */
      struct {			/* service extensions */
	unsigned int send : 1;	/* supports SEND */
	unsigned int soml : 1;	/* supports SOML */
	unsigned int saml : 1;	/* supports SAML */
	unsigned int expn : 1;	/* supports EXPN */
	unsigned int help : 1;	/* supports HELP */
	unsigned int turn : 1;	/* supports TURN */
	unsigned int etrn : 1;	/* supports ETRN */
	unsigned int starttls:1;/* supports STARTTLS */
	unsigned int relay : 1;	/* supports relaying */
	unsigned int pipe : 1;	/* supports pipelining */
	unsigned int ensc : 1;	/* supports enhanced status codes */
	unsigned int bmime : 1;	/* supports BINARYMIME */
	unsigned int chunk : 1;	/* supports CHUNKING */
      } service;
      struct {			/* 8-bit MIME transport */
	unsigned int ok : 1;	/* supports 8-bit MIME */
	unsigned int want : 1;	/* want 8-bit MIME */
      } eightbit;
      struct {			/* delivery status notification */
	unsigned int ok : 1;	/* supports DSN */
	unsigned int want : 1;	/* want DSN */
	struct {		/* notification options */
				/* notify on failure */
	  unsigned int failure : 1;
				/* notify on delay */
	  unsigned int delay : 1;
				/* notify on success */
	  unsigned int success : 1;
	} notify;
	unsigned int full : 1;	/* return full headers */
	char *envid;		/* envelope identifier as xtext */
      } dsn;
      struct {			/* size declaration */
	unsigned int ok : 1;	/* supports SIZE */
	unsigned long limit;	/* maximum size supported */
      } size;
      struct {			/* deliverby declaration */
	unsigned int ok : 1;	/* supports DELIVERBY */
	unsigned long minby;	/* minimum by-time */
      } deliverby;
      struct {			/* authenticated turn */
	unsigned int ok : 1;	/* supports ATRN */
	char *domains;		/* domains */
      } atrn;
				/* supported SASL authenticators */
      unsigned int auth : MAXAUTHENTICATORS;
    } esmtp;
    struct {			/* NNTP specific */
      unsigned int post : 1;	/* supports POST */
      struct {			/* NNTP extensions */
	unsigned int ok : 1;	/* supports extensions */
				/* supports LISTGROUP */
	unsigned int listgroup : 1;
	unsigned int over : 1;	/* supports OVER */
	unsigned int hdr : 1;	/* supports HDR */
	unsigned int pat : 1;	/* supports PAT */
				/* supports STARTTLS */
	unsigned int starttls : 1;
				/* server has MULTIDOMAIN */
	unsigned int multidomain : 1;
				/* supports AUTHINFO USER */
	unsigned int authuser : 1;
				/* supported authenticators */
	unsigned int sasl : MAXAUTHENTICATORS;
      } ext;
    } nntp;
  } protocol;
} SENDSTREAM;

/* Jacket into external interfaces */

typedef long (*readfn_t) (void *stream,unsigned long size,char *buffer);
typedef char *(*mailgets_t) (readfn_t f,void *stream,unsigned long size,
			     GETS_DATA *md);
typedef char *(*readprogress_t) (GETS_DATA *md,unsigned long octets);
typedef void *(*mailcache_t) (MAILSTREAM *stream,unsigned long msgno,long op);
typedef long (*mailproxycopy_t) (MAILSTREAM *stream,char *sequence,
				 char *mailbox,long options);
typedef long (*tcptimeout_t) (long overall,long last);
typedef void *(*authchallenge_t) (void *stream,unsigned long *len);
typedef long (*authrespond_t) (void *stream,char *s,unsigned long size);
typedef long (*authcheck_t) (void);
typedef long (*authclient_t) (authchallenge_t challenger,
			      authrespond_t responder,char *service,NETMBX *mb,
			      void *s,unsigned long *trial,char *user);
typedef char *(*authresponse_t) (void *challenge,unsigned long clen,
				 unsigned long *rlen);
typedef char *(*authserver_t) (authresponse_t responder,int argc,char *argv[]);
typedef void (*smtpverbose_t) (char *buffer);
typedef void (*imapenvelope_t) (MAILSTREAM *stream,unsigned long msgno,
				ENVELOPE *env);
typedef char *(*imapreferral_t) (MAILSTREAM *stream,char *url,long code);
typedef void (*overview_t) (MAILSTREAM *stream,unsigned long uid,OVERVIEW *ov,
			    unsigned long msgno);
typedef unsigned long *(*sorter_t) (MAILSTREAM *stream,char *charset,
				    SEARCHPGM *spg,SORTPGM *pgm,long flags);
typedef void (*parseline_t) (ENVELOPE *env,char *hdr,char *data,char *host);
typedef ADDRESS *(*parsephrase_t) (char *phrase,char *end,char *host);
typedef void *(*blocknotify_t) (int reason,void *data);
typedef long (*kinit_t) (char *host,char *reason);
typedef void (*sendcommand_t) (MAILSTREAM *stream,char *cmd,long flags);
typedef char *(*newsrcquery_t) (MAILSTREAM *stream,char *mulname,char *name);
typedef void (*getacl_t) (MAILSTREAM *stream,char *mailbox,ACLLIST *acl);
typedef void (*listrights_t) (MAILSTREAM *stream,char *mailbox,char *id,
			      char *alwaysrights,STRINGLIST *possiblerights);
typedef void (*myrights_t) (MAILSTREAM *stream,char *mailbox,char *rights);
typedef void (*quota_t) (MAILSTREAM *stream,char *qroot,QUOTALIST *qlist);
typedef void (*quotaroot_t) (MAILSTREAM *stream,char *mbx,STRINGLIST *qroot);
typedef void (*sortresults_t) (MAILSTREAM *stream,unsigned long *list,
			       unsigned long size);
typedef char *(*userprompt_t) (void);
typedef long (*append_t) (MAILSTREAM *stream,void *data,char **flags,
			  char **date,STRING **message);
typedef void (*copyuid_t) (MAILSTREAM *stream,char *mailbox,
			   unsigned long uidvalidity,SEARCHSET *sourceset,
			   SEARCHSET *destset);
typedef void (*appenduid_t) (char *mailbox,unsigned long uidvalidity,
			     SEARCHSET *set);
typedef long (*dirfmttest_t) (char *name);
typedef long (*scancontents_t) (char *name,char *contents,unsigned long csiz,
				unsigned long fsiz);

typedef void (*freeeltsparep_t) (void **sparep);
typedef void (*freeenvelopesparep_t) (void **sparep);
typedef void (*freebodysparep_t) (void **sparep);
typedef void (*freestreamsparep_t) (void **sparep);
typedef void *(*sslstart_t) (void *stream,char *host,unsigned long flags);
typedef long (*sslcertificatequery_t) (char *reason,char *host,char *cert);
typedef void (*sslfailure_t) (char *host,char *reason,unsigned long flags);
typedef void (*logouthook_t) (void *data);
typedef char *(*sslclientcert_t) (void);
typedef char *(*sslclientkey_t) (void);

/* Globals */

extern char *body_types[];	/* defined body type strings */
extern char *body_encodings[];	/* defined body encoding strings */
extern const char *days[];	/* day name strings */
extern const char *months[];	/* month name strings */

/* Threading */

/* Thread node */

#define THREADNODE struct thread_node

THREADNODE {
  unsigned long num;		/* message number */
  SORTCACHE *sc;		/* (internal use) sortcache entry */
  THREADNODE *branch;		/* branch at this point in tree */
  THREADNODE *next;		/* next node */
};

typedef void (*threadresults_t) (MAILSTREAM *stream,THREADNODE *tree);


/* Thread dispatch */

#define THREADER struct threader_list

THREADER {
  char *name;			/* name of threader */
  THREADNODE *(*dispatch) (MAILSTREAM *stream,char *charset,SEARCHPGM *spg,
			   long flags,sorter_t sorter);
  THREADER *next;
};


/* Container for references threading */

typedef void ** container_t;

/* Namespaces */

#define NAMESPACE struct mail_namespace

NAMESPACE {
  char *name;			/* name of this namespace */
  int delimiter;		/* hierarchy delimiter */
  PARAMETER *param;		/* namespace parameters */
  NAMESPACE *next;		/* next namespace */
};


/* Authentication */

#define AUTHENTICATOR struct mail_authenticator

AUTHENTICATOR {
  long flags;			/* authenticator flags */
  char *name;			/* name of this authenticator */
  authcheck_t valid;		/* authenticator valid on this system */
  authclient_t client;		/* client function that supports it */
  authserver_t server;		/* server function that supports it */
  AUTHENTICATOR *next;		/* next authenticator */
};

/* Mail driver dispatch */

DRIVER {
  char *name;			/* driver name */
  unsigned long flags;		/* driver flags */
  DRIVER *next;			/* next driver */
				/* mailbox is valid for us */
  DRIVER *(*valid) (char *mailbox);
				/* manipulate driver parameters */
  void *(*parameters) (long function,void *value);
				/* scan mailboxes */
  void (*scan) (MAILSTREAM *stream,char *ref,char *pat,char *contents);
				/* list mailboxes */
  void (*list) (MAILSTREAM *stream,char *ref,char *pat);
				/* list subscribed mailboxes */
  void (*lsub) (MAILSTREAM *stream,char *ref,char *pat);
				/* subscribe to mailbox */
  long (*subscribe) (MAILSTREAM *stream,char *mailbox);
				/* unsubscribe from mailbox */
  long (*unsubscribe) (MAILSTREAM *stream,char *mailbox);
				/* create mailbox */
  long (*create) (MAILSTREAM *stream,char *mailbox);
				/* delete mailbox */
  long (*mbxdel) (MAILSTREAM *stream,char *mailbox);
				/* rename mailbox */
  long (*mbxren) (MAILSTREAM *stream,char *old,char *newname);
				/* status of mailbox */
  long (*status) (MAILSTREAM *stream,char *mbx,long flags);

				/* open mailbox */
  MAILSTREAM *(*open) (MAILSTREAM *stream);
				/* close mailbox */
  void (*close) (MAILSTREAM *stream,long options);
				/* fetch message "fast" attributes */
  void (*fast) (MAILSTREAM *stream,char *sequence,long flags);
				/* fetch message flags */
  void (*msgflags) (MAILSTREAM *stream,char *sequence,long flags);
				/* fetch message overview */
  long (*overview) (MAILSTREAM *stream,overview_t ofn);
				/* fetch message envelopes */
  ENVELOPE *(*structure) (MAILSTREAM *stream,unsigned long msgno,BODY **body,
			  long flags);
				/* return RFC-822 header */
  char *(*header) (MAILSTREAM *stream,unsigned long msgno,
		   unsigned long *length,long flags);
				/* return RFC-822 text */
  long (*text) (MAILSTREAM *stream,unsigned long msgno,STRING *bs,long flags);
				/* load cache */
  long (*msgdata) (MAILSTREAM *stream,unsigned long msgno,char *section,
		   unsigned long first,unsigned long last,STRINGLIST *lines,
		   long flags);
				/* return UID for message */
  unsigned long (*uid) (MAILSTREAM *stream,unsigned long msgno);
				/* return message number from UID */
  unsigned long (*msgno) (MAILSTREAM *stream,unsigned long uid);
				/* modify flags */
  void (*flag) (MAILSTREAM *stream,char *sequence,char *flag,long flags);
				/* per-message modify flags */
  void (*flagmsg) (MAILSTREAM *stream,MESSAGECACHE *elt);
				/* search for message based on criteria */
  long (*search) (MAILSTREAM *stream,char *charset,SEARCHPGM *pgm,long flags);
				/* sort messages */
  unsigned long *(*sort) (MAILSTREAM *stream,char *charset,SEARCHPGM *spg,
			  SORTPGM *pgm,long flags);
				/* thread messages */
  THREADNODE *(*thread) (MAILSTREAM *stream,char *type,char *charset,
			 SEARCHPGM *spg,long flag);
				/* ping mailbox to see if still alive */
  long (*ping) (MAILSTREAM *stream);
				/* check for new messages */
  void (*check) (MAILSTREAM *stream);
				/* expunge deleted messages */
  long (*expunge) (MAILSTREAM *stream,char *sequence,long options);
				/* copy messages to another mailbox */
  long (*copy) (MAILSTREAM *stream,char *sequence,char *mailbox,long options);
				/* append string message to mailbox */
  long (*append) (MAILSTREAM *stream,char *mailbox,append_t af,void *data);
				/* garbage collect stream */
  void (*gc) (MAILSTREAM *stream,long gcflags);
};


#include "linkage.h"

/* Compatibility support names for old interfaces */

#define GET_TRYALTFIRST GET_TRYSSLFIRST
#define SET_TRYALTFIRST SET_TRYSSLFIRST
#define GET_IMAPTRYALT GET_IMAPTRYSSL
#define SET_IMAPTRYALT SET_IMAPTRYSSL
#define OP_TRYALT OP_TRYSSL
#define altflag sslflag

#define mail_close(stream) \
  mail_close_full (stream,NIL)
#define mail_fetchfast(stream,sequence) \
  mail_fetch_fast (stream,sequence,NIL)
#define mail_fetchfast_full mail_fetch_fast
#define mail_fetchflags(stream,sequence) \
  mail_fetch_flags (stream,sequence,NIL)
#define mail_fetchflags_full mail_fetch_flags
#define mail_fetchenvelope(stream,msgno) \
  mail_fetch_structure (stream,msgno,NIL,NIL)
#define mail_fetchstructure(stream,msgno,body) \
  mail_fetch_structure (stream,msgno,body,NIL)
#define mail_fetchstructure_full mail_fetch_structure
#define mail_fetchheader(stream,msgno) \
  mail_fetch_header (stream,msgno,NIL,NIL,NIL,FT_PEEK)
#define mail_fetchheader_full(stream,msgno,lines,len,flags) \
  mail_fetch_header (stream,msgno,NIL,lines,len,FT_PEEK | (flags))
#define mail_fetchtext(stream,msgno) \
  mail_fetch_text (stream,msgno,NIL,NIL,NIL)
#define mail_fetchtext_full(stream,msgno,length,flags) \
  mail_fetch_text (stream,msgno,NIL,length,flags)
#define mail_fetchbody(stream,msgno,section,length) \
  mail_fetch_body (stream,msgno,section,length,NIL)
#define mail_fetchbody_full mail_fetch_body
#define mail_setflag(stream,sequence,flag) \
  mail_flag (stream,sequence,flag,ST_SET)
#define mail_setflag_full(stream,sequence,flag,flags) \
  mail_flag (stream,sequence,flag,ST_SET | (flags))
#define mail_clearflag(stream,sequence,flag) \
  mail_flag (stream,sequence,flag,NIL)
#define mail_clearflag_full mail_flag
#define mail_search(stream,criteria) \
  mail_search_full (stream,NIL,mail_criteria (criteria),SE_FREE);
#define mail_expunge(stream) \
  mail_expunge_full (stream,NIL,NIL)
#define mail_copy(stream,sequence,mailbox) \
  mail_copy_full (stream,sequence,mailbox,NIL)
#define mail_move(stream,sequence,mailbox) \
  mail_copy_full (stream,sequence,mailbox,CP_MOVE)
#define mail_append(stream,mailbox,message) \
  mail_append_full (stream,mailbox,NIL,NIL,message)

/* Interfaces for SVR4 locking brain-damage workaround */

/* Driver dispatching */

#define SAFE_DELETE(dtb,stream,mailbox) (*dtb->mbxdel) (stream,mailbox)
#define SAFE_RENAME(dtb,stream,old,newname) (*dtb->mbxren) (stream,old,newname)
#define SAFE_STATUS(dtb,stream,mbx,flags) (*dtb->status) (stream,mbx,flags)
#define SAFE_COPY(dtb,stream,sequence,mailbox,options) \
  (*dtb->copy) (stream,sequence,mailbox,options)
#define SAFE_APPEND(dtb,stream,mailbox,af,data) \
  (*dtb->append) (stream,mailbox,af,data)
#define SAFE_SCAN_CONTENTS(dtb,name,contents,csiz,fsiz) \
  scan_contents (dtb,name,contents,csiz,fsiz)


/* Driver callbacks */

#define MM_EXISTS mm_exists
#define MM_EXPUNGED mm_expunged
#define MM_FLAGS mm_flags
#define MM_NOTIFY mm_notify
#define MM_STATUS mm_status
#define MM_LOG mm_log
#define MM_CRITICAL mm_critical
#define MM_NOCRITICAL mm_nocritical
#define MM_DISKERROR mm_diskerror
#define MM_FATAL mm_fatal
#define MM_APPEND(af) (*af)

/* Function prototypes */

void mm_searched (MAILSTREAM *stream,unsigned long number);
void mm_exists (MAILSTREAM *stream,unsigned long number);
void mm_expunged (MAILSTREAM *stream,unsigned long number);
void mm_flags (MAILSTREAM *stream,unsigned long number);
void mm_notify (MAILSTREAM *stream,char *string,long errflg);
void mm_list (MAILSTREAM *stream,int delimiter,char *name,long attributes);
void mm_lsub (MAILSTREAM *stream,int delimiter,char *name,long attributes);
void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status);
void mm_log (char *string,long errflg);
void mm_dlog (char *string);
void mm_login (NETMBX *mb,char *user,char *pwd,long trial);
void mm_critical (MAILSTREAM *stream);
void mm_nocritical (MAILSTREAM *stream);
long mm_diskerror (MAILSTREAM *stream,long errcode,long serious);
void mm_fatal (char *string);
void *mm_cache (MAILSTREAM *stream,unsigned long msgno,long op);

extern STRINGDRIVER mail_string;
void mail_versioncheck (char *version);
void mail_link (DRIVER *driver);
void *mail_parameters (MAILSTREAM *stream,long function,void *value);
DRIVER *mail_valid (MAILSTREAM *stream,char *mailbox,char *purpose);
DRIVER *mail_valid_net (char *name,DRIVER *drv,char *host,char *mailbox);
long mail_valid_net_parse (char *name,NETMBX *mb);
long mail_valid_net_parse_work (char *name,NETMBX *mb,char *service);
void mail_scan (MAILSTREAM *stream,char *ref,char *pat,char *contents);
void mail_list (MAILSTREAM *stream,char *ref,char *pat);
void mail_lsub (MAILSTREAM *stream,char *ref,char *pat);
long mail_subscribe (MAILSTREAM *stream,char *mailbox);
long mail_unsubscribe (MAILSTREAM *stream,char *mailbox);
long mail_create (MAILSTREAM *stream,char *mailbox);
long mail_delete (MAILSTREAM *stream,char *mailbox);
long mail_rename (MAILSTREAM *stream,char *old,char *newname);
char *mail_utf7_valid (char *mailbox);
long mail_status (MAILSTREAM *stream,char *mbx,long flags);
long mail_status_default (MAILSTREAM *stream,char *mbx,long flags);
MAILSTREAM *mail_open (MAILSTREAM *stream,char *name,long options);
MAILSTREAM *mail_open_work (DRIVER *d,MAILSTREAM *stream,char *name,
			    long options);
MAILSTREAM *mail_close_full (MAILSTREAM *stream,long options);
MAILHANDLE *mail_makehandle (MAILSTREAM *stream);
void mail_free_handle (MAILHANDLE **handle);
MAILSTREAM *mail_stream (MAILHANDLE *handle);

void mail_fetch_fast (MAILSTREAM *stream,char *sequence,long flags);
void mail_fetch_flags (MAILSTREAM *stream,char *sequence,long flags);
void mail_fetch_overview (MAILSTREAM *stream,char *sequence,overview_t ofn);
void mail_fetch_overview_sequence (MAILSTREAM *stream,char *sequence,
				   overview_t ofn);
void mail_fetch_overview_default (MAILSTREAM *stream,overview_t ofn);
ENVELOPE *mail_fetch_structure (MAILSTREAM *stream,unsigned long msgno,
				BODY **body,long flags);
char *mail_fetch_message (MAILSTREAM *stream,unsigned long msgno,
			  unsigned long *len,long flags);
char *mail_fetch_header (MAILSTREAM *stream,unsigned long msgno,char *section,
			 STRINGLIST *lines,unsigned long *len,long flags);
char *mail_fetch_text (MAILSTREAM *stream,unsigned long msgno,char *section,
		       unsigned long *len,long flags);
char *mail_fetch_mime (MAILSTREAM *stream,unsigned long msgno,char *section,
		       unsigned long *len,long flags);
char *mail_fetch_body (MAILSTREAM *stream,unsigned long msgno,char *section,
		       unsigned long *len,long flags);
long mail_partial_text (MAILSTREAM *stream,unsigned long msgno,char *section,
			unsigned long first,unsigned long last,long flags);
long mail_partial_body (MAILSTREAM *stream,unsigned long msgno,char *section,
			unsigned long first,unsigned long last,long flags);
char *mail_fetch_text_return (GETS_DATA *md,SIZEDTEXT *t,unsigned long *len);
char *mail_fetch_string_return (GETS_DATA *md,STRING *bs,unsigned long i,
				unsigned long *len,long flags);
long mail_read (void *stream,unsigned long size,char *buffer);
unsigned long mail_uid (MAILSTREAM *stream,unsigned long msgno);
unsigned long mail_msgno (MAILSTREAM *stream,unsigned long uid);
void mail_fetchfrom (char *s,MAILSTREAM *stream,unsigned long msgno,
		     long length);
void mail_fetchsubject (char *s,MAILSTREAM *stream,unsigned long msgno,
			long length);
MESSAGECACHE *mail_elt (MAILSTREAM *stream,unsigned long msgno);
void mail_flag (MAILSTREAM *stream,char *sequence,char *flag,long flags);
long mail_search_full (MAILSTREAM *stream,char *charset,SEARCHPGM *pgm,
		       long flags);
long mail_search_default (MAILSTREAM *stream,char *charset,SEARCHPGM *pgm,
			  long flags);
long mail_ping (MAILSTREAM *stream);
void mail_check (MAILSTREAM *stream);
long mail_expunge_full (MAILSTREAM *stream,char *sequence,long options);
long mail_copy_full (MAILSTREAM *stream,char *sequence,char *mailbox,
		     long options);
long mail_append_full (MAILSTREAM *stream,char *mailbox,char *flags,char *date,
		       STRING *message);
long mail_append_multiple (MAILSTREAM *stream,char *mailbox,append_t af,
			   void *data);
void mail_gc (MAILSTREAM *stream,long gcflags);
void mail_gc_msg (MESSAGE *msg,long gcflags);
void mail_gc_body (BODY *body);

BODY *mail_body (MAILSTREAM *stream,unsigned long msgno,
		 unsigned char *section);
char *mail_date (char *string,MESSAGECACHE *elt);
char *mail_cdate (char *string,MESSAGECACHE *elt);
long mail_parse_date (MESSAGECACHE *elt,unsigned char *string);
void mail_exists (MAILSTREAM *stream,unsigned long nmsgs);
void mail_recent (MAILSTREAM *stream,unsigned long recent);
void mail_expunged (MAILSTREAM *stream,unsigned long msgno);
void mail_lock (MAILSTREAM *stream);
void mail_unlock (MAILSTREAM *stream);
void mail_debug (MAILSTREAM *stream);
void mail_nodebug (MAILSTREAM *stream);
void mail_dlog (char *string,long flag);
long mail_match_lines (STRINGLIST *lines,STRINGLIST *msglines,long flags);
unsigned long mail_filter (char *text,unsigned long len,STRINGLIST *lines,
			   long flags);
long mail_search_msg (MAILSTREAM *stream,unsigned long msgno,char *section,
		      SEARCHPGM *pgm);
long mail_search_header_text (char *s,STRINGLIST *st);
long mail_search_header (SIZEDTEXT *hdr,STRINGLIST *st);
long mail_search_text (MAILSTREAM *stream,unsigned long msgno,char *section,
		       STRINGLIST *st,long flags);
long mail_search_body (MAILSTREAM *stream,unsigned long msgno,BODY *body,
		       char *prefix,unsigned long section,long flags);
long mail_search_string (SIZEDTEXT *s,char *charset,STRINGLIST **st);
long mail_search_string_work (SIZEDTEXT *s,STRINGLIST **st);
long mail_search_keyword (MAILSTREAM *stream,MESSAGECACHE *elt,STRINGLIST *st,
			  long flag);
long mail_search_addr (ADDRESS *adr,STRINGLIST *st);
char *mail_search_gets (readfn_t f,void *stream,unsigned long size,
			GETS_DATA *md);
SEARCHPGM *mail_criteria (char *criteria);
int mail_criteria_date (unsigned short *date,char **r);
int mail_criteria_string (STRINGLIST **s,char **r);
unsigned short mail_shortdate (unsigned int year,unsigned int month,
			       unsigned int day);
SEARCHSET *mail_parse_set (char *s,char **ret);
SEARCHSET *mail_append_set (SEARCHSET *set,unsigned long msgno);
unsigned long *mail_sort (MAILSTREAM *stream,char *charset,SEARCHPGM *spg,
			  SORTPGM *pgm,long flags);
unsigned long *mail_sort_cache (MAILSTREAM *stream,SORTPGM *pgm,SORTCACHE **sc,
				long flags);
unsigned long *mail_sort_msgs (MAILSTREAM *stream,char *charset,SEARCHPGM *spg,
			       SORTPGM *pgm,long flags);
SORTCACHE **mail_sort_loadcache (MAILSTREAM *stream,SORTPGM *pgm);
unsigned int mail_strip_subject (char *t,char **ret);
char *mail_strip_subject_wsp (char *s);
char *mail_strip_subject_blob (char *s);
int mail_sort_compare (const void *a1,const void *a2);
unsigned long mail_longdate (MESSAGECACHE *elt);
THREADNODE *mail_thread (MAILSTREAM *stream,char *type,char *charset,
			 SEARCHPGM *spg,long flags);
THREADNODE *mail_thread_msgs (MAILSTREAM *stream,char *type,char *charset,
			      SEARCHPGM *spg,long flags,sorter_t sorter);
THREADNODE *mail_thread_orderedsubject (MAILSTREAM *stream,char *charset,
					SEARCHPGM *spg,long flags,
					sorter_t sorter);
THREADNODE *mail_thread_references (MAILSTREAM *stream,char *charset,
				    SEARCHPGM *spg,long flags,
				    sorter_t sorter);
void mail_thread_loadcache (MAILSTREAM *stream,unsigned long uid,OVERVIEW *ov,
			    unsigned long msgno);
char *mail_thread_parse_msgid (char *s,char **ss);
STRINGLIST *mail_thread_parse_references (char *s,long flag);
long mail_thread_check_child (container_t mother,container_t daughter);
container_t mail_thread_prune_dummy (container_t msg,container_t ane);
container_t mail_thread_prune_dummy_work (container_t msg,container_t ane);
THREADNODE *mail_thread_c2node (MAILSTREAM *stream,container_t con,long flags);
THREADNODE *mail_thread_sort (THREADNODE *thr,THREADNODE **tc);
int mail_thread_compare_date (const void *a1,const void *a2);
long mail_sequence (MAILSTREAM *stream,unsigned char *sequence);
long mail_uid_sequence (MAILSTREAM *stream,unsigned char *sequence);
long mail_parse_flags (MAILSTREAM *stream,char *flag,unsigned long *uf);
long mail_usable_network_stream (MAILSTREAM *stream,char *name);

MESSAGECACHE *mail_new_cache_elt (unsigned long msgno);
ENVELOPE *mail_newenvelope (void);
ADDRESS *mail_newaddr (void);
BODY *mail_newbody (void);
BODY *mail_initbody (BODY *body);
PARAMETER *mail_newbody_parameter (void);
PART *mail_newbody_part (void);
MESSAGE *mail_newmsg (void);
STRINGLIST *mail_newstringlist (void);
SEARCHPGM *mail_newsearchpgm (void);
SEARCHHEADER *mail_newsearchheader (char *line,char *text);
SEARCHSET *mail_newsearchset (void);
SEARCHOR *mail_newsearchor (void);
SEARCHPGMLIST *mail_newsearchpgmlist (void);
SORTPGM *mail_newsortpgm (void);
THREADNODE *mail_newthreadnode (SORTCACHE *sc);
ACLLIST *mail_newacllist (void);
QUOTALIST *mail_newquotalist (void);
void mail_free_body (BODY **body);
void mail_free_body_data (BODY *body);
void mail_free_body_parameter (PARAMETER **parameter);
void mail_free_body_part (PART **part);
void mail_free_cache (MAILSTREAM *stream);
void mail_free_elt (MESSAGECACHE **elt);
void mail_free_envelope (ENVELOPE **env);
void mail_free_address (ADDRESS **address);
void mail_free_stringlist (STRINGLIST **string);
void mail_free_searchpgm (SEARCHPGM **pgm);
void mail_free_searchheader (SEARCHHEADER **hdr);
void mail_free_searchset (SEARCHSET **set);
void mail_free_searchor (SEARCHOR **orl);
void mail_free_searchpgmlist (SEARCHPGMLIST **pgl);
void mail_free_namespace (NAMESPACE **n);
void mail_free_sortpgm (SORTPGM **pgm);
void mail_free_threadnode (THREADNODE **thr);
void mail_free_acllist (ACLLIST **al);
void mail_free_quotalist (QUOTALIST **ql);
void auth_link (AUTHENTICATOR *auth);
char *mail_auth (char *mechanism,authresponse_t resp,int argc,char *argv[]);
AUTHENTICATOR *mail_lookup_auth (unsigned long i);
unsigned int mail_lookup_auth_name (char *mechanism,long flags);

NETSTREAM *net_open (NETMBX *mb,NETDRIVER *dv,unsigned long port,
		     NETDRIVER *ssld,char *ssls,unsigned long sslp);
NETSTREAM *net_open_work (NETDRIVER *dv,char *host,char *service,
			  unsigned long port,unsigned long portoverride,
			  unsigned long flags);
NETSTREAM *net_aopen (NETDRIVER *dv,NETMBX *mb,char *service,char *usrbuf);
char *net_getline (NETSTREAM *stream);
				/* stream must be void* for use as readfn_t */
long net_getbuffer (void *stream,unsigned long size,char *buffer);
long net_soutr (NETSTREAM *stream,char *string);
long net_sout (NETSTREAM *stream,char *string,unsigned long size);
void net_close (NETSTREAM *stream);
char *net_host (NETSTREAM *stream);
char *net_remotehost (NETSTREAM *stream);
unsigned long net_port (NETSTREAM *stream);
char *net_localhost (NETSTREAM *stream);

long sm_subscribe (char *mailbox);
long sm_unsubscribe (char *mailbox);
char *sm_read (void **sdb);

void ssl_onceonlyinit (void);
char *ssl_start_tls (char *s);
void ssl_server_init (char *server);


/* Server I/O functions */

int PBIN (void);
char *PSIN (char *s,int n);
long PSINR (char *s,unsigned long n);
int PBOUT (int c);
long INWAIT (long seconds);
int PSOUT (char *s);
int PSOUTR (SIZEDTEXT *s);
int PFLUSH (void);
PK�"[�ρ ��include/c-client/linkage.cnu�[���  mail_link (&mboxdriver);		/* link in the mbox driver */
  mail_link (&imapdriver);		/* link in the imap driver */
  mail_link (&nntpdriver);		/* link in the nntp driver */
  mail_link (&pop3driver);		/* link in the pop3 driver */
  mail_link (&mixdriver);		/* link in the mix driver */
  mail_link (&mxdriver);		/* link in the mx driver */
  mail_link (&mbxdriver);		/* link in the mbx driver */
  mail_link (&tenexdriver);		/* link in the tenex driver */
  mail_link (&mtxdriver);		/* link in the mtx driver */
  mail_link (&mhdriver);		/* link in the mh driver */
  mail_link (&mmdfdriver);		/* link in the mmdf driver */
  mail_link (&unixdriver);		/* link in the unix driver */
  mail_link (&newsdriver);		/* link in the news driver */
  mail_link (&philedriver);		/* link in the phile driver */
  mail_link (&dummydriver);		/* link in the dummy driver */
  auth_link (&auth_gss);		/* link in the gss authenticator */
  auth_link (&auth_ext);		/* link in the ext authenticator */
  auth_link (&auth_md5);		/* link in the md5 authenticator */
  auth_link (&auth_pla);		/* link in the pla authenticator */
  auth_link (&auth_log);		/* link in the log authenticator */
  mail_versioncheck (CCLIENTVERSION);
  ssl_onceonlyinit ();
PK�"[���include/c-client/os_a52.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- AIX on RS6000
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	30 August 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <time.h>		/* for struct tm */
#include <dirent.h>
#include <fcntl.h>
#include <utime.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


#define setpgrp(a,b) Setpgrp(a,b)
int Setpgrp (int pid,int gid);

#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[��L���include/c-client/os_qnx.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- QNX version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	10 September 1993
 * Last Edited:	20 December 2006
 */

#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/file.h>
#include <sys/dir.h>
#include <sys/types.h>
#include </usr/include/unix.h>
#include <time.h>
#include <utime.h>


/* QNX gets these wrong */

#define setpgrp setpgid
#define readdir Readdir
#define FNDELAY O_NONBLOCK
#define d_ino d_fileno

typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (void *d1,void *d2);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"

long gethostid(void);
struct direct *Readdir (DIR *dirp);

extern long random (void);
PK�"[��ʃinclude/c-client/os_aos.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- AOS version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	11 May 1989
 * Last Edited:	30 August 2006
 */

#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


char *getenv (char *name);
char *strstr (char *cs,char *ct);
char *strerror (int n);
void *memmove (void *s,void *ct,size_t n);
unsigned long strtoul (char *s,char **endp,int base);
void *malloc (size_t byteSize);
void free (void *ptr);
void *realloc (void *oldptr,size_t newsize);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
PK�"[a���include/c-client/os_solo.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- Solaris version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	20 December 2006
 */

#include <string.h>

#include <sys/types.h>
#include <stdlib.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <utime.h>
#include <syslog.h>
#include <sys/file.h>
#include <ustat.h>


/* Many versions of SysV get this wrong */

#define setpgrp(a,b) Setpgrp(a,b)
int Setpgrp (int pid,int gid);


/* Different names, equivalent things in BSD and SysV */

/* L_SET is defined for some strange reason in <sys/file.h> on SVR4. */
#ifndef L_SET
#define L_SET SEEK_SET
#endif
#ifndef L_INCR
#define L_INCR SEEK_CUR
#endif
#ifndef L_XTND
#define L_XTND SEEK_END
#endif

#define direct dirent
#define random lrand48

#define scandir Scandir
#define alphasort Alphasort

#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

long gethostid (void);
typedef int (*select_t) (struct direct *name);
typedef int (*compar_t) (const void *d1,const void *d2);
int scandir (char *dirname,struct direct ***namelist,select_t select,
	     compar_t compar);
int alphasort (void *d1,void *d2);


#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[g�c�ttinclude/c-client/os_sgi.hnu�[���/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed 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
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Operating-system dependent routines -- SGI version
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	1 August 1988
 * Last Edited:	20 December 2006
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include <time.h>		/* for struct tm */
#include <utime.h>
#include <fcntl.h>
#include <sys/syslog.h>
#include <sys/file.h>
#include <ustat.h>

/* Many versions of SysV get this wrong */

#define setpgrp(a,b) Setpgrp(a,b)
int Setpgrp (int pid,int gid);


#define direct dirent

#define fatal cclient_fatal

#define utime portable_utime
int portable_utime (char *file,time_t timep[2]);

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
#include "flocksim.h"
PK�"[�'�����lib64/libc-client.so.2007nuȯ��ELF>��@�@8	@`�`� ��0�0p��� ����0��0PP888$$@�@�@�  S�td@�@�@�  P�tdX�X�X���Q�tdR�td��0�0GNUxϪ�u�A8���y���	��
�����_��X	H�0����QQ@�$ĈB" H1L�*0a	@�e
x��E��J@ AB*
#�@APJPaJ�d��1@@@� ��"Rd��HZp �!" ��	P��"H0�	� (!FX@3��"�m*A��(P ɸ��# 	A�D�E�4,U�@���`*��@ 4��`�bB��,@�R$�0D@!2 ���$ 
�(J���0A���w2(&B!d��ƀ  T�x�
�@@1������%8�8
 (@@
 ��A Yb2� 1
��U � 	�P$�(�A�-���:CK��4��PA0�R���P�� N�"@��"р� #,� ��'���@��F�"@@H(+  �F����Ab��H� I
IdQ��	�& �@  �%
�$
@�`#�	 �B`h�" ����d��bH�@%
(�Pb�2�1 �C� A��ER��i!��� Rt$-� A$@R ���4����`���D	��Q�iCD@ �D ��
����@� �E �`�!@�"1�! @hP��@��;$0v�E�0� �R��@�Pj� C$�J3�x  #P&��P'pA��
�  Tɐ��` 0��(�	��
!�TC 	!9F�TCE
A����������	!$&(,.02469;<=?BCDFJLNOQUXY\^`abdeghjmnprvwyz{}~��������������������������������������������������������������	

!"$%&)*.158:>CEFIJKLMPRSTVX]_bfgiklqstw|~��������������������������������������������������������
%&()-2468:=@ACDGJNQRTWY[^`adeilnqvwz~������������������������������������������������������� "$%(*,.258:;<=@CDHJMVY[_bcghosuy|}�����������������������������������bOH�k|�\�_D�.��^띧�4X�k`f�A�U�uܖtkO�.<T&��C���)���h�-i�{��I�o�?��?�L���2�%�?�=�#n
y�g���p�����$<d�g��Ԁ��b��I�����f�����	�b1�Ұz�#���Y�M.1��th�on�T�PJ/�ī^n��\�� <lY�}0���P?��� �(>��^��ӛ��'"$ԟqn(|�>>8�a2n{���jw�*��ZWu�.X]��!Ff�G�U����fq��Ї����^��x�}����T�a��y�m:�d���?;x�+4q�[�
���ͨ�)�5�2��ZJ�7�u�L�9�u��޴
�n����/���xُ`.�&A�9�!xuAN��j��P��tq�5��Bz.J:>��l�'�����'r5�|"Pw���{��z�^q�c�s?�;���⹧�\�ŨI���|�O"��3�;����J��i�BZ�f��D��s�F���+/D��ʱ��s���B�(E��A[f��M%w��sb��X�S�܌l6�>QET���������s��E�ctR;�
|�] �:�@�N9-�ꓟc�k3)�����;��4��(5�R�O^R�����	�_(3s��b��;�oX{x�ftia��w��o	71�r��)�uL�g`태������d�a���|�R��02!2��j��P��e'�&�ÑG���E���7��.I�Վ��x�'�<��^�R
�Jќr���Ş6E��ta�	�X�|)xqAK�رw���|�a�wqBl���4�
)�r��|�V�_���9l��CT�MĿva�MF79�6�#.�0�v�mJ>�c�l1�۷eNaLܩ��}�{��
�
F��ZG?$�#��t��x���>L�TF��,9�
Q���$z˿��Y��B�,�[!��վ�l�|�!����oF��0U	��>�šl������ql����CE��[��E�g+޴&g�(EO�OQ�Ǥ�|����wnr���;MQ+��7>����	�2�Rp��q�Ĺ����!�ʨ�ހ�)��?.�|��/��.u̐$V�)��-͠�)E���Em���^���w���^��]�S��`B��D���)/��"��cb)y,�Eh³�O�"lW@�>��j���/r��dX�����V��g�G���c����D22�E1O�{q[���e��d�D��m�ɥF�wF���>�:*�������Ye��:X<�L�(�a�����2��g��NH%C(�{q4���+��T-��ڑM�����Wݣw9'�F(K�_�r�\̴`|��rk����2�x�קt���}�R��ij��
"(NT�FN�	5�C�G��9��Ai*>`G&#�}pq��@�b���k|�7�����ҥ�FI.@O��m?�
�-�<�8F��ն0~u�m���d����4?�y��)�,8����$��d�$l�y��!~��ã}���2���2b9����L(��R��N�YF곥��]�b�T��ǕE��V�.N��yq��Rݧ$����֔&~Y��`U��7h{�y�
��nB�O$^� x\{l����5n�/���z��)"?k�uW9��|e
�W�0�!���oT#c�����@�n��a���)Ey ��/�z�\�9�/�{�h_��g�
{���N?�aꡍ�̈�������؂�A?��d��
�f{/��Vͩ��^��F+��Y�g����(^I1qa��Zxg����}����k	q���WE�"̀��i��΂�'5v��H�����g�*�.E�>��9�X_��4���|u�l
v��ʴW�r��ŗ�,��M��|0�m����,$��%���)m�vV`���4�2���u�G������ft�wI� ��)l�{qÛ����Wa����R�X�R����o��€�u��JiV�Է~/��m%L��L�"^���5l��c�d�0�8�K�p�Ct4�����9������ǑT��x�d�C�<��oZÒ4��r��4��/o���e�Q���Y!s�z��	=�K�FI�?�Y�����F@u���e91���a��APu{�_�����������G<&��
�)�ϵU|���d9��d¶X�V��.&�V�K=Jb���3nha3������3n"DN0��j�i�����"�3���b9��a�v�	)E�f,�)Zt���Ј���UA�(��Z'�’o�RF��z�gm.�Yզ�����}$м�[���ُ�62"�v�D���S�5�QbáE������ʈ�Ym�/c[������
�_��@� �%7�vl�����-��5rin�Pz]|)�l���h�i��`�l�=T����Y�+�[`4�y�ϲv�h����M��E��z&Κ�k�s�!�5*����7�$/������"`?�k���0�Ʈڜ���2Et�34�+>((�8N�|��s��o�#��1��(g�kp�k��h�4�Z��c!m�`�-�4�}�f��ÿ�ģ�xՅ/�ꍭ�k0�V,ؤ�u�k��7�!NJ���r���{��w�cLf�:�%Ba�EcŽ�`3�-�@�-�F�k\4�
n�/�*-�YS�`<$��9'F7���k�043.+Nn�.�[��M9��}‰\�1m�Htv��
87P2�ϒ���K��M�˅�Y�K�S=��>y��� )Z3�a���I��O�4�68�S%���(9)ݤ!����F>K��4��@>�#��ұ�#�.R��r�sl\P��r�&V"�H��m~����������y��a�Eԥ6�vh5�&~&<�؜�V���v�ԠIn�^.q[���ݠhc�C�ce�J��=(�=37��L�`����U*~:��(��5��J�ʅ=WL���t�R*
x*9�6�4>�Ig��3#"0$Ӿa!����W2/zq�<ɛ��?yO+�Œ�" ��U(sq�f]�Wfo	zڷ�́��b�|$��b"��*?tL�/ ���X�6A�n�Zs#��t#��u`�4_HL6�����l������~h���ٲ܀�f�r�.P��	���gy���'�m�)ggxq����e�i��lA��
�����Ct�L��nz�����tE���-=ň9�4�l�
��dǻ�[I.=�)1^EZ���)�Z�*�����́E�Y+ȵe�C87��I��<�V㪚��,E��ߚ�T�biP&��v��
�Dt�a/Μji����:�֟�S
t�]AQD:1}�tf�^�X��Ґ^�0���+s�G����|��|���)T=�z��)�}���T�]3n�53�G+�PF�<SR���z��py|4P͆6�]3nҗ��г�7��I�3���U3NF�':�K����؍�b`^��rF�w(|>�k���[��7N�D0�!��w �t���T]�Ma�ؔ���Xkb����ᴎ���/�H�ح{ڪD�TW�^�'�ש8@��5DuN�<�L�?t~��ߒ�8�$b��̕|�No�;��
�ǟ�ώ���zf���@A?��#����d��<�%G���g��y4/�/�>W>2<��D��85���`�6�Z�=z��}Ԭ�k� �9杍�T�Mz0�s�)�����m�Q;n`�����:��y���(���_e�P�{vuś�C�lr�c�m~�*�%50�G�}�\i�!=K�S�."܍m���EW"�P9G��|��e�8�-ť*�g���x���k��&#�qXf��sU����*f�f��;f���oK`�G�æ����gc��.�y��c~�
�;�)�>ETܜZ�2����dp�|P'ob�*3rYA����dx���2�TI�%�1��``+��zN
櫓�ka��yG�"_Q|q��@��(��
��x��/d7i�-x�kr%�
��c�C������_��.��� F"��c o=�(*��#�(
#/UH3�5�	���+0
�	?->  
�
���.�I93?m��?�N(?��=	�/~ B
Lp=�.;N
w~\9�	U
m	�	_(��%�<�/�h����
�p��	�	�Q	dS%	V�>��h!��F�-�/���(
v�/T!b
*?��	d0
�C
���q��( ��LR
	0 W	�y8 �R)�D�D�b�.0\+
@��P9 ���O��G�v��eh!��
�<�� aH>, �>)}.0S
1?�����!���5��{
 x��
�;`�	�9 ~6�#���c�rt`H$��K����q0 	�_.`��#���lp�Q�0�>��a�7@B1 :�Yl7 @1�&#�1@G�=#8!1�2�81 �(ЁB5"�!1�J�,<��}� {�2@e��.p�61P(E�
��z�!@�e�< ��
� �tTN9`C1c����b-�0K�n&@>~50c�4��>+7@Y
�20~2z��!�9��7�^dR>`_	i�4��Y�*������?
� �1� ��% ���)P��\�V�%p�?G:P�f>@`	[���0`Y`&��' NO�9�����Ag�\�=:���3:P�_�40��@
�'�-����g�8�o
,@4q9�sX1.Д'�=@O1 �PLn pf	{�,�8�A7pYC$0��^��L���d���c?�6�N/%�A�3����!І���&k�=�)	����+>�Q	��)P���`L��,�R�q�����b�: �92jL4>@U	��6�Nry1`5�-@~&�z}+0d@���9`��/2�i/	*�9
��Zs+X0��l��k`WN:p~�
0�F	M�8p9�s��@G�p��@�08�'�R-�"P�ny
P��:�H1 \2�kI�5� U.p���0 �4��9g5���9��\�:`�N7�Y��2@v+�@�00R��(\!� 1�5��
0�{~	�������P����0�2@61c/���hp�pi��Y]	��;��EG`)Yc9�}�>�u	��)0�rV���8`JC90v!�4�;1 $0��9�T'�Jr�:@��C@�C��\v7�\>�3��e��Ik%�J��+�&4p�%� y�`=�i �qH*@�3%���n�/���	�
��iY/���	k�
	;зX�p 7�
`y��$��`&:����;�	�<���C<,0)%\=�	M
5�!3P��t/P�>
�$����pa
�* ����r9�}C�!p��+PQ�������%������-� �% �\}& X �����n�:дG�����5#�\>�_	d���X7`\G=	�PL�*P�l?1�(	
6)�=�	!� &�P%�P�)��"� ���-0�Zy��mX8�n��J�� �>�P����*Z23�������8Wi+��"@��`��%;����1C8� PsKX`:A� Pr��'0b�#%������X	q:@���2�z�; 	 �U�8 r�30�\i:0�<?`P1�;p�v8$��l��G�.�00]�/5�'�V��P�
�x�p"��#���Q �o�:��'�'�\����0�
��%��~�
F#���x!��h�
��&�2 v�'PR�J/ ��s;�Y&���	y�2vF��iH�"���00�(Puf�3��"�9��O6P0�}>pk	u�3����-��� RA0�"�5�/�/`�x���*01��4�;�8�=�0	��/���pL�3�����F��*�.0���*�\-P{�!�����!YP7��+`1�@�lV&�
�J.���1 !d3p�?�0K�& )���[P>r-�|`�' ip3��1!���2pv�"���h-p{Y�5P(|�!�?��4��% �h�,�S�{*���@�КJ�/��{	!� 1N;������N4p��`�" !1C4P�@0��P�P�1I> M1�(���|$���,1�'|���HZ���-@�� PI��P�k��p�.���+@3�v=	u0���+@h}<��lt  r+�����=��
oJ�;P��� ��a`�r2�i� ���*@��.����f>�J	����$t>�b	�*'�6��.Т�04/!� 1X�a:���0���V;P��VP�s!+�r]�P�|��!�(�}A�'@iL8nz(=0	�"кm|;L1 Op��)P���&`�!� 1�$���<���p<��j����,	�N�n%���$���+�6;*0�:-jy��|��I.5P���a�2�u�p�MD�npPz(�kw&8�er�:�����h;��C�0� &�80q�8Pb$B&P�%��00�'�'1 ��B<PA0U*��a�,�Q\<#0!1z����-ЁB	<�I1�/���8�o4pK�	.���"@&��PRLm,�P�A �i���>m�8�o�9@�W,�h��<p���=�-��i���%`�`
�
����&��J=	�A;0�x�;@�W�0� �-��� �~��P4YM�/+�:p�@>\	\~=�	>7�X�3���;P��� �~�;`���7�`E0���;`�P7�X�0�/	c�s�4P��(<@�����840���:�Z6�<1�,pXC5�B��0+B.%`�)�PD��D�� =1�%P'�7�X_�:��C�6B��@$���;89@u���y:�fn!!1�<���P+��+p��@|Ac"��hD "�$ ���&@8�?��6�H���#!� 1�5�<�6@<���Oc'�K9�1 Jd�.��l�I��3��A�&0;0�\�p��z2�u���)/�11 :<��#�p���|G7���� s%$p���*��D����m$����)�7�#��bE%�e�%��	�6W�<��'�7�^�1�Z�k*'G(0nQ�3P�,4/��w�p!�@���1F5w 6��p�u 9�tY�`>�q4��|z6�9��'pQ��)�Cy,PQoq
w8_*@������g��00<���s����1��-t">�O	����`;0�uf4p���6N�.@��8�ah�@����H ��/p��E�+#��`�Z�)H}40�S��0PV�i*�|�3���"1`'i+p�3
) �}L�o[�+��%20i�+)0�}P%p�C�5P#5+0C�4�
U,�%1�8�o�
��)L�N� ��4 ��$`��!#P��vP8+�6�JC����6�(>9�>@"@!1X� �|.O2�kB5 �
C�+�'z%����"�����:+(`j�++�KG���+�0�Z+�� 0y�
,�6
������!����6 U�960,
�=�	�&�.D� �^�10W�/`�1�1p<
�.��%p�sX0�\�`9{\) �R>p2	w1`�:�1�@A �2�9���n1�2��7`_?c67��+.��p-H�8�rI�d��p�Y0���# ��E)��l�&�,gY4���C3�2�[��7�_eI'`I���*#�Yh�))�0��#������;	�OU1 51 ?/�.1 �3�4��+�@�N�;�����:=P	�*��,9�E1 8�`	 M�F$����!����O����h���
$����2���[.Ќ��>`v	��)��V�50!�O"Дk1@!��<��{���=��_,P�^
�u��fm'L�y#��}50��?,`=�5'@"1�<����4#�1�@p�6�W���
O$@�>���-/$<�n�0J�e2@m2�6�;�_%@�r�, Ro�����Q:`�3����
�/�?�,�R\�
 �0�%��@K,@A�*�m|3���	Y9`}G�0@ k�/P�r6�8p.~�.@���,�U��+g�@3��B�<.���P��[5�	�^<P��6��ph�G�F-�z��& -+��t��
X"���pW~
�d�;%��d�$��5 ��|-0~�.��6�+Y���~ �f��@��Г�:�F1�' S�]�����A	x'�Lb��S���AP���Нs�=P)	%b(@qr�%��&�.�[�!(!1\ �� =]0*���K1�1a �jY$���N3��?'`F�9(m#�	0i&G!��`��0�����=�:p��l.0�����9���<P���A7�����0�1�
�L�<0�x@*>d
���$���3`61����y<�6�.(@l�C�Tca#������}@.#�p�L�$@�'�.��-`�?SP��1@D��=�0	)"5��= 	�� �t��'P-r��5�Y#&�|�	`i��7�^)�(�u�;��f���r�( �Qx.��0�,1��e14���� ��3��_�0�6�`a��:6d0��.0����p�/J��H�8q�7�\�?��[�0@�`&�E����1" �A�%`$1 L��B8pm��+ !�*6,+t(�s��2pL�131�6`T����2�&P!��
P�o�. )1J*p�V 4��Q-@+1 7@/3�=�%	���1 �=P	6`�2;@���;���D6@0b<�fY�0�U-�y�oкQ�=�	^�4�91�P�7�`���;�r)��|���Kp9�}2&4L	�PgE2Pkz��A 6?1 �PNDDF�
(@ks0<���X �K�/����!P��:-�z2�a�94{	�@ГA )���'.��y uq2�m1m�5��-P�d�p���`�557PY�- ��7�_?.-�zZ0FQ�:������*`�A�P���@���9��U��v��4-@��s508fj�B�P5���:@�L���:p�3�2�}�- \�
�
��:�=	L�>�q	���+��,�X^�%��st	�/1s8po�: �o 99X3�{~���,�T�C?`P1�
P�S�0 
e_102f�"0���*���0�%,P�DI<��0��9P�z +g�(�w��*��x;!��3�8�qC0��X�3P�^�P�#�9��
�5!�0��u�_�
�v�7P`a�8�r)N0���5� X(�p�*,�:�@+���@y�b8`o�-P~%-4��ky"��,*`��&�*�U<0�__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizessl_aopen__xstatauth_md5__stack_chk_failpam_setcredpam_endmail_parametersX509_STORE_CTX_get_errorX509_verify_cert_error_stringX509_STORE_CTX_get_current_certX509_get_subject_nameX509_NAME_onelinecpystr__sprintf_chkmm_blocknotifyalarmmemcpymemset__memcpy_chkfs_giveauth_external_clientstrlenmm_loginauth_login_clientgetpwnamlcasemm_fatal__syslog_chkfs_getmalloc__fxstatstrtok_rstrchrstrcmpauth_plain_clientmm_log__strcpy_chkgetaddrinfofreeaddrinfofs_resizereallocssl_server_input_waitSSL_get_fdSSL_pending__fdelt_chkSSL_readstrcrlfcpystrcrlflensafe_writemaxposint__errno_locationMincrexclumaskgetpidgethostnameunlinkpmatch_fulldmatchkerberos_server_validkrb5_init_contextkrb5_kt_defaultkrb5_free_contextkrb5_kt_start_seq_getkrb5_kt_closekrb5_kt_end_seq_getkerberos_try_kinitenv_parametersdotlock_unlockchk_notsymlink__lxstatset_mbx_protectionsget_dir_protectionGetpeernamegetpeernameGetsocknamegetsocknameip_sockaddrtostringgetnameinfoip_sockaddrtoportip_stringtoaddrip_newsockaddrip_sockaddrip_sockaddrtonameip_nametoaddrtcp_parameterstcp_socket_opengetprotobynamefcntlconnectstrerrorpolltcp_opengetservbyname__stpcpy_chktcp_aborttcp_getbuffertcp_getdatatcp_getlinemail_newstringlistmail_free_stringlisttcp_souttcp_soutrtcp_closeSSL_shutdownSSL_freeSSL_CTX_freessl_soutSSL_writeSSL_get_errorssl_soutrssl_closeTLSv1_client_methodSSL_CTX_newSSL_CTX_set_optionsSSL_CTX_get0_paramX509_VERIFY_PARAM_set_hostflagsX509_VERIFY_PARAM_set1_hostSSL_CTX_set_verifySSL_CTX_set_default_verify_pathsSSL_CTX_load_verify_locationsSSL_newa2i_IPADDRESSBIO_new_socketSSL_set_bioSSL_set_connect_stateSSL_in_initTLS_client_methodSSL_ctrlBIO_new_mem_bufPEM_read_bio_X509SSL_CTX_use_certificateX509_freeBIO_freeERR_clear_errorPEM_read_bio_PrivateKeySSL_CTX_use_PrivateKeyEVP_PKEY_freessl_opentcp_hostssl_hosttcp_portssl_porttcp_clientaddrtcp_clientporttcp_serveraddrtcp_serverportOPENSSL_init_sslsleeptmpnamgethostidRAND_seedtcp_canonicalmylocalhostauth_gssapi_validgss_nt_service_namegss_import_nameauth_gssgss_release_nametcp_name_validtcp_nametcp_remotehostssl_remotehosttcp_localhostssl_localhosttcp_clienthostgetenvtcp_serverhosttcp_isclienthostdorcfopenfgetscompare_cstringfcloseunixprotomail_validstrtolendpwent__strcat_chkenv_initmyusername_fullgeteuidgetlogingetpwuidauth_gssapi_client_workgss_init_sec_contextgss_release_buffergss_delete_sec_contextgss_display_statusgss_unwrapstrcpygss_wrapauth_gssapi_clientmyhomedirpath_createmail_createsysinboxmailboxfilestrstrstrrchrmailboxdirdefault_protouser_flagsdefault_user_flaggrim_pid_reap_statuswaitpidkilldotlock_lockmm_criticalpipemm_nocriticaldup2Maxsetpgidexecv_exittcp_aopenvforkrfc822_timezonetzsetgmtimelocaltimedaysmonthsrfc822_daterfc822_fixed_dateinternal_datesafe_flockfstatfslock_work__read_chklocknameunlockfdcheckpwpam_startpam_set_itemopenlogpam_authenticatepam_acct_mgmtloginpwsetgidinitgroupssetuidpw_loginchdirchrootgetgrnamauth_plain_serverauth_login_serverauthserver_loginkerberos_loginkrb5_parse_namekrb5_aname_to_localnamekrb5_free_principalauth_gssapi_servergss_acquire_credgss_accept_sec_contextgss_release_credgss_display_nameauth_external_serverapop_loginanonymous_loginssl_onceonlyinitssl_getdatassl_getlinessl_getbufferssl_start_tlsssl_server_initOPENSSL_init_cryptoTLSv1_server_methodSSL_CTX_set_cipher_listSSL_CTX_use_certificate_chain_fileSSL_CTX_use_RSAPrivateKey_fileSSL_set_fdSSL_acceptTLS_server_methodERR_error_stringERR_get_errorarm_signalstderrPBINstdinPSINPSINRfreadINWAITPFLUSHstdoutfflushPBOUTPSOUTfputsPSOUTRfwriteauth_logauth_plaauth_extmail_readmail_sort_comparecompare_ulongmail_thread_compare_datemail_versioncheckmail_linkstrpbrkmail_valid_net_parse_work__strncpy_chkstrtoulmail_valid_net_parsemail_valid_netmail_scanmail_listmail_lsubmail_subscribesm_subscribemail_unsubscribesm_unsubscribemail_deletemail_utf7_valid__ctype_b_locmail_renamemail_statusmail_makehandlemail_free_handlemail_streammail_eltmm_flagsmail_fetch_fastmail_fetch_flagsmail_fetch_text_returnmail_stringmail_fetch_string_returntextcpyoffstringmail_uidmail_msgnomail_checkmail_expunge_fullmail_copy_fullmail_datemail_cdatemail_parse_dateucasemail_existsmm_existsmail_recentmail_lockmail_unlockmail_debugmail_nodebugmail_dlogmm_dlogmail_uid_sequencemail_match_linescompare_ucharmail_filtercompare_csizedtextmail_search_headerutf8_mime2textssearchmail_search_header_textrfc822_write_address_fullmail_search_string_workmail_search_stringutf8_textmail_search_getsmail_search_keywordmail_search_addrmail_shortdatemail_sort_cacheqsortmail_strip_subject_wspmail_strip_subject_blobmail_strip_subjectmail_longdatemail_thread_msgsmail_thread_prune_dummy_workmail_thread_prune_dummymail_thread_check_childmail_thread_sortmail_sequencemail_parse_flagsmail_flagmail_usable_network_streammail_new_cache_eltmail_newenvelopemail_newaddrmail_initbodymail_newbodymail_newbody_parametermail_newbody_partmail_newmsgmail_criteria_stringmail_newsearchpgmmail_newsearchheadermail_newsearchsetmail_append_setmail_newsearchormail_newsearchpgmlistmail_newsortpgmmail_newthreadnodemail_thread_orderedsubjectmail_thread_c2nodemail_newacllistmail_newquotalistmail_free_body_parametermail_free_addressmail_thread_parse_msgidrfc822_skipwsrfc822_parse_phraserfc822_parse_routeaddrmail_thread_parse_referencesmail_thread_loadcachemail_free_envelopemail_criteria_datemail_free_body_datamail_free_body_partmail_gc_msgmail_free_bodymail_gc_bodymail_free_eltmail_gcmail_expungedmm_expungedmail_free_cachemail_close_fullmail_open_workmail_fetch_structurerfc822_parse_msg_fullmail_fetch_overview_defaultmail_fetchfrommail_fetchsubjectstrncpymail_bodymail_fetch_headertextcpymail_fetch_messagemail_sort_loadcachememmoverfc822_parse_addressmail_fetch_textmail_fetch_mimemail_fetch_bodymail_search_bodyrfc822_qprintrfc822_base64mail_partial_textmail_partial_bodymail_search_textmail_search_msgmail_search_defaultutf8_badcharsetutf8_searchpgmmm_searchedmm_cachemail_free_searchheadermail_free_searchsetmail_parse_setmail_free_searchpgmlistmail_free_searchpgmmail_free_searchormail_search_fullmail_sort_msgsmail_criteriamail_pingmail_openmail_append_fullfind_rightmost_bitsmtp_parametersmail_append_multiplemm_notifymail_status_defaultmm_statusmail_fetch_overviewmail_fetch_overview_sequencemail_threadmail_free_namespacemail_free_sortpgmmail_sortmail_free_threadnodemail_thread_referenceshash_createhash_lookuphash_addhash_resethash_lookup_and_addhash_destroymail_free_acllistmail_free_quotalistauth_linkmail_authmail_lookup_authmail_lookup_auth_namenet_open_worknet_aopennet_getlinenet_getbuffernet_soutrnet_soutnet_closenet_opennet_hostnet_remotehostnet_portnet_localhostUW_copyrightcpytxttextcpystringhash_indexhex2bytenewsrc_errornewsrc_write_errornewsrc_createnewsrc_newstatenewsrc_newmessagesnewsrc_lsubmm_lsubnewsrc_updateftellfseekungetcnewsrc_readnewsrc_writenewsrc_statenewsrc_check_uid__fprintf_chksm_readucs4_titlecaseutf8_scriptutf8_charsetutf8_rmap_genutf8_rmap_csutf8_rmapucs4_rmaplenucs4_rmapbufucs4_rmaptextutf8_get_rawutf8_getutf8_rmapsizeutf8_rmaptextutf8_cstextucs4_cs_getutf8_csvalidmaputf8_validateutf8_infercharsetutf8_text_1byte0utf8_text_1byteutf8_text_1byte8utf8_text_eucutf8_text_dbyteutf8_text_dbyte2utf8_text_sjisutf8_text_2022utf8_text_utf7utf8_text_ucs2utf8_sizeutf8_pututf8_text_utf8utf8_text_ucs4utf8_text_utf16utf8_text_csucs4_decompose_recursiveutf8_cstocstextucs4_widthutf8_strwidthutf8_textwidthucs4_decomposemime2_decodemime2_tokenmime2_textutf8_to_mutf7utf8_from_mutf7sigemptysetsigactiondummy_closedummy_expungedummy_subscribedummy_scan_contentsdummy_copydummy_validdummydriverdummy_pingdummy_checkdummy_listedmm_listopendirreaddirclosedirdummy_list_workdummy_create_pathmkdirdummy_filedummy_parametersdummy_createdummy_deletermdirdummy_renamedummy_opendummyprotodummy_appenddummy_canonicalizedummy_scandummy_listdummy_lsubpseudo_msgpseudo_subjectpseudo_namepseudo_fromnetmsg_readnetmsg_slurptmpfilefile_stringlseekfd_stringrfc822_default_subtyperfc822_phraseonlyrfc822_quoterfc822_cpyrfc822_cpy_adrrfc822_skip_commentrfc822_parse_wordwspecialsrfc822_parse_parametertspecialsrfc822_parse_content_headerbody_typesbody_encodingsrfc822_parse_domainrfc822_parse_addrspecrfc822_parse_mailboxrfc822_parse_grouprfc822_parse_adrlistrfc822_parse_contentrfc822_output_flushrfc822_output_header_linerfc822_output_catrfc822_output_addressrfc822_output_address_listrspecialsrfc822_output_address_linerfc822_output_parameterrfc822_output_stringlistrfc822_output_body_headerrfc822_output_headerrfc822_output_textrandomrfc822_binaryrfc822_encode_body_8bitrfc822_8bitrfc822_encode_body_7bitrfc822_output_fullrfc822_headerrfc822_header_linerfc822_address_linerfc822_addressrfc822_catrfc822_write_body_headerrfc822_outputrfc822_output_bodynntp_parametersnntp_createnntp_renamenntp_flagmsgnntp_appendnntp_threadnntp_sortnntp_checknntp_soutrnntp_expungenntp_copynntp_flagsnntp_fetchfastnntp_challengenntp_deletenntp_isvalidnntpdrivernntp_validnntp_subscribenntp_unsubscribenntp_canonicalizestpcpynntp_scannntp_lsubnntp_parse_overviewnntp_search_msgnntp_fakenntp_replynntp_send_worknntp_extensionsnntp_send_auth_worknntp_sendnntp_responsenntp_send_authnntp_listnntp_getmapnntp_statusnntp_overnntp_overviewnntp_searchnntp_sort_loadcachenntp_headernntp_textnntp_articlenntp_pingnntp_closenntp_mclosenntp_open_fullnntp_mopennntpprotonntp_mailsmtp_soutrsmtp_challengesmtp_fakesmtp_replysmtp_sendsmtp_authsmtp_responsesmtp_closesmtp_verbosesmtp_rcptsmtp_mailsmtp_ehlosmtp_open_fullimap_validimapdriverimap_gc_bodyimap_gcimap_send_spgm_trimimap_send_sdateimap_soutrimap_responseimap_parse_replyimap_fakeimap_parse_threadimap_parse_headerimap_parse_user_flagimap_parse_flagsimap_parse_stringimap_parse_namespaceimap_parse_addressimap_parse_adrlistimap_parse_envelopeimap_parse_astringimap_cacheimap_parse_body_parameterimap_parse_dispositionimap_parse_stringlistimap_parse_languageimap_parse_extensionimap_parse_body_structureimap_parse_capabilitiesimap_reform_sequenceimap_hostimap_capimap_parse_responseimap_OKimap_parse_unsolicitedstrncmpimap_rimapimap_challengeimap_replyimap_authimap_soutimap_send_literalimap_send_astringimap_send_slistimap_send_ssetimap_send_spgmimap_sendimap_parametersimap_manageimap_createimap_deleteimap_renameimap_loginimap_thread_workimap_sortimap_pingimap_checkimap_capabilityimap_anonimap_list_workimap_scanimap_listimap_lsubimap_subscribeimap_unsubscribeimap_statusimap_closeimap_flagsimap_msgdataimap_uidimap_msgnoimap_flagimap_threadimap_expungeimap_copyimap_append_singleimap_append_referralimap_appendimap_openimapprotoimap_acl_workimap_setaclimap_deleteaclimap_getaclimap_listrightsimap_myrightsimap_setquotaimap_getquotaimap_getquotarootimap_fetchimap_fastimap_overviewimap_structureimap_searchpop3_parameterspop3_createpop3_renamepop3_validpop3driverpop3_appendpop3_listpop3_lsubpop3_subscribepop3_unsubscribepop3_statuspop3_scanpop3_copypop3_challengepop3_fetchfastpop3_deletepop3_fakepop3_replypop3_responsepop3_sendpop3_capapop3_authpop3_pingpop3_checkpop3_send_numpop3_cachepop3_textpop3_expungepop3_headerpop3_closepop3_openpop3protounix_flagmsgunix_scanunix_listunix_lsubmbox_statusunix_parametersunix_createctimembox_createunix_headerunix_isvalid_fdunix_validutimeunixdrivermbox_validmboxdriverunix_text_workunix_textunix_collect_msgunix_append_msgsunix_abortunix_lockunix_unlockunix_renameunix_deletembox_renamembox_deleteunix_appendfdopenrewindfsyncftruncatembox_appendunix_mbxlineunix_parseunix_openaccessunix_pseudounix_xstatusunix_copyunix_extendmm_diskerrorunix_phys_writeunix_writeunix_rewriteunix_checkunix_pingmbox_pingmbox_openmboxprotombox_checkunix_expungeunix_closembox_expungembx_scanmbx_listmbx_lsubmbx_statusmbx_abortmbx_snarfmbx_filembx_isvalidmbx_validmbxdrivermbx_parametersmbx_creatembx_appendmbxprotombx_renamembx_deletembx_read_flagsmbx_eltmbx_update_headermbx_flagmbx_update_statusmbx_parsembx_hdrposmbx_headermbx_rewritembx_pingmbx_openmbx_flagsmbx_checkmbx_expungembx_closembx_flaglockmbx_textmbx_flagmsgmbx_copymmdf_flagmsgmmdf_scanmmdf_listmmdf_lsubmmdf_parametersmmdf_createmmdfhdrmmdf_headermmdf_isvalid_fdmmdf_isvalidmmdf_validmmdfdrivermmdf_text_workmmdf_textmmdf_collect_msgmmdf_append_msgsmmdf_abortmmdf_lockmmdf_unlockmmdf_renamemmdf_deletemmdf_appendmmdfprotommdf_mbxlinemmdf_parsemmdf_openmmdf_pseudommdf_xstatusmmdf_copymmdf_extendmmdf_phys_writemmdf_writemmdf_rewritemmdf_checkmmdf_pingmmdf_expungemmdf_closetenex_scantenex_listtenex_lsubtenex_statustenex_flagtenex_snarftenex_sizetenex_filetenex_isvalidtenex_validtenexdrivertenex_parameterstenex_renametenex_deletetenex_appendtenexprototenex_read_flagstenex_elttenex_fasttenex_flagstenex_update_statustenex_flagmsgtenex_copytenex_parsetenex_closetenex_pingtenex_opentenex_checktenex_expungetenex_hdrpostenex_headertenex_textmtx_scanmtx_listmtx_lsubmtx_statusmtx_flagmtx_snarfmtx_filemtx_isvalidmtx_validmtxdrivermtx_parametersmtx_renamemtx_deletemtx_appendmtxprotomtx_read_flagsmtx_eltmtx_update_statusmtx_flagmsgmtx_copymtx_parsemtx_closemtx_pingmtx_openmtx_flagsmtx_checkmtx_expungemtx_hdrposmtx_headermtx_textnews_createnews_renamenews_flagmsgnews_pingnews_appendnews_numsortnews_opennews_selectscandirnewsprotonews_checknews_validnewsdrivernews_parametersnews_expungenews_copynews_subscribenews_unsubscribenews_flagsnews_closenews_deletenews_canonicalizenews_scannews_listnews_lsubnews_load_messagenews_fastnews_headernews_textphile_parametersphile_structurephile_pingphile_scanphile_listphile_lsubphile_statusphile_checkphile_appendphile_headerphile_textphile_expungephile_closephile_copyphile_isvalidphile_validphiledriverphile_typephile_openphileprotomh_selectmh_subscribemh_unsubscribemh_numsortmh_expungemh_closemh_copymh_dirfmttestmh_namevalidmh_pathmh_load_messagemh_fastmh_headermh_textmh_filemh_isvalidmh_validmhdrivermh_parametersmh_list_workmh_createmh_deletemh_renamemh_canonicalizemh_scanmh_listmh_lsubmh_setdatemh_pingmh_openmhprotomh_checkmh_appendmx_selectmx_scanmx_scan_contentsmx_numsortmx_listmx_lsubmx_subscribemx_unsubscribemx_parametersmx_dirfmttestmx_namevalidmx_rename_workmx_fast_workmx_fastmx_headermx_filemx_isvalidmx_validmxdrivermx_createmx_deletemx_renamemx_lockindexmx_flagmsgmx_unlockindexmx_textmx_flagmx_expungemx_closemx_setdatemx_pingmx_openmxprotomx_checkmx_append_msgmx_copymx_appendmix_dirfmttestmix_rselectmix_scanmix_scan_contentsmix_msgfsortmix_selectmix_listmix_lsubmix_subscribemix_unsubscribemix_parametersfilenoferrormix_abortmix_addsetmix_burp_checkmix_append_msgmix_meta_slurpmix_index_updatemix_status_updatemix_read_recordmix_read_sequencemix_sortcache_openfchmodmix_dirmix_filemix_isvalidmix_validmixdrivermix_deletemix_createmix_renamealphasortmix_file_datamix_headermix_burpmix_modseqmix_meta_updatemix_parsemix_pingmix_textmix_flagmix_expungemix_openmixprotomix_closemix_checkmix_data_openmix_copymix_appendmix_sortcache_updatefputcmix_sortmix_threadlibssl.so.1.1libcrypto.so.1.1libpam.so.0libdl.so.2libgssapi_krb5.so.2libkrb5.so.3libcom_err.so.2libc.so.6__tzname__daylight_edata__bss_startlibc-client.so.2007gssapi_krb5_2_MITLIBPAM_1.0krb5_3_MITOPENSSL_1_1_0GLIBC_2.15GLIBC_2.4GLIBC_2.3GLIBC_2.14GLIBC_2.3.4GLIBC_2.2.5/opt/alt/krb5/usr/lib64:/opt/alt/openssl11/lib64:/opt/alt/libssh211/lib64	
�> 4��
c?�> `/hu?? �)0�?�> m�?�> m�??����?ii
�?ii

�?���	�?ti	�?ui	�?�0p���00��0�0 �0Ӳ	8�0��	@�0Ƴ	P�0׳	X�0�	h�0�	��0
�	��0�	��0%�	ȹ0,�	�05�	��0<�	�0D�	�0S�	�0[�	(�0j�	0�0r�	@�0��	H�0��	X�0��	`�0��	p�0��	x�0��	��0��	��0��	��0ȴ	��0д	��0״	��0ߴ	к0�	غ0�	�0�	�0��	@�0ڲ	h�0�	��0�	��0�	��0�	�0�	�0�~�0�	�0�}0�0%�	@�0�|X�00�	h�0�{x�0;�	��0B�	��0�z��0M�	��0�yм0X�	�0�x��0c�	�0�w �0n�	0�0�vH�0z�	X�0�op�0��	��0�u��0��	��0�t��0��	н0�s�0��	��0�r�0;�	 �0�q8�0��	H�0�p`�0��	p�0�p��0��	��0ŵ	��0�o��0z�	��0͵	��0�mؾ0Ե	�0P�0�0ص	�0P�0 �0Ե	(�0ߵ	8�0P�0H�0Ե	P�0�	x�0�	��0@�0��0�	��0�	��0 �0ȿ0��	ؿ0 �0�0�	�0�	�0 �0�0�	�0%�	@�0�	P�0��0`�0%�	h�0�	��0%�	��0�	��0%�	��0�	�0%�	�0-�	�0�	�0;�	(�0G�	0�0G�	@�0��0X�0N�	h�0��0x�0G�	��0V�	��0��0��0G�	��0_�	��0��0�0G�	�0n�	�0��0�0G�	��0}�	�0��0�0G�	 �0��	0�0��0@�0G�	H�0��	X�0�lh�0z�	p�0��	��0�l��0z�	��0��	��0P�0��0Ե	��0��	��0P�0��0Ե	��0Ƕ	��0��0�0G�	�0��	 �0��00�0G�	8�0Ŷ	H�0��0X�0G�	`�0Ӷ	p�0�k��0�	��0�	��0�k��0�	��0�	��0�j��0;�	��0�	��0�j��0;�	�0��	�0�i �0�	(�0�	8�0�iH�0�	P�0�	`�0�hp�0M�	x�0�	��0�h��0M�	��0#�	��0�g��0c�	��00�	��0�g��0c�	��07�	�0�f�0X�	�0D�	(�0�f8�0X�	@�0K�	P�0�e`�0B�	h�0X�	x�0�e��0B�	��0_�	��0�d��0��	��0l�	��0�d��0��	��0s�	��0�c�0͵	�0��	�0�c(�0͵	0�0��	P�0ڲ	X�0��	h�0�bx�0�	��0��	��0�a��0M�	��0��	��0�`��0��	��0��	��0�_��0�	��0��	�0�^�0�	 �0��	0�0�]@�00�	H�0��	X�0�\h�0c�	p�0��	��0�[��0�	��0Ʒ	��0�Z��0n�	��0ͷ	��0�Y��0X�	��0Է	��0�X�0�	�0۷	 �0�W0�0B�	8�0�	H�0�VX�0n�	`�0�	p�0�U��0;�	��0�	��0�T��0M�	��0��	��0�S��0z�	��0��	��0ڲ	�0
�	 �0�	(�0�	H�0�	P�0%�	p�0�	x�0+�	��0�	��0@(
��0��0��
(�0�H�0�WX�0�`�0��h�0�p�0x�x�0����0����0�	��0�	�0c�	H�0l�	��0Z�	��0����0����0p���0s�	��0`�0��0^�	��0�0�0s�	�0 �0 �0|�	8�0@�0@�0��	X�0`�0`�0��	��0^�	��0a�	��0���0��0��0��	��0�0�0��	 �0`�	��0 �	��0��0��0+�	 �0Ʀ	@�02�`�0I���0Ϧ	��0��0��0Φ	��0����0Ԧ	��0ئ	��0ܦ	��0�	�0�	�0�	�0�	�0�	 �0�	(�0��	0�0��	8�0�	@�0�	H�0�	P�0�	X�0�	`�0�	h�0�	p�0�	��0����0 ���0@���0=z	��0`�	�1{	� 1p�� 1x�� 1��� 1ă� 1Ѓ� 1�� 1��!1��!1@�!1� !1@�(!1x�0!1��8!1؉@!1��H!1��P!1��X!1��`!1ƍh!1��!1_��!1׍�!1��!1��!1���!1���!1��!1��!1�`$1��'1?�@+1���.1:��11�z	 51V�@618��81>��;1��?1��@B1���E1^��H1,�L1�@O1����0��,1���06��0[��0}�<1}��0��0�0w�0��0. �0
(�0"0�0~8�0�/1@�0�H�0P�0�X�0`�0hh�0�p�0!x�0*��0���0V��0*��0��0���0���0���0���0���0���0�@%1���0���0H��0���0�`C1���0�0`61�0��0N�0� �0T(�0u�(1u0�0o8�09 M19@�0XH�0)P�0yX�0[`�0l�F1lh�0�p�0Fx�0���0g�1g��0���0R��0��0��0��%1���0A��0c��0���0r��0a��0���0d )1d��0Q��0��0�0��0U@"1U�0}�I1}�0�31� �0�(�0>0�0$8�0�@�0%H�0\P�0�X�0K`�0h�0�p�0�x�0��0A��0���0���0� @1���0���0M��0��91���0���0���0���0���0���0g �0(�0�0�0{8�0
@�0cH�0yP�0�X�0�`�0�h�0�p�0c��0W��0b��0��04�0N �0 P�0�X�0�`�0�p�0Z`�0Gh�0�p�0�x�0���0U��0���0���0-��0���0���0L��0���0L��0��0��1��1\�1\�1��1��1��1�<1�P?1��E1��1��E1� 1�E1 1_H21_�81_�B1_(I1_hL1_�O1_ 1� 1G� 1A� 1;� 1�� 1B� 1ix$1��$1��$1;�$1��$1��$1��$1w�$1��$1��$1��$1��$1l�$13�$1I�$1�$1%1-%1�0%1�8%1�H%1�P%1�X%1&`%1�h%1�p%1,�'11(1�(1�(1](1W (1F((1�0(1!8(1@(1H(1ZP(1�X(1�`(1�h(1�p(1�x(1��(1X�(1��(1g�(1&�(1��(1W�(1e�(1K�(16�(1j�(1��(1dX+1�`+1oh+1�p+17x+10�+1��+1U�+1��+1��+1��+1��+1�+1@�+1��+1�+1o0,1�8,18@,1�H,1�P,1"�.1�.121�.1�21��.1m21m�.1g21g�.1 �.1/1/1V/1�/1�X21�@/1v�21vH/1��21�p/1��21��/1n�/1F�/1��/1��21��/1��11t021�821�@21�P21?�21��21��21p�21�851
@51�H51�P513X51*p51�x51}�51u�51��51
�51{�51G�51G�51�51m�51�51�61�61Z 61Q(61�061T�81[�81v�81��81�81�815�812�81+�81��81� 91�(91EP91p91Cx91��91c�91E�91��;1�;1��;1��;1G�;1D<1R <1L(<1�0<18<1r@<1�H<12`<1�h<1z�<12�<1^�<1��<1�<1��<1��<11?1� ?1Y(?1n0?1�8?1�X?1l`?1oh?1�p?1Vx?1]�?13�?13�?1�?1��?1��?1��?1��?1C@1S@1�@1XB1O`B1hB15pB1�xB1��B1��B1��B1��B1��B1��B1u�B1��B1W�B1��B1z�B1�C1�0C18C1�@C1;HC1PC1��E1 �E1��E1N�E1��E1��E1d�E1��E1�F1� F1�(F1�pF15xF1N�F1��F17�F1��H1��H1��H1q�H1��H1�I1�I1xI10I1/ I1'0I1�8I1Y@I1`I1�hI1�I1�I1��I1��I1�I1�L1 L1�(L1P0L1�8L1�@L1tHL1�PL1�XL1�`L1�pL1+xL1a�L1B�L1s�L1��L1��L1��L1��L1M1M1�M1�XO1�`O1�hO1�pO1xO1�O1��O1��O1q�O1h�O1p�O1��O1�O1�O1/P1J P1�(P1�0P1i8P1�@P1RHP1kPP1�0: �0�(�00�08�0M@�0<H�0�P�0X�0`�0h�0Hp�0nx�0��0z��0���0���0��0>��0D��0w��0��0y��0��08��0���0
��0���0���0��0-�0	�0��0
 �0(�00�0�8�0]@�0
H�0.P�0aX�0`�0�h�0�p�0�x�0��0���0/��0���0��0��0���0��0(��0��05��0���0���0��0���0���0��0��0i�0�0\ �0<(�00�048�0@�0`H�0�P�0�X�0s`�0�h�0p�0,x�0��0$��0��0r��0���0���0)��0^��0��0��0&��0���0x��0���0M��0���0��0�0�0��0 �0L(�0�0�0i8�0:@�0H�0�P�0�X�0�`�0=h�0p�0Tx�0��0���0��0}��0��0���0���0���0q��0��0\��0���0��0���0j��0��0 �0!�0��0"�0� �0�(�0#0�0�8�0�@�0�H�0$P�0/X�0s`�0%h�0�p�0�x�0(��0e��0���0���0&��0%��0���0���0'��0J��0e��0I��0(��0t��0���0Q��0��0)�0��0��0* �0�(�0+0�0,8�0f@�0�H�0�P�0-X�0`�0[h�0.p�0:x�0/��00��0���01��0���06��0x��0(��0@��0���02��0��0O��05��0a��0`��0s�0��0��0��0 �0P(�0�0�0p8�0X@�0�H�0hP�0CX�02`�0�h�0pp�0x�03��04��0���0���05��0P��0���0��06��0���0���0��0���07��08��0o��0��0��0��0��0 �0�(�0~0�0�8�0�@�09H�0:P�0�X�0;`�0Eh�0�p�0<x�0��0��0���0���0Q��0=��0>��0?��0���0@��0_��0���0���0~��0���09��0A�0	�0�0��0� �0B(�080�08�0C@�0`H�0�P�0�X�0�`�0h�0sp�0Dx�0���0E��0���0F��0b��0���0x��0|��0'��0���0u��0t��0���0���0��03��0G�0��01�0��04 �0�(�0$0�0F8�0�@�0�H�0cP�0�X�0�`�0�h�0�p�0x�0��0��0��0���0���0_��0���0R��0���0���0I��0J��0K��0;��0L��0I��0��0M�0��0��0 �0�(�00�0�8�0A@�0�H�0nP�0X�0�`�0Gh�0�p�0Ox�0P��0Q��0���0y��0���0��0��0R��0|��0[��0���0S��0f��0*��0%��0���0U�0W�0��0��0O �0�(�0�0�0m8�0@�0H�0�P�0�X�0�`�0Yh�0p�09x�0{��0���0Z��06��0[��0���0���0E��0\��0���0]��0-��0O��0���0Y��0v��0��0^�0_�0��0$ �0�(�0`0�0�8�0a@�0�H�0BP�0�X�0j`�0bh�0+p�0cx�0z��0d��00��0q��0���0e��0f��0g��0h��0���0!��0]��0���0��0���0���0&�0=�0k�04�0� �0�(�0�0�0i8�0+@�0�H�0jP�0kX�0*`�0lh�0mp�0nx�0U��0���0f��0o��0p��0"��0N��0q��0���0���0r��0s��0t��0���0#��0#��0��0��0��0
�0� �0�(�0p0�0�8�0u@�0vH�0HP�09X�0�`�0�h�0�p�0wx�0x��0S��0y��0z��0���0��0{��0D��0���0���0|��0���0)��0}��0<��0%��0��0��0��0t�0� �0Y(�0�0�0~8�0J@�0�H�0^P�0X�0`�0h�0�p�0�x�0���0���0=��0��0���0���0|��0`��0��0���0���0���0���0���0���0��0"�0��0��0
�0� �0�(�0�0�0�8�0�@�0�H�0�P�0�X�0�`�0|h�0�p�0�x�0��0���0���0���0���0���0���0���0���0	��0 ��0���0���0���0d��0@��0��0��0��0��0� �0H(�0�0�0+8�0�@�0QH�0P�0�X�0�`�0�h�0p�0�x�0���0���0C��0��0���07��0���0��0���0?��0���0���0���0���0���0���0v�0�0��0��0� �0�(�0�0�0Z8�0h@�0IH�0�P�0	X�0�`�0�h�0�p�0�x�0���0���0@��0T��0V��0���0���0���0���0��0���00��0P��0���0���0���0�0�0��0��0� �0L(�0�0�0#8�0�@�0mH�0�P�0XX�0�`�0�h�0vp�0
x�0���0���0���0��0���0���03��0���0>��0��0���0���0?��01��0���0���0K�0K�0��0�0� �0�(�00�08�0�@�0=H�0�P�0�X�0f`�07h�0�p�0�x�0O��0���0���0���0��0���0b��0���0���0���0���0���0L��0���0���0���0��0��0��0��0� �0�(�0�0�0e8�0�@�0�H�0�P�0�X�0�`�0,h�0�p�0Hx�0���0!��0u��0q��0���0���0��0���0��0#��0���0���0���0���0)��0���0�0��0��0��0X �0�(�0?0�0�8�0�@�0�H�0P�0�X�0�`�0yh�0�p�0�x�0���0��0���0��0
��0���0���0��0��0J��0D��0���0@��0���0���0S��0n�0��0��0A�0� �0�(�010�0�8�0R@�0�H�0�P�0X�0?`�0�h�0jp�0�x�0���0���0���0���0���0'��0��0k��0���0���0���0���0���0���0���0���0��0��0{�0��0� �0�(�0�0�0�8�0-@�0�H�0P�0�X�0�`�0�h�0�p�0�x�0���0���0��0���0���0���0��0���0���0���0]��0���0(��0���0&��0���0r�0��0'�0^�0� �0�(�00�08�0�@�0�H�0�P�0�X�0�`�0gh�0���H��H��T/H��t��H����5�T/�%�T/��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD�������hE�������hF�������hG��q������hH��a������hI��Q������hJ��A������hK��1������hL��!������hM��������hN��������hO������hP�������hQ��������hR�������hS�������hT�������hU�������hV�������hW��q������hX��a������hY��Q������hZ��A������h[��1������h\��!������h]��������h^��������h_������h`�������ha��������hb�������hc�������hd�������he�������hf�������hg��q������hh��a������hi��Q������hj��A������hk��1������hl��!������hm��������hn��������ho������hp�������hq��������hr�������hs�������ht�������hu�������hv�������hw��q������hx��a������hy��Q������hz��A������h{��1������h|��!������h}��������h~��������h������h��������h���������h��������h��������h��������h��������h��������h���q������h���a������h���Q������h���A������h���1������h���!������h���������h���������h�������h��������h���������h��������h��������h��������h��������h��������h���q������h���a������h���Q������h���A������h���1������h���!������h���������h���������h�������h��������h���������h��������h��������h��������h��������h��������h���q������h���a������h���Q������h���A������h���1������h���!������h���������h���������h�������h�������h�������h������h������h������h������h������h���q���h���a���h���Q���h���A���h���1���h���!���h������h������h�������h�������h�������h������h������h������h������h������h���q���h���a���h���Q���h���A���h���1���h���!���h������h������h�������h�������h�������h������h������h������h������h������h���q���h���a���h���Q���h���A���h���1���h���!���h������h������h�������h�������h�������h������h������h������h������h������h���q���h���a���h���Q���h���A���h���1���h���!���h������h������h�������h�������h�������h������h������h������h������h������h���q���h���a���h���Q���h���A���h���1���h���!���h������h������h��������h�������h�������h������h������h������h������h������h��q����h��a����h	��Q����h
��A����h��1����h��!����h
������h������h�������h�������h�������h������h������h������h������h������h��q����h��a����h��Q����h��A����h��1����h��!����h������h������h�������h �������h!�������h"������h#������h$������h%������h&������h'��q����h(��a����h)��Q����h*��A����h+��1����h,��!����h-������h.������h/�������h0�������h1�������h2������h3������h4������h5������h6������h7��q����h8��a����h9��Q����h:��A����h;��1����h<��!����h=������h>������h?�������h@�������hA�������hB������hC������hD������hE������hF������hG��q����hH��a����hI��Q����hJ��A����hK��1����hL��!����hM������hN������hO�������hP�������hQ�������hR������hS������hT������hU������hV������hW��q����hX��a����hY��Q����hZ��A����h[��1����h\��!����h]������h^������h_�������h`�������ha�������hb������hc������hd������he������hf������hg��q����hh��a����hi��Q����hj��A����hk��1����hl��!����hm������hn������ho�������hp�������hq�������hr������hs������ht������hu������hv������hw��q����hx��a����hy��Q����hz��A����h{��1����h|��!����h}������h~������h�������h��������h��������h�������h�������h�������h�������h�������h���q����h���a����h���Q����h���A����h���1����h���!����h�������h�������h��������h��������h��������h�������h�������h�������h�������h�������h���q����h���a����h���Q����h���A����h���1����h���!����h�������h�������h��������h��������h��������h�������h�������h�������h�������h�������h���q����h���a����h���Q����h���A����h���1����h���!����h�������h�������h��������h��������h��������h�������h�������h�������h�������h�������h���q����h���a����h���Q����h���A����h���1����h���!����h�������h�������h��������h��������h��������h�������h�������h�������h�������h�������h���q����h���a����h���Q����h���A����h���1����h���!����h�������h�������h��������h��������h��������h�������h�������h�������h�������h�������h���q����h���a����h���Q����h���A����h���1����h���!����h�������h�������h��������h��������h��������h�������h�������h�������h�������h�������h���q����h���a����h���Q����h���A����h���1����h���!����h�������h�������h��������h��������h��������h�������h�������h�������h�������h�������h���q����h���a����h���Q����h���A����h���1����h���!����h�������h�������h���������h��������h��������h�������h�������h�������h�������h�������h��q�����h��a�����h	��Q�����h
��A�����h��1�����h��!�����h
�������h�������h��������h��������h��������h�������h�������h�������h�������h�������h��q�����h��a�����h��Q�����h��A�����h��1�����h��!�����h�������h�������h��������h ��������h!��������h"�������h#�������h$�������h%�������h&�������h'��q�����h(��a�����h)��Q�����h*��A�����h+��1�����h,��!�����h-�������h.�������h/��������h0��������h1��������h2�������h3�������h4�������h5�������h6�������h7��q�����h8��a�����h9��Q�����h:��A�����h;��1�����h<��!�����h=�������h>�������h?��������h@��������hA��������hB�������hC�������hD�������hE�������hF�������hG��q�����hH��a�����hI��Q�����hJ��A�����hK��1�����hL��!�����hM�������hN�������hO��������hP��������hQ��������hR�������hS�������hT�������hU�������hV�������hW��q�����hX��a�����hY��Q�����hZ��A�����h[��1�����h\��!�����h]�������h^�������h_��������h`��������ha��������hb�������hc�������hd�������he�������hf�������hg��q�����hh��a�����hi��Q�����hj��A�����hk��1�����hl��!�����hm�������hn�������ho��������hp��������hq��������hr�������hs�������ht�������hu�������hv�������hw��q�����hx��a�����hy��Q�����hz��A�����h{��1�����h|��!�����h}�������h~�������h��������h���������h���������h��������h��������h��������h��������h��������h���q�����h���a�����h���Q�����h���A�����h���1�����h���!�����h��������h��������h���������h���������h���������h��������h��������h��������h��������h��������h���q�����h���a�����h���Q�����h���A�����h���1�����h���!�����h��������h��������h���������h���������h���������h��������h��������h��������h��������h��������h���q�����h���a�����h���Q�����h���A�����h���1�����h���!�����h��������h��������h���������h���������h���������h��������h��������h��������h��������h��������h���q�����h���a�����h���Q�����h���A�����h���1�����h���!�����h��������h��������h���������h���������h���������h��������h��������h��������h��������h��������h���q�����h���a�����h���Q�����h���A�����h���1�����h���!�����h��������h��������h���������h���������h���������h��������h��������h��������h��������h��������h���q�����h���a�����h���Q�����h���A�����h���1�����h���!�����h��������h��������h���������h���������h���������h��������h��������h��������h��������h��������h���q�����h���a�����h���Q�����h���A�����h���1�����h���!�����h��������h��������h���������h���������h���������h��������h��������h��������h��������h��������h���q�����h���a�����h���Q�����h���A�����h���1�����h���!�����h��������h��������h���������h��������h��������h�������h�������h�������h�������h�������h��q�����h��a�����h	��Q�����h
��A�����h��1�����h��!�����h
�������h�������h��������h��������h��������h�������h�������h�������h�������h�������h��q�����h��a�����h��Q�����h��A�����h��1�����h��!�����h�������h�������h��������h ��������h!��������h"�������h#�������h$�������h%�������h&�������h'��q�����h(��a�����h)��Q�����h*��A������%"/D���%"/D���%
"/D���%"/D���%�!/D���%�!/D���%�!/D���%�!/D���%�!/D���%�!/D���%�!/D���%�!/D���%�!/D���%�!/D���%�!/D���%�!/D���%�!/D���%�!/D���%�!/D���%�!/D���%}!/D���%u!/D���%m!/D���%e!/D���%]!/D���%U!/D���%M!/D���%E!/D���%=!/D���%5!/D���%-!/D���%%!/D���%!/D���%!/D���%
!/D���%!/D���%� /D���%� /D���%� /D���%� /D���%� /D���%� /D���%� /D���%� /D���%� /D���%� /D���%� /D���%� /D���%� /D���%� /D���%� /D���%� /D���%} /D���%u /D���%m /D���%e /D���%] /D���%U /D���%M /D���%E /D���%= /D���%5 /D���%- /D���%% /D���% /D���% /D���%
 /D���% /D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%}
/D���%u
/D���%m
/D���%e
/D���%]
/D���%U
/D���%M
/D���%E
/D���%=
/D���%5
/D���%-
/D���%%
/D���%
/D���%
/D���%

/D���%
/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%}/D���%u/D���%m/D���%e/D���%]/D���%U/D���%M/D���%E/D���%=/D���%5/D���%-/D���%%/D���%/D���%/D���%
/D���%/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%�
/D���%}
/D���%u
/D���%m
/D���%e
/D���%]
/D���%U
/D���%M
/D���%E
/D���%=
/D���%5
/D���%-
/D���%%
/D���%
/D���%
/D���%
/D���%
/D���%�	/D���%�	/D���%�	/D���%�	/D���%�	/D���%�	/D���%�	/D���%�	/D���%�	/D���%�	/D���%�	/D���%�	/D���%�	/D���%�	/D���%�	/D���%�	/D���%}	/D���%u	/D���%m	/D���%e	/D���%]	/D���%U	/D���%M	/D���%E	/D���%=	/D���%5	/D���%-	/D���%%	/D���%	/D���%	/D���%
	/D���%	/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/D���%�/DH�%H�%H�%f�H�=�o/H��o/H9�tH���.H��t	�����H�=io/H�5bo/H)�H��H��H��?H�H�tH���.H��t��fD�����=%o/u+UH�=J�.H��tH�=��.����d�����n/]������w������1��f���UH�5d��H��H��dH�%(H�E�1�H��`��������tH���.H�@ H�M�dH3%(�u����ff.����U�I��H��H��H�� dH�%(H�E�1�H���H����H�L��p���H��L���H�1�L����L��L�����H���H��p���HDž��������H�U�dH3%(u�����r�f���U�H��SH��H�����H��H��1�[]�f��fD��U1�H��AVAUATI��DS��1�H��dH�%(H�E�1��H����t,H�M�dH3%(����H��[A\A]A^]��L��I����Hc����L��L�����I�����H���{���L��H�����M��tFL��H�5�y/L��A��H��t��s����H�=F�
����H�]y/�T����L�����M��M��1�H�
<���L���8��L�����H�y/������ff.�@��UH��H����t��uH��t��H�u����H�u��H��Ð1��y���ɉ�H���f�UH��AWAVH��@���AUL���ATSH��H�WL�OdH�%(H�E�1�H�L�WH��8���f��FD�FH��H��I��H��L	�D�F�L	�D�F�I��L	�H�A�I9�u�H��@���H��8���L��`���L��x����L��H�]�L�e�L1�H��H���H!�L1�D֍�x�j�H��H��H��H	�H�H��L1�H!�L1ɍ�V���H��H��H��H	�H�4H��P���N��	�p $H��H1�H!�H1�D�I��H��I��L	�L�1H��X���D�H��H1�L!�H1�E���ν�L��I��
H��I	�K�E�H��L��h���L1�H!�H1�E���|�L��I��H��I	�I�M��7*ƇGL��L��p���H1�H!�L1�A�L��I��H��I	�I�4G�I��L�}�I1�I!�I1�G��F0�M��I��I��M	�M�3E�\
H��H1�L!�H1�E���F�L��I��
H��I	�K�M��ؘ�iH��L�}�L1�H!�H1�A�L��I��H��I	�I�E�7L��L�}�H1�H!�L1�E��3��D�L��I��H��I	�I�4G�I��L�}�I1�I!�I1�G���[��M��I��I��M	�M�3E�H��L�}�H1�L!�H1�E����\�L��I��
H��I	�K�L��"�kH��L1�H!�H1�A�L��I��H��I	�I�E�7L��L��H���H1�H!�L1�E��3�q��L��I��H��I	�I�4G�I��I1�I!�I1�G���Cy�M��I��I��M	�M�3L�]�M��!�IH��H1�L!�H1�A�L��I��
H��I	�K�E�4L��L��p���H1�H!�L1�E��b%�L��I��H��I	�I�E�47H��L�}�H1�L!�H1�E��6@�@�L��I��H��	I	�I�4O��QZ^&I��L��@���I1�I!�I1�E�M��I��I��M	�M�6E�4H��L��h���L1�H!�H1�E���Ƕ�L��I��H��I	�K�E�4L��L�}�H1�H!�L1�E��]/�L��I��H��I	�I�M��7SDH��L��`���H1�L!�H1�A�L��I��H��	I	�I�4G�4I��I1�I!�I1�G�����M��I��I��M	�M�6E�4H��L�}�L1�H!�H1�E�����L��I��H��I	�K�M�����!L��L��X���H1�H!�L1�A�L��I��H��I	�I�E�44H��H1�L!�H1�E��6�7�L��I��H��	I	�I�4G�4I��L�}�I1�I!�I1�G���
��M��I��I��M	�M�6M���ZEH��L�}�L1�H!�H1�A�L��I��H��I	�K�E�4L��L��P���H1�H!�L1�E����L��I��H��I	�I�E�47H��H1�D�<L!�H1�E��6���L��I��H��	I	�I�4O���ogI��I1�I!�H��I1�E�M��I��I��M	�M�6I��M1�L!�H1�E���L*�L��I��H��I	�H��h���M�M1��B��0B9��L�u�H��H��H��D�L�u�H	�J�8L��O��"a�mL1�G�4<H1ȍ���q�H��H��H��H	�H�4L��L��H���H1�H1�D�I��H��I��L	�L�0H��H1�L1�E��8�L��H��I��	I	�K�E�4H��L�}�L1�H1�A��D꾤I��H��I��L	�L�4H��`���H��1���KL��E�H1�L1��H��H��H��H	�J�41H��L1�H1�E��`K��L��I��H��I	�I�0E�L��L�}�H1�H1�O��7�~�(L��@���A��p���I��H��	I��L	�L�H��D�L��P���H1�L1�D�I��H��I��L	�N�4H��L1�L1��'��H��H��H��H	�J�6H��X����L��L1�H1����0��H��H��H��H	�H�4H��p���N���L��H1�H1�D�I��H��	I��L	�L�1H�M�A�H��H1�L1�E��9���L��I��H��I	�K�D�4H��L1�I��3�|�H1�A�����I��H��I��L	�L�4L��H1�O��5��*CL1��H��H��H��H	�E�L��@���J�40H��L1�D�L��h���H1�E��eV��L��I��	H��I	�L��I�H��L	�H1�D")�H��H��H��H	�H��D�L�H��H	�L1�A�L��I��H��
I	�L��E�L��X���I�H��L	�H1ȍ��#��H��H��H��H	�H��H���Y[eL�H��C�/L�}�H	�L1�E��9���L��H��I��I	�L��I�H��L	�H1��H��H��H��H	�H��D�L��H���L�H��H	�L1������H��H��H��
H	�L��E�L�}�H�H��H	�H1ȍ�}��H��H��H��H	�H��I��O~�oL��p���H�H��H	�H1�E���]��L��I��H��I	�H��I�H��L	�H1�A��H��H��H��H	�H��D�L�}�L�H��H	�L1�E����,�L��I��H��
I	�L��O���NL��`���I�H��L	�H1ȍ�C�H��H��H��H	�H��D�L��P���L�H��H	�L1�D�I��H��I��L	�L�0L��H��L	�H1��~S�H��H��H��H	�J�H�M�A�H��H��H	�L1�E��5�:�L��I��H��
I	�I�M��7���*L��L�}�H��I�H	�L�WH1�A�L��I��H��I	�I�4G�I��H�8���I��H�H�I�I	�L�OI1�G���ӆ�L��I��H��L	�H�H�WH�E�dH3%(uH�Ĩ[A\A]A^A_]����ff.�UH��H��AWI��AVAUI��ATI��SI�]pH��H�pH)�IEI�EsI�EL9�wDI�EM�u0H�E��fD�@L��H��I)�I�����M�upH�}�L���z�I�}pI��?w�L��L������MepH��[A\A]A^A_]�f�UH��AWAVL�v0AUI��ATL�fSH��H��H�FH�L�<�H��L��H�FpH�PH�VpH�Vp��H�~pH)�H����H��H��umD�?L��D�GL�����L��H�S@H�H��H���C�H�G�H���C�H�G�H���C�H�G�H���C�H9�u�L��1��H�H��[A\A]A^A_]�H��1�L�E�H�M����H�M�IMpH��I�MpL�E��i���fD1�L�E��u��L��L���:�f�I�}hL�E�AE0AFAF I�F0I�}p�!���ff.�UH��AWI��AVI��H��AUATSH��HH������dH�%(H�E�1�H��@�kA�AL������H�� ���I)�M��L��0���L���AL����1�I��I�D��A����A������tA������p���fo�0���L�m�I�H@fo�@���fo�P���L��fo�`����E�L��)E�)M�)U�)]��06H���2\H��H9�u�ܺ�L�Ƹ����@H������M�|$0L��H������HDž����HDž����HDž����#EgHDž���vT2L��������H������L��L�����L��H���8�����ܺ������L��H�������@L��H������HDž����HDž����HDž����#EgHDž���vT2L������=����H��L���-���L��H������H��h/H�5ւH�x �H��H��H�у�H�������H��P�H9�u��~h/H�Wh/H�}�dH3<%(�H��H[A\A]A^A_]�I�WD��I�I�D�H��I)�C�D=���������A��1�����H�4
D9�r���������H��L������HDž����H������L��H-��WH�� ���H������I�D$0A�1A�H�����HDž����HDž����#EgHDž���vT2��L��H�����H���&���A�A�D��W���1�fA�T��J����h�����U1Ҿ�H��AUATI��1�SH���~��1��H���I�<$I�����L��H�ؿI�$H��[A\A]]�����UH��AWI��AVL�u�AUI��L��ATSL��H��HH�u�L�eL��dH�%(H�E�1�I���A��H�E�H����H�E�H��H�E��
��I��H��H�u����H�u�H�H����I��M�L$I��I�$��H�|�I�|�L��H��L)��H)׃��r��1�A���J�K�9�r�H��L��H��H�E���H��t%L��H��A��H��H�E��H��t
H�}��b��f�1�H�]�dH3%(uZH��H[A\A]A^A_]��u+��t�A��A�$��t����T�fA�T��{���@A����A�$�T�A�T��\��������UH��AWAVL������AUI��L��ATM��SL��H��HH�EH������L��H������H������dH�%(H�U�1�A��H������H���7L������I�$H������ƅ����H������L������������L���H����������!�%����t��H�����������D�H�QHD�L����@�H������H��L)�����L�������L��I��H�
�~�1��|��H������H��H����������L���
H����������!�%����t�H������D�H�JHDщ�@�L��H������H��L)���H��t'L��H��A��H������H��trH�������V��fDI�$��1��-@H�������4��1�1�H��H��������I�$�H�]�dH3%(u$H��H[A\A]A^A_]�fDI�$����o��ff.�@��UH��AWAVL������AUI��L��ATM��SL��H��HH������L�}L��H������dH�%(H�U�1�A��H������H���VH������H��H�������X��I�$H������H������L��ƅ����H�������p��������uG1�1�H��H��������I�$�H�]�dH3%(�H��H[A\A]A^A_]�DL���h���L��H��H��H��������H����L��H��A��H������H����H���������H�������
H����������!�%����t�H������D�H�JHDщ��H������H��H)�H��H��������H��t'L��H��A��H������H��t*H���������fDI�$��1����f�I�$�����|��ff.��UH��SH��H��(dH�%(H�E�1��`��H��tH�]�dH3%(u}H��([]�D�H�]�Q���v,��t(H�Sf��
H��H���q�@��v��u�H�}��t�H�����H��豺��H��H�E�����H�}�H�E��8��H�E��t������f.���UH��SH��H��諻��H�پ1�H��z�� �����ff.���U1Ҿ�H��AUATSH��1�H��莻��1��I���H��I�ŸHD�H������H��H��t#L��A��H��H��[A\A]]�f.�H�=Cz�d����f�U1�1�H��AWE1�AVAUATI��H�=�ySH���dH�%(H�E�1��������H��0����ƿ�����L��`���I�}���L���H��H��������A�$�B�<v��tL��H����J���v��u�1�����L��(���H�����H�5�
H�� ���L���O��HDž���I��H���]A���tp<#tl�	L���_���H��tZ�xtT�L��L��L�p�������H�� ���H��t.H�����u$L��������LE�L�����f.�L��H�5A�
1����I��H���k���H�����H����H�����H�� ���I��tH�� ������f�H��`���H�����1�H�P藼��H������������H�]�dH3%(L��u\H���[A\A]A^A_]�L�����I��H���L���H�� ���t�H�� ����6������L���X��H��耷���h���E1���������UH��AWI��AVM��AUATM��SH��H��xH�EH������H������dH�%(H�E�1����H��H������L��H������H��A��H������H���GH������E1�H��H��p����~��H�������pH������I�H������H��H��ƅ����H���������������u%1�1�L��H��������A�I���H��AH��H��h���蒷��H������H��x�������H������H��h���L��x����>H����������!�� ��t��I�DH��h������€�D�H�~HD���@�H��H+�����H�H��H��x����>�����AH��h���H������t)H���������tf�H��H���P����u�H�P���A��uH���������tfDH��H���B����u��������H�JH��������tDH��H���A����u�H��x���H������L��H��������H��t)H������L��A��H������H����H��p������H��x���H������1��y���H�������m��H��������1��H�M��u�I���E1�H�]�dH3%(L����H��x[A\A]A^A_]�fD�H�=,��G���D���f��H�=L�A��)��1�1�L��H���������d���@I�H��x���1�A�H������豸��H����������Z����+��ff.���UHc�H��AWI��AVAUI��ATSH��H��H��(H�U�dH�%(H�E�1�����H�E�����D�c�1�I�ߋ��tG������H��H��HU��BI�}I���9��I�H�CI9�t8H��I�ߋ��u�H��H��HU��BI�}I�����I�H�CI9�u�H�E�H�u�H�1��4fD��H��H��HE��@H��H�}�����H�M�dH3%(uH��([A\A]A^A_]�����ff.�@UH��H��AUI�պATH�����I��H��SH��(H�IT/dH�%(H�M�1��
���H���e���H��H�����1�H��1�������uH������GA�E��tx��
t3�~��H�M�dH3%(H����H��([A\A]]�f.�I�$��N���I�$H��H�����H��H�pH��蠾��H�������I�$�����I�$H��H�����H��H�pH���`���H������Q������ff.�@��U1�H��AVAUI��1�ATSH��轲��1��I���H��I�}I�ƸHD�H���V��I�EH��t[L��L��A\A]A^]���H�=�q�����f���UH��AWAVAUI��ATSH��8dH�%(H�E�1�H�W/H���NH��C���H�{H�����F��A�ą���=��H�{�7��������L������1�H��L����H�L��@���H��L����H�IcԻH��H�������/��H������D��H��H	�����H�����1�A�|$L��L������L��H	��@���L������HDž�����/����������2DL�s(H�{� L��������D���L�s �C@�H�u�dH34%(u3H��8[A\A]A^A_]�f�H�=�}��������S�������ff.����UH��AWI��AVL�4	AUI��ATI��SH��H��L�M����H�I9�vDM��M��t{J�"H���H���x�
uI��H9�u�L9�sL�����M�EM����L��M��t:�3H�KI�@I�T$�@��
wZ@��
tl@��
uNI��vH�{
t"A�
�DL���I+EH��[A\A]A^A_]�I�xA�
�sI��I�T$�H�KH��DA�0H��t�I��I��H���z���f�I�xA�
I��H����M�7I�~脹��I��I�EL��M���I����{���ff.����UH��AWAVAUATSH��H��L�wL�o0L+oLo(M)�H�W@M��fDM�~�M��t%H�k8thH�C0H�HH�K0���
tf��
uGM��u"L��H��RH��L��[A\A]A^A_]��H�C0�8
uH�k8t8H��H�C0M�~�@M���H��RH�S@����
u�I��M���j���f�H��RH�S@��@��UH��AWAVAUATSH��H�U�H��~EA��I��H��L�5��.�
苤���8u-I�>H�����L��D��Hc����I��H��x�I�H)�u�L�}�H��L��[A\A]A^A_]����UH��AWAVAUATI��1�SH������H��dH�%(H�E�1����A��� ��1�A�����H��H��M��AVI��H�
�l1����o���H�ߋH����������!�%����t�¾������D�H�WHD����H��H)�)�H�Hc��S��X��Z1���H���M�����yI�d���E1�8A��I��D������L��H�M�dH3%(��H�e�[A\A]A^A_]�f.������L��H���Ψ����tZ����H��0���H�޿I��D�8�����tgA��uI1�����L��譵����yqE1�A�>A��I���(f�H��0���H�޿謼����t0I�����H��蹬���-���@H��@���u�A���fDH��@���u���@���Q�����ھ��f.���UH��AVAUATS�H����%tv��*t9��t1�:��[A\A]A^]�f.�1��?[��A\A]A^]���~�t�D��L�fD��L��H�����H����H���{�u��f��~A��L�nD��t/D��L��H���Q���H��u\�D8��m���H����u��`�������P���D���[���H�������:���D[��A\H��A]H�A^]��[�A\A]A^]�f���UH��AVAUATS�H����%tf��*t<��tM�?1�8���@����[A\A]A^]ÐD�sH��E�����{��[�A\A]A^]��[1�A\A]A^]�D�?tր~t�A��L�nD��D��L��H���\���H��u��D8�t�H�S��t�H����f�1�@8��k�����H��H�{��D��L��H��[A\A]A^]�
���f.���UH��ATSH�}�1�H�� dH�%(H�E�1��w�����t#H�M�dH3%(H��uzH�� [A\]��H�}�H�u������tH�}��V���@L�e�H�u�H�}�L�������tH�u�H�}��[�����f�H�u�H�}�L��1������������f������:ǖt���:ǖt1��� :ǖ��ø�f.�����s����.UH�~H��H��Hc�H�>��@1�H����f�	N/f��t!@1���@1�H����f��M/�f��t��H�0�
�f���M/���H�5��.H����@H���.���H�5��.H����@H���.���H�5��.H����@H���.���1�H����f��N/�l���@��N/�\���@H�5��.H����@H���.���H�5A�.H����@H�1�.���H�51�.H����@H�!�.���H�5!�.H����@H��.���1�H����f�GN/����@�7N/���@H�=�L/tH�=�L/H�u��f���H�u�H�����H�sL/�ÐH�iL/���H�=`L/tH�=WL/H�u��&���H�u�H���J��H�;L/�ÐH�1L/���H�=(L/tH�=L/H�u����H�u�H���
��H�L/�ÐH��K/���H�=�K/tH�=�K/H�u�覽��H�u�H������H��K/H�������H�=�e���H��K/��DH��K/���H�5��.H����@H���.����QK/�C���@1�H����f�=K/�L���@�-K/�<���@H�=�L/tH�=�L/H�u����H�u�H�����H��L/��f�H��L/���H�=�L/tH�=L/H�u�覼��H�u�H������H�cL/�ÐH�YL/���H�=PL/tH�=GL/H�u��f���H�u�H�����H�+L/�ÐH�!L/���H�5��.H����@H���.���H�5��.H����@H�q�.���H�5i�.H����@H�Y�.���1�H����f�qK/���@�aK/���@H�=hK/tH�=_K/H�u�螻��H�u�H��tH�����H��H�5;K/1����H�)K/���H�5�I/H����@H��I/���H��H�5�I/��@H��I/���1�H����f��J/�D���@��J/�4���@1�H����f��J/����@��J/����@1�H����f�mJ/��@�]J/���@1�H����f�IJ/����@�9J/���@1�H����f�+J/���@�J/���@H�5�H/H����@H��H/���H�=J/tH�=J/H�u��&���H�u�H���J��H��I/�ÐH��I/���H�=�I/tH�=�I/H�u����H�u�H���
��H��I/�ÐH��I/���H�=�I/tH�=�I/H�u�覹��H�u�H������H��I/�ÐH��I/���H�=�I/tH�=I/H�u��f���H�u�H�����H�cI/�ÐH�YI/���1�H����f��H/�\���@��H/�L���@H��H�5��.��@H���.����H�`G/�1��ff.����UH��ATA�SH��tJ�?tE��H����xH���H�5��
E1��.�����H��A����������L��[A\]��蛡��E1�[��A��L��A\]�f.���UH��H��ATI��SH��H��������uS�C%�=�tH�C[A\]��H�=%`�?���L��1��H��m�����[1�A\]�DH������ff.�@��UH��ATI��SH����.dH�%(H�E�1��?#taH��P���L��荰����u��h��������@����L�������H�M�dH3%(�]H�Ġ[A\]Ð�G���<Fu5�G���<Tu��G���<P�z����/�p����[�.�e���fD<P���G���<U�H����G���<B�9����G���<L�*����G���<I�����G���<C�����/�������.�����ڃ�@�ÀEډڃ���0Eډڃ���Eډڀ���E����@<S������G���<H������G���<A������G���<R������G���<E�s����G���<D�d����/�Z����%�.�O����k���ff.����?#tH�(�.���G���<Fu-�G���<Tu��G���<PuЀ/u�H���.�f�<PuT�G���<Uu��G���<Bu��G���<Lu��G���<Iu��G���<C�z����/�p���H�x�.��<S�Y����G���<H�J����G���<A�;����G���<R�,����G���<E�����G���<D�����/����H���.���UH��SH��H��dH�%(H�E�1�H�H�U�E��b����M�H�H�M�dH3%(uH��[]��������UH��SH��H��dH�%(H�E�1�H�H�U�E��b����M�H�H�M�dH3%(uH��[]�豯�����U�H��f��t?f��
u(H���E1�E1�jH�1=/�藢��ZY��t9�H�\��H���E1�E1�j�H��</�^���^_��u��H��</�ff.�@���f��tf��
t
H������D�Gf�����@��UH��AUI��ATI��SH��H��H�=f</tDH��t/H��进��H=�wH��L��L��H��[A\A]]���H��1�[A\A]]��0讥��f�@@�@,H��;/H��@�@��UH����H���g���H�xH��H��H�H��H�@x1�H)�����H�H��]����UH��AWI��AVM��AUA��ATA��L��SH��H�U��S���A��H�U�H��t&A��
tP1�f�H��H��[A\A]A^A_]�f��H�xfA��f�0L���'���fD�kI��f��
H�xL��fA��f����fD�kI��f���U�H��f��t?f��
uaH���E1�E1�jH��6/��'���ZY��u9�H��6/��H���E1�E1�j�H�c6/���^_��t��1��@��UH��AWM��AVI��AUI��ATI��SH��H��H�=6/�vM���H�=�5/H��t蔰��H��5/L���a���H=�vQH��tH�M��tA�M��tI�EM��tI�1�H��tH�H��[A\A]A^A_]�H�5y5/H�P�H�=a1/H�u�L��襺��H��譗��H�U�1�H�
@5/H���(������g���H�)5/M����H�P H�
1/H��HD�I�UM��tCH��4/I�H��u4�Y����M���O���I�H�@(H���?���I�M��t
H�P H��tI�U�PM��tA��P��t_��
����H��tH�H�@H������D�0�>���f�@@�@,H�l4/H��@�S����H��tH�H�@H������M���,���H���!���ff.�@����k�������UH�
�sH��H��Hc�H�>��H�=�</tH�=�</H�u��Ʈ��H�u�H�����H��</�ÐH��</���H�=x</tH�=o</H�u�膮��H�u�H��誹��H�S</�ÐH�I</���H�5q�.H����@H�a�.���H�= </tH�=</H�u��&���H�u�H���J���H��;/�ÐH��;/���H�=�;/tH�=�;/H�u����H�u�H���
���H��;/�ÐH��;/���H�5��.H����@H���.���H�5��.H����@H���.���H��H�5�;/��@H�y;/���H�5Q;/H����@H�A;/���H�59;/H����@H�);/���H�5!;/H����@H�;/���H�5�:/H����@H��:/����1��1��f���UH��AWM��AVI��AUM��ATA��SE��H��XH�E�}�H�=�TH�u�f�M�H�E�dH�%(H�E�1��m���H�u��}�L�E�D��L��H���$���1Ҿ�1�H�E��"���1��I���H�}�H�E��ɤ��H������L��I��H�
gT1�蹙��1�L���O���1�H��t�SH�E���8贏���Å�����1Ҿ1�蚘���E�M��t(�¾��1��������D賊���8���U�H�u����ܟ����x�H�u��A��M����H�}��z�����H�M�dH3%(��H�e�[A\A]A^A_]�fD�K����8�t���L��H�
aI��H�����1����H�u��A���fD�H�E�H�u�A��H�U��:��j�e���W���Z�����b�Q�������H��L�E�E��PH�
#S�L��H�����1��O���_��AX襺������������G���w�M������1�耡����]�H��H�v8/f�u�D�$H���DD�H�E�H�E�Ic�H�E�E����D��H�}��)�i���V���1�A������H�E�E���E��tO�U�1����蹖���E��l����D����H�ƃ�u1�L����z���A���xۅ��8���趈��H�ƺnfD�߉U������H�u�蕹���U�H�u����赏��H��L�E�L��PD�M�1�H�����H�
l_����XZ����H�}��������m���1�A���3���H��E������H�M�����H�M��H�ƃ�����������Z���f����H�M��H�ƃ���u�H9M�������(����f���fD��UH��AWAVI����AUI��ATI��SH��dH�%(H�E�1���H������Dž������A�� �������HD�1�1�H�������/���H��A��H��X���M��t&H�5�PL��譇��H��t�@f����H��X���A�<$[�SH�=�5/L��������1��
��1����L������H������L��I��H������H������L��`���H��H��p���H��x���H��h����N���I��H����L�����1�1���H�=Z5/��D��X���L������1����H��������M��H������D��L��M������%���Y^A����xLE��1�1���E����������1ۅ��
H�M�dH3%(H����H�e�[A\A]A^A_]�DL��`���H��p���1�������H��x���H��h����g���D������H��I���x�������������1�1����%����8 �N����8 1�H��H���|���H��X���D�c$D�c H�C�������C(��tH�C8H�C0�������C8H�������n���H�=4/H������H�=y\�\��������L���C������fD�H�=�P�'����^���f��L�������(���fDL���P���A�|�]�����L������I�t$�L���K���H������H������L��L)�Ƅ�����ʓ��H������H����1����H��L������M��X���H������ATH������������L����������_1�1�A��AX��H��������������fDL��M��H�
wM1���芒���L�����������M��H�
WML��1����R���L�����1�1��Ӌ�����1ۅ��x����}���M��H�
�ZL��1��������@������D��U1Ҿ�H��ATSH��1�����I�ċC ��x"1��A�ԋ{ �(����{$9{ u H�C ����1�1�A��[1�A\]�f.������f���UH��H��AWAVAUATSH��XH�������W H������H������dH�%(H�E�1���x1H��Hcq(����H��H���[H������u4H��������H�M�dH3%(��H��X[A\A]A^A_]�1�L������A������@���1Ҿ�1�H���������1��H������������I��1��	���H�1/H������H�H��HE�H�=�0/�3�f������H�������@ A�������H������D��H��t
��)�i��L���ʧ��1�A��萙��E������H��0/H��tH��H+�����H+�����H���H���F���H�=0/��H�������,������L������L������H��I�v0L���J���I^0H�H)�����A)^(H������H�������k������fDA�>tH�=�//t�E���H������H9������8���f��H�=gJ�ߢ�����H���.��E�A����H������H�;���H������Hc�H�������x ����HcЅ�x�H�//����H�����H)�����H��u"H����������1�1�H�����������f��H�=�I�?�����H�=�./�����H������H�
�I�1�H�߾�m���H�߾�����s����H�=�I����]����0���H�=h./�J���H�=2I�f���UH��AWAVAUATSH��H��XH������1�dH�%(H�E�1��H���1Ҿ�1�H�����������S H��H������1����1��L������A�������H�C8�S(H�����������1����H��-/H������H�H��HE�H�=�-/�H�������@ �������f�������~��I���H������D��H��t
��)�i��L��蛤��1�A���a���E�����H�[-/H���lH��H+�����H+�����H���H���MH�������P(���)���1�1�H�������иH�M�dH3%(��H��X[A\A]A^A_]�f.�E�A���)H������H������� �x �X����…�x�H�
k,/���H�������F(H������H�F0H��������H�=�G褟��H�������P(�e���DA�>tRH�=,/t2E�H������H�
�G�1�H�߾軋��H�߾�N���H�����������DH���e���H9��\���H��+/H�������H�=�+/t��H�=IG����f��H�=�F�ߞ������H�=b+/�O���H�������p����|���H�=C+/�_���H�=�F�I������ff.��UH��AWAVI��AUI��ATSH��H��(dH�%(H�E�1�H�軂��H���B�C(H�s0D�@�D�C(���MH�FE��E1�H�C0I�QD�>�&H�C0H�HH�K0�A��
u<
��A��I��I�|$D��)��C(M9�u�I�H��H�u�H�U��X���H�U�H�u�H��H�E�贐��H������H����H�E�A��
tiI�EH�U�dH3%(��H��([A\A]A^A_]��H�u����M�&H�u�L��H��H�E��I���H�E�B� H�E��f.�H�S0�:
u�H���k(H�S0M�&B� H�E��y���f.�1��h���f�H�}�跛��H�E��M���I�1��`���H��H�E��4���H��t�H�E������������UH��AWAVL�}�AUL��ATSH��8H�}�dH�%(H�E�1�H�E�H��H�E���I��H��tH�}�u*H�M�dH3%(L���H��8[A\A]A^A_]�D�#���I��H�E��f.�H�]�M��H��tDM�eH�E�I�E��H�u�H�}�L��I�EI���l���I��H��u�H�}�諤���t���fDI�EH�E�1�H�E�I�FH�E�H��tk�HxH�@H��u�H�}�H���&���L�m�H�E�I��M��tCf�I�uI�UI�<�o���H�]�I]M�mH�]�M��u�L��H�}����������H����蕕��D��UH��AWAVI��AUATSH��H��XH������1�H������H������dH�%(H�E�1�跐��1Ҿ�1�H�������r����S$H��H������1�����1��
��M���S�tx��L������A�����I��@1��Y���H�J'/H������H�H��HE�H�=	'/��H�������@$A��������f������H������D��H��t
��)�i��L������1�A�����E����u[H��&/H��tH��H+�����H+�����H���H���J���H�=r&/���H�=oB�˙���fDA�>upH������H������H�������x$��~��HcЅ�x�H�&/��tAH�����H)�����H����H����������1�1�H�������и�"f�A�>tBH�=�%/��H���������H�M�dH3%(��H��X[A\A]A^A_]�H�������H9������������H�=CA�ߘ���g���f.��H�=IA还���F���f.�E���1�H������H�
AH������H���~����=����Ē��@��UH��ATI��H��SH�����H��L��[H��A\]����D��UH��H��H�}��ۂ��H�}�H�?t	�ܖ��H�}�H�t
H���Ȗ��H�}�H�t	H��贖��H�}�論����f�U1Ҿ�H��ATSH��1��X��H�{I��H��t�Gv��H�{�^���H�CH�{H��t
����H�CH�;H��t裀��H�1�1�A��[1�A\]�ff.���UH��AVI��1�AUATI��1�SH��H��dH�%(H�E�1��~��I�|$��1�I�ſ
A��H�=�#/uyM��u��H�H�I)�tvL��� �	���I�|$H�މ��j�����y�H�=N#/��L������H�M�dH3%(��H��[A\A]A^]�D�H�=-?�w���M��u�f�H�=�"/t�H�=�>�U���1�1�A�ո��1��@I�|$��H���������A����s��H��E��D�H�
@K�1��\����H������2����5���D��UH��ATI��H��SH���}��H��L��[H��A\]�u���D��UH��H��H�}����H�}��R�������UH��AWAVI��1�AUI���FATI��1�SH��XdH�%(H�E�1���|��1�1���H��������|��1��I��п( H������蠆��1��( H��H������L�31�1��D�|��1�1��L�|��1�1��NI���n|��H�=&!/H������tH�=!/聓��L�-!/A�����t��H���0���H�CH����H��1��w��H�{A��@�@�3u���H��H������菛��H������1�L��H������H�{�H�K������H�{��s��1�1����{��H��tH�{H��1����M��tA��I��H��tH���D{��H����H�{�Rz��H�CH����L����x��H����H�1��x ����H�{H��H���H���H�{����H�{膂������H�{1�H�5�]
��������H�������A��H�M�dH3%(H����H��X[A\A]A^A_]�D1�1������f.��[����n���fDL�5�;�H������A��H���}��A��uH������H���IL��L��L���1��b����L�5	/M����H�������A��H���|��A���u1A��t��( ����( 1�H��H���,}�������<*�f���H������I�vH���LL��L���A��u��`���fDL�5;����@L�5;����@H�{1�1Ҿ�&����c������L��H�������/s��1�1�1�H��H�������Z}��H���H�{H��H�������n���H������H���/w��H��������p��H������L������H��L����������L������H��t9H��L������H�������x��L������L������H��I����M9��C���L��1�L����{���1���@�sq��H�{L��1Ҿ7�0����7���H������I��M��1�H�ߺ�H�
=F�0}���H������-���fDL���x��L������H��I�������M��D��L��L������L������L��������q��1�1�H�
�Z
H��H������耈��L������L������H��L������tLH�{H��L������L������L������H���������H������H�����L������L������L������H������L������L������L�������o��L������L������1�L��L���~z��L������I���x����H������L�5m8��n�����H������M��M��1�H�ߺ�H�
�D��{��H�߾1��Y������蟉��ff.�@��UH��ATI��SH�����H��tL��H��H��[A\]���[1�A\]�f���H�����H�?鄃��@��H�G����H�?��{��@��UH��SH��(dH�%(H�E�1�H�%/H��t H�M�dH3%(��H��([]�fDH�]�H���<���1�H��H��H�E��q����t'H�=�I
�;���H��/H�}����H��/�f�H�}��w���H������H�=ߦ.H��/y�H�}��u��H�Ʀ.��G������H�=d/tH���.�f.�H�=P/u�UH���x��H�~�.]�@��UH��SH��(dH�%(H�E�1�H�/H��t H�M�dH3%(��H��([]�fDH�]�H���,���1�H��H��H�E������t'H�=�H
�+���H��/H�}����H��/�f�H�}��g���H�����H�=ǥ.H�x/y�H�}��t��H���.��7������H�=D/tH���.�f.�H�=0/u�UH����|��H�f�.]�@UH�5�5�H��AWAVAUL��0���ATL��SH������H���dH�%(H�E�1��+�����ua1�H���.����s��1���H������s��1�1��(v��H�E�dH3%(�sH�e�[A\A]A^A_]�fD��|��H���~������H��1��z|��A�ą�x�H���s��L��D���k���D���s���莎��Lc����1�H������X���H��8���H�� ���H��(���辙��I���fv��I���~���I���{��L�����L�� ���H��H��(���I���H����������!ʁ ��t��ATH�
S4���€�AQM��D�H�GARHD�V���AWAV�H�����H��1��Mw��H�ދH����������!�%����t��H������D�H�VHD��H��H��0H)�跔���K������ff.�f���U1Ҿ�H��AVAUATI��1�SH�� dH�%(H�E�1���q��A�<$[H����1��
��1����H�=�/I����E1�1�1�L��H������s���H����L����1�1���H�=�/uPH�����H�U�dH3%(��H�� [A\A]A^]�fDL���q��H��L��A�|�]�Z����@�H�=�2菉���DM���1�L�����H�
�2L����u���L���V����(����L������:���菃��ff.�@��UH��SH��dH�%(H�E�1�H��/H��t%H�u�dH34%(��H��[]��H�������E�H��ƅ���Q���H�=72��u>������!<]w0H��DH����J߀�]v�H�=2��uH���Nz��H���c���H�$/�b���貂��f���UH��ATSH����H��0dH�%(H�E�1��s���1Ҿw1�I���o���M��H��I��H�
�1�1��at��H�����H�ڋ
H����������!�%����t�L�����H����������D�H�JHD�L���@�H�΄.H��H)�H�����H�����H�H������1҅�u)��j��H��uH���.H�@ L��H���t����H�u�dH34%(H��uH��0[A\]�茁��ff.����H��t_�1���tXH����H9�tLH��H���+fDH9�t3�у�߃�A��v�JЃ�	v��-��w�H����u�H����1��D��UH��AWAVI��AUATI��SH������I��H��(dH�%(H�E�1���}��H�
0�H��I���1���r��H�=.�.u4L���D���H�M�dH3%(�)H��([A\A]A^A_]��1�1����m��H�=�/I����1��
A��1��A��L��H�������t��H���~s��I��H����M��u=H�������A��1�1�A��H�=?/�M����H�=J/蘅���7���I��L������I��1���L��M��H�
�Y
��q���I�غ�1�L������H�
�.L���q���L���.���� ���f�I���K����c����UH��ATSH�� dH�%(H�E�1�H�GH��tH�M�dH3%(uWH�� [A\]ÐL�e�H��L��葉���{ L��H��H�E��g����tH�;蓎��H�CH�}��V���H�C�H�}�1��������~��ff.���H�?�d��@��UH��ATSH�� dH�%(H�E�1�H�GH��tH�M�dH3%(ugH�� [A\]ÐL�e�H��L�����H�E�H�C�u�{ L��H��蕀����t!�,���H���ԍ��H�CH�}�藂��H�C또H�}�1���~�����~��ff.���H�?��f��@��UH��AUATSH��(dH�%(H�E�1�H��/H��t!H�M�dH3%(�pH��([A\A]]�H������H������1�H��H��H������}f������H�=�,L�-�,���I��H����� L���h��H��t�H�����M��M��1�H�ߺ�H�
�,�)o��H��豌��H�:/H������n���H�'/�1���f�H�������}��H�=/H�/t&H�=>�.y�H������j��H�)�.��H������y��H���4���H��/�H�=,L�-�+�~��I��H������H�=�+�~��H�=W=
I��H���4���L�-�+����9|��f���UH��SH��(dH�%(H�E�1�H�-/H��t H�M�dH3%(��H��([]�fDH�]�H���\���1�H��H��H�E��~����t'貃��H���Z���H��
/H�}�����H��
/뙐H�}�1��E|��H�=�
/H��
/t$H�=�.y�H�}���h��H�ڙ.��H�}��Wx��H�����H�p
/���A{�����UH��AWI��AVE1�AUATSH��HdH�%(H�E�1��u��H����H�=8
/��H�]�L�e�1�L��L�m�I��L��L����y��H���}H�u�L�}�H�u�fDH�U��}�M���H����]��H��H�E��w��H�=�/H���n���H�}�A����~��1�L��1�I��L���y��H����E���„�u�E��A��E��H�]�dH3%(L��uH��H[A\A]A^A_]��/z��ff.�@��UH��AWI��AVAUATSH��XH������H�5�UdH�%(H�E�1�H��H��)HE�H��H�������k{��H����L������H�¾I��L�����H��H���b�
H���d��H���LH������L������H��������� H����d��H����H�x� �d��H�����H�5�(H��L�p蚌��A�Dž�uH�=+/�-H��������H�=
/t]H�5�(H���^�������H�5�(H���G�������H�5�(H���0�������H�5�(H�����������H�5�(H����������H�=�/��|��L������H��/fDL��L��訃��H��H��t�
H���c��H������L���u��H�E�dH3%(��H��X[A\A]A^A_]�DH�5�'L���i�������H�5�'L���R�������H�z.H��/����H�5
PL���!�������H��/���f�H�5�'H������t=H�5�'H���ފ�����&H�=�/��{��L����H��/����fDH�=�/�{��L���̆��H�m/���1�1�H�5�R�0o��H���-���H�8H�5'c
H�������a���H���������H��&�y1��d��H��H�����1��Rp���f�H�5�&L����������1�1�H�5R�n��H����H�8H�5&H�������ډ������H������1��RpH�O
/���f.�H�5�&H��衉�����IH�5�&H��芉�����1�L���
�}���?1�H���4c������H������L��H�5-����I��H��t\H��/L���b��H��2w1H�;tH���z��L���<���H������H�5�,1�H�贆��I��A��H��M��tA��~�H������������!���L��H�5xa
蹈���y��H��$LD�1�L���mb��H����1��PpH� 	/�D���H�5%L���q�������H�2w.H��/�F���fDL��1��b���d���@H�:H�5�$H�������"���H����������������fDH��v.�6���M���1�L������L������H�
�/L��L�������if��L�������L���y���q���1Ҿe1��ra��I��H��u��DM�M����I�?L���x�����u�1�A�Wp���H�5�$H���Z�����u H�=?/�Jx��L���r���H�+/�^���H�5$H���'�����u H�=L/�x��L���?���H�8/�+���H�5e$H������ulH�=/��w��L������H��/���M���1�L������L������H�
�/L��L�������=e��L�������L����x���t���H�5$H���u�����u H�=�/�ew��L��荂��H�v/�y���H�5�#H���B�����u H�=/�2w��L���Z���H�/�F���H�5�#H��������u%H�=�/�v��L���'���H��/�����vr��H�5�#H���ׅ����u2L��H�5�#�ą�������H�B
HE�1��v_������H�5z#H��蒅����uL��;1��O_�����H�5c#H���k�����uL��=1��(_���{���H�5I#H���D�����uL��A1��_���T���H�52#H��������uL��C1���^���-���H�5#H�������u#1�L���
�sx���-1�H���^�����H�5�"H�������u#1�L���
�=x���/1�H���n^�����H�5�"H��芄����u#1�L���
�x���11�H���8^�����H�5�"H���T�����u#1�L���
��w���71�H���^���U���H�5�"H��������u#1�L���
�w���?1�H����]������H�5j"H�������u#1�L���
�ew����1�H���]�����H�5M"H��貃����u#1�L���
�/w����1�H���`]�����H�5%"H���|�����u#1�L���
�v����1�H���*]���}���H�5�!H���F�����u#1�L���
��v����1�H����\���G���H�5�!H��������u#1�L���
�v����1�H���\������H�5�!H���ڂ����u#1�L���
�Wv����1�H���\������H�5�!H��褂����u#1�L���
�!v����1�H���R\�����H�5e!H���n�����u#1�L���
��u����1�H���\���o���H�5A!H���8�����u�
1�L���u��H���.�A���H�5*!H���
�����u�
1�L���u��H�X�.����H�5!H���܁����u�
1�L���Yu��H�:�.���H�5� H��讁����u�
1�L���+u��H��.���H�5� H��老����u�
1�L���t��H���.���H�5� H���R�����u�
1�L����t��H�x�.�[���H�5� H���$�����u�
1�L���t��H�b�.�-���H�5)H�������u�
1�L���st��H�$�.��H�5)H���Ȁ����u�
1�L���Et��H��.���H�5C H��蚀����u�
1�L���t��H�H��.��H�5- H���j�����u�
1�L����s��f�l�.�s�H�5 H���<�����u�
1�L���s��f�:�.�E�H�5v(H��������u�
1�L���s��f��/��H�5�H��������u�
1�L���]s��f�p/���H�5�H�������u�
1�L���/s��H��.��H�5�H�������u#1�L���
�s���-1�H���2Y����H�5|H���N����u#1�L���
��r���/1�H���X���O�H�5�'H�������u�
1�L���r��f��.�!�H�5/H����~������H���������H�5H����~����uH�=��.��H�5T'H���~����uH�=`�.t
H�=N�.tgH�5�H���}~����u
H�=��.t^H�5�H���`~����usL���z��H��.�p�1�L���
��q����1�H���W���M�L���Mz��H��.�9�L���9z��H�:�.�%�L���%z��H���.��H�5{H����}����u�
1�L���Wq��H�H��.���H�5aH���}����u�
1�L���'q����.��H�5OH���}}����u�
1�L���p��f��.��H�53H���O}����t.H�5KH���<}����ur�
1�L���p��f��.�E�H������H�5� L����z��H��H���#�H�5B!H����|����uPf�
��.H������H�5� 1��z��H����H�5�H���|����u8�
1�L���4p��f�C�.��H�5�H���|����u8f�
-�.�H�5D%H���l|����u@�
1�L����o��f���.�u�H�5IH���>|�����V���f��.���H���H�5VH���|����u�
1�L���o��f�O�.�"�H�5>H����{����u#1�L���
�ho���91�H���U�����H�5H���{����u�
1�L���2o��f�;�.��H�5H���{�������H������H�59L��H�/�"y��H�����H���QW��H��uH������H��1��x����H�v�.�Q�f�UH��AUATI��SH��H��dH�%(H�E�1�H�=�.tH�=���f��M��H�=vH�P�.H�=�.IE�H�&�.��v��H�=A�.H���.�4H�=$�.�1�1��b��H����1�f�
%�.M���*L�+�.M����L�����L�
\�.�1��L��H�
(��X��L��@���L��L���*d������L��Y���@��H���S��H�x�]��H�����I�ؾH��H���.1�H�
��jX����1�f�k�.H�jR
�{S��H��.f�=B�.H��.��H�Ȇ.H��.H���u��H�z�.f�=��.�$��.f��.u4H�=|�.��H�=f�.��f�=�.�f.�H�=�.��H�=��.�tH�=�.�FH�=��.� H�y�.1�H��Pp�tf��H�E�dH3%(�kH�Ĩ[A\A]]�f�=\�.�RH���.H��.H�
�.H��.�����H�9�.H����L��H�޿�pb�����{��Y���@�I����ifDH�����H�5:�.�H���%^���H��H�5��a��H�߾�4`��H�5�.H�ߺ��]��H�ߺH�5��|a��1�H���`���i���DM����H���.H�!�.H�=4
��s��H�=�?H���.��s��H�k�.����fDH�If.H��.����DH�1f.H��.���DH�i�.f�=�.H���.H���.H���.HD�H���.���@H�=0�.���H�=��[��H������H�x �s��H��.���L��H�=���b������@H�=���r��H���.����H�=���r��H�u�.����H�5��.H�������x\���H�5YH���`��H���r��H�E�.�L�����j���4���fDH�ك.1Ҿ
1�L�����H���.��O��H�
��L��I���H��1��T��L���$r��H��.�f���.�[���@H�у.�H�5�.f�5t�.����f�H�=|�DZ��H���U���H�x ��q��H���.�@���fDH�=P�Z��H���3���H�x �q��H���.������a�����f�=�.uUH�������]�f���f.���UH��AUATSH��H��dH�%(H�E�1�H�=�.t@H��t1�f�=��.��H�H�H��.H�M�dH3%(�0H�Ĩ[A\A]]��R��A�ą�u$H�=��.u�H��H��t�H��D�{^��I��H��tS�8tNH���M��H��@w@L���X��I��H��t0D;`u*f.�f�=��.t>H��tH�I�E�P����D���a��I��H��u�H�=)�`���[����H�=�b��I��H��t�8tH���gM��H=�vM�e I�}L����T������H��@���L���]����uӋ�X���%�=@u����`��f���UH��AWAVM��AUATSL��H���H�EH��0���1�H��`�����H��X���H�EH��h���1�H�����H�E H��P���L������L��(���H�����dH�%(H�E�1�Dž����HDž����HDž�����L��I�ٺM��I��H������H�
��H��H��@���H��1��EQ��H������H�ڋ
H����������!�%����t�H��|���H�����������H��H�����D�H�JHDщ��H��a.H������H��H+�@���H�� ���H������H���]�����<1��L������A��H��H������1�jI��H������E1�jH��A�&H��ATjjjjH��H����P��H��@L���A�lj����A��A���<H��`���H��8����fDL��8���H��X���H��0���L����H��h���H����L��H����M��1��A��H��H������1�jH��H���E1�H��jA�&I��ATjAWjj�KP��H��@A�ǃ��{L���A��A���TH��h���tH��8���H�x��a��H������H������H��X���H��P�����H���%���L��H���M���H�=���b��1�1�H��X���H��P�����H��H���1�H����c��H��h���H��tH��h����\a��H��H���D�����L������L������M��M��1ɺD��L����N���Å�������H��H����P@L������H��@����1�H�
E��N��H��@�����b��L��L���6L��A���L��|���M��M��1ɺL���aN��A�ƃ��%�H��H���H��1���b��L���A��H��h���A����A��
��D�����E������H��tH��h����2`��H������H��+
H������H��X���H��HD�H��P�����H����L��`���H��X���H��0���E1�L����H��h���H����L������L��L��H��H������L������M����b������H��������H��������t�L��H�߉�������J��H��(���ƅ��������HL�����H��L���V��L��@�����L��I�~�&T��L��L�������G��H��1�M��ATL�����H��H�ߋ�����H������H�������W��A��XZE����L������L������M��M��1ɺD��L���qL��A��������uVL������H��@����1�H�
��D��8����L��H��@�����_��L��L����I��D��8���A��t���|���M��M��1ɺL����K��A�ƃ���1�1�H��X���H��P�����E1�H��h���tH��h����]��H��H���1�H���F`�����H�=�E1��_��1�1�H��X���H��P�����H�M�dH3%(L����H�e�[A\A]A^A_]�H��tH��h����]��L������L��������|���1�M��M���L���K������������|���L�������sI��H���L��(���M��H�
�L��@�����1�L���J��L����1^��L��L���VH���p����H��tH��h�����\��H�����H��tH�51H��(�����H����L��@���L��(���1��H�
�L���!J���L���]��@1�1�H��X���E1�H��P�����H�����������H�� ���H���h�������Dž����L������H��@����1�H�
�
��I��H��@�����/]��L��L���TG������������M����1�L��@���L��(���H�
bL���JI���L����\��L��L���G��f�E1��/����L�����M��t4��|����G��H��t$H������H��(���A��H����f.�1�1�H��X���H��P����Ћ�|���L�������ZG��I��H���8���M����1�L��@���L��(���H�
�L���H��L����\��L��L���:F���l���L��L���*F��H��L��(���L������H��P���H��`���j�����H��h���H��0�����X������H�� I������D��������L������H��@����1�H�
����G��H��@�����j[��L��L���E��A���������L��(���M��H�
����Dž�����J���H������H��X���E1�H������H��P�����L��H��H��A���(E�����1��8���W����2U��H��h����S���fD��UH��AWAVI���JAUI��ATI��1�SL��H��HH�U�1�L�}L�M�dH�%(H�E�1��B��L�M�H�u�H��H�E�I���A��H��H�E�1�H��t_H�}��H�=�uxA��At1��k7��I��AH���\[����uHH���u�L�E�M��H�u�AWL��L��SH�U���^��H�� H�M�dH3%(u3H�e�[A\A]A^A_]�f��H�=���Y��1�1�H��A�ָ��	T��f���H�m�.H��t��U1�H���6��H�N�.H��uH��#
]��UH��SH��dH�%(H�E�1��e��H�I�.H��t$H�M�dH3%(H����H��[]�@H�=��.tHL�
��.M��tJH����I��1��H�
�	�H���EE��H����b��H���.H��H��u�H��"
�DH���b��H��H���.���R�����U1�H��AUI��ATSH��H��f�=��.D�%��.f�
��.t^1����H������H��I��H�
�1��D��1�H��L��f���.�c\���f���.fD�%��.H��[A\A]]�@�;\����f���UH��SH��dH�%(H�E�1�H�z�.H��tH�U�dH3%(uRH��[]�@1�H������4��L�-�H��I��H�
C�1���C��H���ma��H��.��Q��ff.�@��H����UH��AWAVAUATSH��D�&A��{��E����H�}�H��H���l>��H=��D�-~�.D�=t�.D�5h�.D��D	�fD	�u
A��#�rH�5uH����8��H���:H�5`H���8��H���"H�5KH���8��H���
A��I��*A��#�0A��/��fE����@fE���A����H���/H���<��I��H���JH�xH�5,��c�����2I��A�EH�]�H�
�L���.H���H���TB��A�E/H���\<P���C���<UuG�C���<Bu<�C���<Lu1�C���<Iu&�C���<Cu�{/uL�-��.M����D1�H�e�[A\A]A^A_]��1��DA��I����A��i��A��~���C��t�fE��u�</�A��fD5��.u�H��fE����/H����:��I��H��tH�xH�5�*�b������L�n�.I��H�]�H�
�H�����1��H���A��H���)����A��/�>���fD1��)���I��I��뱐H�{H�5a*�@b����u����.f��.f��.��H�E������D�C���<F�W����S��߀�Tu�S��߀�Pu
�{/��fE�������<S�}����C���<H�n����C���<A�_����C���<R�P����C���<E�A����C���<D�2����{/�(���L�-��.M������H��H�5x)H���Ua��L�
i)M��LE����1��	���H�]ȾH�
I��H�����1�H���?��H�����A��t1���R��H��H���eT���������H��H�]�H���^I�����1����L�KI���&���H�U��</tL��H���B��CL�k��u��H�}��:E��I��H���>���H�x �3���H��A�}H�5�(LE�L���g`��I�^ �/��H�p(H��LD��L��H��t
�xu�I�^ ���.t	�;����L�
�.M����I��PH�]�H�
�AUH���1�H���>��ZH��Y���L��.L�KM���3������I��A�EH�]�H��L��.H�
��1�H���A>��A�E/H���F���M��I�����f���UH��AUI��ATSH��dH�%(H�E�1�H��H	���H��I��H����H����8��H=��L�����H�P�H��L���`Z��I��M��t*L���8��H=whL������L��L���H��I��L��L����6��H��t>H�M�dH3%(L��uHH��[A\A]]�fDL��ƅ����)8��H=v��E1��1��Q���L��H���F����J��ff.�@��UH��SH��1�H���-��H��H���.HD��.H��[]���UH��AVI��1�AUATM�fXSH���.L����u-���H��I��L9�t&H�;H��tI�<$u��Z��H��I��I�D$�L9�u�[L��A\A]A^]Ð��UH��SH��1�H���-��H�B�.H��H��[]����UH��ATI��S����t�*f.��k-���8
t1�L����A����x�[A\]��FQ����@��UH��AWAVAUATI��SH��H��x��l���dH�%(H�E�1��6��H=v0E1�H�M�dH3%(L���WH��x[A\A]A^A_]�DM��H�
��H��1���I�����Dk58h.<L������<;��H������L��H��`���L��H���C�����t���2H���:7��A�…����������-D��A����u��I1��9D��H�
�g.H��H��H)�H��x���H��H9�|�H����6��A�…�ti��������/E��yRL��H���gC����������1��RY��H��A���5���9g.1�H�߾A�>�����jD���"Y��f���l�����xN�+��L�������8I�ǃ�
��2��I�غL��I��H�
R�1��9��f�=f�.����@����5�f.H��A���B���*���������E�V�A��D��D�)‰��)�A9�t5�D��h����)>��D��h���D��E��E�����J�������@E1�H��`���E��M��1�H�
���D��h����99��H��`������L��D��h������L���L������fD1��0��f�=�.��H�
�h.H��tx�9��H�5M�L��H�5�h.�+D������H������L�������L����x5������L��������������������Z����������Z��1��+���/H���F��I��H��tc���L��1�I��H�
?�*8��L��H�޿�C����tA�$/����@��(���A�$/%�=������DA�?������L�������2Z��M��L��H�
 ��1�A��7��1�L���DK���5vd.H���@��D���nV�����f�1���@��H�
bd.H��H��H)�H��x���H��H9�����1�L�������@��H+�x���L��H�

I����1��!7���L���J�����H��L��H��`����hB��H��`�����tH��f.L�������o����9�������H�5J�L��H�5�f.�B�������H�57�L��H�5�f.��A����u�����H��������I����x.��������������~&�������X���������X������������D����,��������l���~�L������1��L���H�Hc������O���@D��l���H�Ƌ���������D�lj�1�H��H	������1�Hk�b.<H��p����7��������1�1�L��p���L��x�?�����;����������L���K��I��H������������+���������������������������W���������W��1��J(������+�����D��l�����H������H�
��H��E����4��������H��d.�H������L������H������HDž�����W>����������G>��������1��:>��Hc�����Hc������P��Hc�����Hc�����H����O��H��Ic�H����O���H����O��I���L9�tD���V��I��I����J��1����LO��H������H�������	=������N�����N�����UH��AWAVAUATSH��HH����1�H�����H����1�dH�%(H�E�1���.��H�=��.H������H����8*�H�
`.�������H�=��.�<L����A�?[u!L���I.��H�Í@�����H�A�<]�&H�����8��H����H���:��H����H����9*�������BH����H����L�(�.H������L����H�
�.P�1���2��H�=��.^_t6H�������1��H��L������H�
���2���H���F��L����H������Dž��L��H�5�
�pQ������H����H����~�@D����X�����'L��H�5B
1�Hc��(Q��H����H��uˋ���Hc�H���HDŽ���:E����x.����������T������T��1�H�M�dH3%(H����H�e�[A\A]A^A_]ÐH�=��.t�H��].�����t�H�=��.���H�=D���N��H���.�����H�Y��t0H����HSH������L����L�E�.PH�
E�.�6���1���!�����H�=��tN��H����H��.�9*�M���H���3��������1��!�����@H����C������1��H����Ё����������D�������������1���Q���D�������pHc��Hc���K��Hc��Hc��H���K��H��H���{K���H���nK�����H��A���x9������h9�����1��[9����~���߃��R��A9�}��F��1����J��H����H����p8�����9J��f������Q������Q������Q������Q��1�1�H��������H�=��L��H�o�.���L����I�w�L���b6���C�H����L��H�H����Ƅ���/��H����H��tH�����'A�����������M���1�H������H�
*�H���.���H���%B������1�1�L������/�������P������P���8 �n3��1��8 H��H���,��H�����K��H�H���K���C(1�H�C���C ���C$�����H�C�X7���L�����I��H��1�HDž����H�L����H��L����H�Hc{ A��sG���K L��������?)�H��H	���Hc{ �JG���K L��������?)�H��H	�Ő�Hc{$�!G���K$�������?)�I��L	�Ő�H����Lc���H����L��M��I��fDHcs$Hc{ L��L)�H�����H��L��1�L��L����x�6��1������B6������I�Ņ���tI1�1�H�����H�������HH����H���y6�����@Dž��H����L�@�H�
��8*H�W�LE�L��������L��1��H,���L����?��H��1���(���]���@�������M9�@�Ƌ����@��t	���q���������H����L���H�
���8*H���LE��m���1���������9����uF��D��UH��AUI��ATI��SH�����H�}<.Hc��tA�E 1ۅ���L���c&��H�
���H�����I�<H�5=.L��H��1�[A\A]]�@+��UH��AWAVL�u�AUA��ATSH��1�H��(H�u�H�U�dH�%(H�E�1��g4��L��H�E��3��L��Dk`<D�xD`�6/��H�u��xD�XI�Ƌ@k�<D�D)�D)�A��t(�������1��)ȃ���8и`�����D�A�H��t;IcVH��:.H��H�߾L��H�����1��o*��H���W%��E�^A�~H�D��IcV�����E�F��H�j;.A��E1�L��A)�D����D���k�<A)��H�M�AWD�)�RA�H�����PASWA�FH��lP1���)��H��0E���H�E�dH3%(uH�e�[A\A]A^A_]ÐL��H��������7��ff.���1�H��H�5��f�=��.���<���ff.����1�H��1�����ff.����1�H��1����ff.����UH��AWAVL��@���AUA��ATA��SH��dH�%(H�E�1��f.��K���8�RL��D���!���Å�u�H��@���iitqL������DD��D����I����tT����8������%tl��t��!����L��I��H�
k�1��l(��L����5��D��D���yI����u���H�U�dH3%(����H�Ę[A\A]A^A_]�@�%D�{� ��H�
>��L��I���1��'���L���;����t;A��u�D���x,������A���7�����������g���f.�L���1�H�c0
�%5���1��6����t5��@��UH��AWAVA��AUI��ATI��SH��1�H��XdH�%(H�E�1��&F��������M��tI�Ef�==�.H�h�L��
H�����LD�H��A�t$M�$H�
G��H��1�L��������&��XH��0���ZH������L��H���/����t:��tt������H�=��J:��H�پ1�H�����4��������A������^E��H�M�dH3%(D����H�e�[A\A]A^A_]�f����H��1��|*��A�Dž�yL����8I�ǃ��
L��H���.��H����fD����H��1��4*��A�Dž���A����1���"T.D��D��1��52��1�1�Hc�H�������T.H������H����L��H�޿�aF����uE������%�=�t3H������D����1����uH��0���H9��������D���G���c���D��D��1��1��Hc��y����{��I��A�?���4������H�پH�H�I���1��y2��f�=��.�L���L��H�5���70�����'������%�=�����H������L����1�H��H�
���$���H���8������fDH��8���H9���������H��@��������H�߾��I-���������C�����f�M��tH��0���D����W0����t
D���[F���g���H��`������&��H��H��t�L�������H��D��L���G��H9�u�1��
L��Ƅ�����8��H��~�I�E�@A�?� ����H�
��I��H���1��0�������T1��@��UH��AVA��AUI���ATI��SH��@���H��H��dH�%(H�E�1�H��.����u3L��D��H��L����&��H�M�dH3%(uH�Ġ[A\A]A^]����������0��@��UH��AUA��ATI��SH��@���H��H��dH�%(H�E�1���.����u-1�D��H��L���m&��H�M�dH3%(uH�Ĩ[A\A]]ø�������D0��@��U1�H��ATI��S���.����t �߾1��.����[A\]�wD���L�������fD��UH��ATI��SH��H��@H�?dH�%(H�E�1��d?��H�U�1�H�H�
�g��H�UȾw1�H�M�H�E�H�E�L�e�����H�M�H�U�H��H���A)����u� ��H�}��H���'*����tcH�]��H���A��H��1�1��f��H�}��3��H�=��.H��t���b)��H�M�dH3%(H����H��@[A\]�H�}�1��,����u�H�}�1���>�����{���H�}���A�����e���H�}���&��H��H���P���1�H�:F��������H�U���1������E����.��fDUH��AWAVAUI��ATI��SH��dH�%(H�E�1�H��0.H�x ���S`��H��H�E�H���#L��H���5����ttE1�A�<$ tJH�����H��1�H���u��H�}��l2��H�M�dH3%(L����H��[A\A]A^A_]��A�|$t�I�t$H���4����u��L���8^��H�]�I������I���^��I��H��tvH�8�=��A�<$H�E�uE1�H�}���1���f���f�L���L��L���#��I��H��u�A�<$ u�A�|$t�H�}��]��H��t�I�t$L���L����"��I���@E1������-����UH��ATSH��H��D�gH�?dH�%(H�E�1��s<���{H�E��=����t+1�H�}��(1��H��H�U�dH3%(u/H��[A\]�D�sH�}��l/����u�D��1��@��������r,��f���UH��AWAVAUATE1�SH��(H�U�H�M�H�����OH������I��E��M��H��tH�?��;��H�E�H�}�H����;��H�u�H�E�H��t M��tA�}tL���\?������@f�=��.uvD�c�-��A9�tL��D��H������I��H��tH�u�H�}��% ��I��H���QH�}��0��H�}�t	H�}���/���,��H�e�L��[A\A]A^A_]�f�H�}��'4����uH�}��J'�������%��L�E�H�E1�I��H���1��%�*���z���H�{ ����H�=���'��H���L�PM����I�2H����I��L��L�U�L�U��.>��L�U���u�H�M�H�U�1�M��E��H��L�U��*���L�U�I��I�2H����H��t��%��L�M�H�
�H��H�'�M��P�%1���)��XZ����3<��H���3�����fDL��D��H���B��I��H��tH�}�1����I���n����H�=���d)���V�����$��E1�L�M�H�
o��^����k$��M��H�
U�H�T�L�M�HD��;���ff.�f���UH��AWI��AVM��AUA��ATI��SH��H���w��H��@wYH����H���`��H��@���HH.�P��?H.����H�=�.�)��#���%H�
��*fD�H.�#��H�����!H�
���;ID�H��I��M��PH���1��o(��X�Z�s��H�e�1�[A\A]A^A_]�f���G.�A#������G.�P���G.���H�=1�.�L��D��L��L�����H��tH�1�1�M��E��H���7��H������"��L��%H�
���9���fDL��!H�
������@�;��L��D��L��L���n���H��tH�1�M��E��H��H���6��H��u�i"���%H�
W������H�eظ[A\A]A^A_]�@�3"���%H�
b����f��"��L��%H�
G��z�����!��L��%H�
@��Z����L��D��L��H�����H���X���L���W��H���,����B�����UH��H�=�H��AWAVAUI��H�U�ATA��1�SH��8dH�%(H�M�1��H��H�E�H��t H�����L�}�H��L9�r31�H�}��+��H�M�dH3%(H����H��8[A\A]A^A_]�L�4L���t��I�tH��H)�I9�v�H��H�u��X��H�u�H�H)�I9�u��;M��D��u.1�L���"��H�������s���1����H���f����L��H����!��H�������%�����UH��AVI��1�AUA���
ATI��H�=��SH�� dH�%(H�E�1�A��H�E�H����1Ҿ	H�=��A��H��H�E�H��tHL�eȾ*L������1�H��t�H�]�H�PL�e�H��M��D��L���2!��1�H��u;H�}��)��H�}��)��H�M�dH3%(H��u,H�� [A\A]A^]�f.�1�����H���@H�����$��fD��UH��AVI��AUA��ATI��SH���`U��M��E��H��L��[1�A\H��A]A^]�3��f���UH��AWI��AVI��H��p���AUI��ATA��S1�H��hdH�%(H�E�1��b
����u&H��p���H��x���L���9����t4H��p����X3��H�M�dH3%(H����H��h[A\A]A^A_]�H�]�H��x����@H��p���H���4����t1�H��x���H��p�������fDL��D��H��L����5��H��t1����H����fDL�����L��D��H��H���5��H��u���#����UH��AWAVAUATL������SH���H��(��������H�����dH�%(H�E�1�Dž`���HDž����Džd����J&��1Ҿw1�H���Y���I��L��I��H�
9��1����L������L��
H����������!�%����t�L��T���H�����������L��H�����D�H�JHD�H��h�����H�� ����H�a%.H��E1�L)�H������H��!�����YjH������L��1�jH��h���I��1�A�H���������^_A�ƅ���H������1�H�=�H��(���H���I��H������H����H��p���L��x���L���H��H���H������L������H��@���H��\���H��0���H�CL������H��8���DH��E1�L��H��L��H���H������jjH��@�����0���AWAV�k0��H��8���H��0A����%��A��vrE1�H��H���L���2��H������tH��@���1�L���(��H�����L������H�� ���L����1��H�]�dH3%(L���hH�e�[A\A]A^A_]�f�H������H��t%H������H��H��(�����L��L��H���������H������tH������t
A����E��L���E���,���H������H�����L��H��p����Q5��������H��H��P���1�I��AW��d���I��L��H������E1�HDž����L������Dž���� H��8����Y��ZY����H��H��(���H������H��������L��L��H����������L��H��L��L��8���H������L��d����`'����u1H������H��tL������I�F�H=���E1�L��L���k��H�{��#��H�����L���S������fDL��X���H�����H��h���H��x���L���$4�����,H��`���H������H��H���L�="�A��
t0�L��H���1�I��D���L���$��������tgL�5��L��H���I��1�L�狵T��������A�ǃ�v	E1�������1�L��H�������5��H��L���j��A��t���f�L����1�H���������H��L���:���E���DH������H�D��1�Dž`��������H��L���
���0����H��������H�P��������L��L���,��M���<����������/���H����������I�|$BƄ5����H���������I���������@��UH��AVI��1�AUA����ATI��1�SH�� dH�%(H�E�1��
��H����H��H�U�H�=�1�A��H�E�H��tz�8L��D��uG1�H���=/��H����1ۄ�uHH�}��x!��H�M�dH3%(H��uBH�� [A\A]A^]�f�H��H���.��H����1ۄ�t�1����H���D1�����ff.�@��UH��AWI��AVI��AUATL������SH��8������dH�%(H�E�1��Q$��1�I������H����$��H��I��L��AULc�H�
I�1���L���5���H����������!�%����t��L������D�H�SHD�Z���YH��1�L)�H��A��H������H����� H�����I��H�����H�������*H��H�������
��H������H��I��t H���H�����xI��uH������H���sM��H������H��tJH��H�������H��L������I�‹�9.����L��L��1����H�����������9.��u=H�������q������1�H�M�dH3%(�H�e�[A\A]A^A_]���H�������X9.�+���f�L��L��H��L��L��������A��I�H���l!��L��������t)H������L��1���
��H�����������H����H������H������1�L���
��H���������H������������L��L��H���7,��H�������1����H������H�������d��H������H�������������E1�H�������`���ff.���UH��AWAVI��AUI���*ATL��SH���H����������L�����dH�%(H�E�1�����H���)I���I����xL��IE��YK��H��(���H���������I��M��H��H���L��0���H���W1�H��P���I�T$0H������H�
�H��H�������HDž0���HDž8���HDž@���#EgHDžX���vT2��
��L��(���L�����1�L��H���	��H��(������H�ڋ
H����������!�%����t�L��L�����������D�H�JHDщ�@�H��H��H)��=��1���H���H�L��L���>��L��M�FH��H�5,���H��(����H�QH��H��(���H�ƒ�H�������H��(���H�JH��(����I9�u�H��(���D�%Q6.f��)�����E��uF��1�H���H���?��1�H�]�dH3%(H����H���[A\A]A^A_]�DH�����H���1����tA��D�%�5.�L��E1����H����������L��L���=)��H��uD�%�5.E��u��a����1�����H���&����H��H��1��H�H���K����:�������ff.���U1�H��AUI���
ATA��1�SH������H�=��H�����H��M��E��H��1�[1�A\H��A]]�=%��ff.�f����^�.�P�U�.��t	���K���ff.���U1Ҿ4H��AWAVAUATSH��1�H��xdH�%(H�E�1��8��1Ҿ.1�H��p����#��1�H�������E��1�1Ҿ�H��h������H�{H��`���H�����'#������������=���1��H��`������������D�kH��E��H��x���H������H������H��@���H������H������H�������E����1����H�{H������A��H������A�H���DD����A���_���I��E����A�L�c(�fDA�?�H�{� L���u��A�ƅ�x�H��.��L�c D�sH���`����H�=���/��D�sE���K���1�1�H��`����и�H�=��.��1�H������HDž����H���H�H��H��������H�Lc�����L������L��H��x���H	���������H��x���A�H	��@���A�E������H������E����Mc싽����L������1�L��H������H)�H������H���������1�A�����E����E�������H��p���H���pH��H+�h���H+�����H���H���QD�s����������H������E1�1�H������HDž�����7��1�A���}��E�������A�?t��@A�?��H�=&�.E��A�uSH��袀��H�u�dH34%(�H��x[A\A]A^A_]�DH�{���-��������H�=̤.E��t�H�{D��L���������E�L��A��H�
���1��c��L������g����I9��h������f��H�=h���������f.�1��7���H�=���m���j���H�=0�.�����H�=N�������H����H�=���o������f.�UH��AWAVI��AUI��ATSH��H��(dH�%(H�E�1�H��;��H���B�CH�s D�@�D�C���MH�FE��E1�H�C I�QD�>�&H�C H�HH�K �A��
u<
��A��I��I�|$D��)��CM9�u�I�H��H�u�H�U��(��H�U�H�u�H��H�E��	��H�����H����H�E�A��
tiI�EH�U�dH3%(��H��([A\A]A^A_]��H�u����M�&H�u�L��H��H�E��	��H�E�B� H�E��f.�H�S �:
u�H���kH�S M�&B� H�E��y���f.�1��h���f�H�}����H�E��M���I�1��0��H��H�E����H��t�H�E������������UH��AWAVL�}�AUL��ATSH��8H�}�dH�%(H�E�1�H�E�H��H�E���I��H��tH�}�u*H�M�dH3%(L���H��8[A\A]A^A_]�D��I��H�E��f.�H�]�M��H��tDM�eH�E�I�E����H�u�H�}�L��I�EI���l���I��H��u�H�}��{���t���fDI�EH�E�1�H�E�I�FH�E�H��tk�HxH�@H��u�H�}�H�����L�m�H�E�I��M��tCf�I�uI�UI�<�?��H�]�I]M�mH�]�M��u�L��H�}����������H�����e��D��UH��AVI��AUATSH��tQH��I���/�HcsL�����H�s L��I��H������M�Lc D)cM)�tH������H��u�[A\A]A^]�@[�A\A�A]A^]�fD��UH��AVAUATSH��dH�%(H�E�1�H�=˟.��H���.H����I��H�����|��H��L�����H�
.�PM��L����L��1�L��@����d���L��L����
��ZY��t~��L��1�M��L���H�
���)���L��L���
����tEH�=�����H���@H�=�����H��H�M�dH3%(H��u0H�e�[A\A]A^]�f�L�%ɞ.���H�=/��D��H������f.���UH��AWAVI���( L��0���AUL������ATL������SH��dH�%(H�E�1��w���( 1�H��H���������1�����1�� �������H��M��L��PL����1�H�
������XZ����H��M��L��PH�
���1�L��������L��L����(	��Y^����L��L���	�����NH�=��.���C���H�����H�CH���3�T�H���1�H�{H�5��
������H�{L���]������H�{�L���������RH�{�#���H�CH���1�H�����H�{�������� ���1�� H���2���1�1���H��H��@ H���.H�@H�A����H��~1Ҿ�1�����1�H�O�����1��H�=����H�E�dH3%(�gH�e�[A\A]A^A_]�@��L��1�M��L��H�
���#���L��L��������u����L��L���[��H�=�.�e���D���[���fDM��L�f�L��1�H�
s�����������9����H�
S�I��H���1��	��L�%P��'fD1�H�����L���H��1������B���H��u�H�������[��������H�5�H��1����������H��H��1�����m��������z����H���H��1��_���C����U��L��H�^�I���1��7�������-��L��H���I���1������f.���UH��AWAVI��AUATSL��H��(H��H�EL�E���M��L�eH�E�����tI��H��umH�ο���H�uȿ�r���H�޿�e���H�޿
�X���H�u���J���M���WH��(L��
[A\A]A^A_]�&���fDH�M�I���D����H��H��.����H�L.H�8����1�1������Y��H�M���t��t���E��H�M�H�ο���H�uȿ���H�޿���H�޿
���H�u���~���M��t
L��
�l������H��H��xuH�5��L����H��t�@f����H9���H�5s�L����H��t�@f����H9�t;�>���H�پH���I���1�� ��A�?st5H��([A\A]A^A_]�����L��H�d�I���1�����H��(L��[A\A]A^A_]��������H��(L��H�
�[I��A\�A]�A^1�A_]������H���.H��t8UH�8H�����H��t6H��.H��jH�H�B H�HH�J �]�DH��.H�8�Y������]�f���UH��AUA��ATI��SH��H�=��.H��t���H�m�.L�n�.M����A��E������;f�H�W Hc�H�JH�O �A�T�I��i��
��A9���H����t&I�8�G������H��tJL���.I�8�fDL��H��L��[A\A]]�@H��.D��L��H�H��[A\A]]�����H��1�[A\A]]�L���ff.���UH��AVAUI��H�=z�.ATI��SH��t���H�_�.H�`�.H��uSM��t;L�5G.�I�L��L���=
��H��H��u
���8u;I�I)�u�[�A\A]A^]�DH�8[L��L��A\A]A^]���f.�[1�A\A]A^]�D��H�=̕.tH�#.��f�H��.�����H���.H��t@U� H�8H�p+PHc�H������H��t/H�q�.H�P�@ H�P1�]�fDH�).H�8��������]�f.���H�-�.H��tHUH��S��H���P��t���PH�PH�JH�H�؈H��[]Ð���uH��.�P��H��.H�0�����������f���UH��SH��H��H���.H��tp�?tO�B�.f.�H�BH��H�HH�J�K���B���B�;t��u����uH�`�.��fDH��1�[]��H�������[]�H�
.H�0H��[]���ff.�@��UH��.H��AVAUATSL�/L�gH��t~M��tZ�pfD��u���uSH�ԓ.�pHc�L�����L�5��.L��H��H��I�~I��2���A�vI^)�A�vI)�u�[1�A\A]A^]�@[�����A\A]A^]�f�M��t�L�5D.@I�L��L�����H��H��u
���8u�I�I)�u�뢐��H�7H�w0H�wH�W8H�W H�WH�G(H�G�@��H�G0H�PH�W0��ff.����H�GH�H�G0H�G H)�H�G8�D��H�H�H�FH�H�FI��H�F�f.���H��twUH��AVI��AUI��ATSH���
�I�L�c0M��tFH�{8L���(���H�s0L��I��H������M�M)�L)c8H�S0J�D"�H�C0u�H�C@H��PM��u�[�A\A]A^]ø�f.���UH��AVAUATSL�/L�6A�EI�]�u��A�EH�CA��u��A�H�CL�%���f�{w/�CIc�L�>��I�v@I�}@�������E…�u=H�[0H��u�I�vI�}[A\A]A^]��@I�v8I�}8������E…�t�[A\A]A^]�@I�vHI�}H���뙐I�v0I�}0�s��뉐I�v I�} �C��v���fDI�v(I�}(�+��^���fDI�vI�}���F���ff.���UH��ATSH�H�H�ZH��tNL�`M��t5I�t$H�{�����t[A\]�fDI�t$H�{[A\]��fDH�@L�`�fDH�RH�Z�ff.���UL�
\�H��I���L��H��SH��dH�%(H�E�1������u!H�E�dH3%(u>H��[]��H����H�
���1�H�߾��H����������ff.�@��H�%�.H��u�&fDH��H�BH��u�H��H�:H�G�@H��.H�:H�G�D��UH��AVI��AUI��ATI��H�5��SL��H��dH�%(H�E�1��s
��H����L�����H=�w=H���.H��t1fDH�C�u�tA�<${tL��SH����H�[H��u�M��tSA�<${�M��M��H���H���HE�H��H������H��H�
��P1��t�X�ZH�����1�H�M�dH3%(H����H�e�[A\A]A^]�1�M��t�M���1�L�����H�
w�L�����L������DM��t�I�H��t�H9�t�H�0L�ݫ�L����€����i���H�3�L��H����€����K���������@��UI��H�~H��H��H)�H��AW���AV��AUATSH��HdH�%(H�E�1�H�Hdž��H�A�9{��A�y[I��M�iH����H�5��L���|��I��H��tlM��M)�E��taA���L������Q�}L���L�I��H������H��t5L)�H�������������I�T$H��H��������H=�vS1�H�]�dH3%(��H��H[A\A]A^A_]ÐH�5�L����
��H��tĀ8]L�x�K����DL������L��L��Mc�L��L��������L������L��I���M���L�����L�������L��H������CƄC��F�M9���Lc�����L������L���L��L����H������BƄ%����D������I���H������I��)�L������������A��/��A��:����I��������H������H�������
��I���H�������H������H��tH�PH������D�8E��u��A�����A������A����;���I����H�=���������������f.�L������H�51�L�����H������H����D�8H�PH�������A��=tWH�5�L���������:A����1���I����H�����A���Adž�INBO�XfA�E����H�������8"H��������H������H�5���Q��H������H����H�PD�8H������H���������������H�5L�L�����������������A�����H�5&�L����
������A����H�5��L���
���������A��A�����H������I��A�A������E1�H�5��L���r
����uaA������H�5q�L���R
����u�A�������H�5|�L���2
����uH������@�M���H�5X�L���
������H�5^�L���	������A����l���E1�H�5�L����	��������������@�������DH�������<�H�5��L��I�lj������	��A��u��uqA�����H�5��L���m	����uA���	H�5��L���L	�����<���A��A�.���H������I��A�A�����H�5T�L���
	��������A��@����A����E1�����H��H�PH�@H�������F<"���������H�������9�������ʉ�����H������H�BH�������<"��H�����r���<\u�H�BH�������B��u��V���H�5��L���O������A������H������I�����"�H���z������H������I���A���v���Dž����H�BH������Hc�����D�zƄ����H������H���������H�5��L�������u2A�������H������I������H����������H�5��L���c����u*A�������H������I���A�:�����H�5��L���&����uA���x
A���@���H�51�L�������uA���xfA���@�b���H�5=�L��������uA����@u�ȀA����4���H�5�L�������u)H�=��.������A������	�A������H�=��.tWH�5��L���\������A����@���ȈA������H�=M�.tH�5��L������������A��������H�5��L�������tH�5P�L��������uOI����L�����H���$���B���H�=ׇ.t�H�5'�L��������i���A��� ����H�5��L�������t�H�5��L���o����t�H�5��L���\�����t���H�5��L���E����tH�5��L���2����uAdž�imapAƆ����H�5w�L�������t�H�5j�L��������t�H�5a�L������������Adž�pop3AƆ��D������H�t������UH��AVI��AUI��ATI��SH��0���H��H��dH�%(H�E�1���H��t^I�4$H���������uJM��tH��L�����M��tH���L����H�U�dH3%(L��uH�İ[A\A]A^]�@E1�����fDUH��AVAUATI��H��SH������H��H��dH�%(H�E�1��J���H��u%1�H�M�dH3%(�pH��[A\A]A^]�L����I�|$L������H��t�L��0���I�|$L����H��t��.H�ޅ��
L���U����uqH���I��������uZH�����H��t	H;�h���uEA�D$$�� ���������8�u+������tH��I���_�����u������H��L������������H���I����*��������H�����H��t
H;E�����A�D$$�� ���������8������������t�H��I���������������DH���X�H��������ff.���UH��AWI��AVI��AUATI��SH��(H�������dH�%(H�E�1���{��H���4E1�L���>{A���b��H=��L���N��H=�"��{�LD�M����I�H��t-L�H(M��t$�@tE��uH������L��L��L��A��fDH�E�dH3%(� H��([A\A]A^A_]�H����L��A����H=�W���H������M��H�
���H�)�.H��t�A��H�C(H��t$H�S��u��tE��tH������L��L��1���H�[H��u��M���DH���8��H=wE1����H������M��H�
��H�ߺ�1�����H������f�H������H=w�A��������UH��AWI��AVAUI��ATI��SH���dH�%(H�E�1���{��H���E1�L��>{A���i��H=��L���U��H=����{�LD�H�ց.M��tII�H��tA�@tE��uL��L��L���P0H�E�dH3%(�
H��[A\A]A^A_]�DA��@H�C�u�tE��tL��L��1��S0H�[H��u��f�H����L��A����H=�0���H������M��H�
���;f.�H���h��H=wE1������H������M��H�
��H�ߺ�1��;���H���������f�H�����H=w�A���������UH��AWI��AVAUI��ATI��SH���dH�%(H�E�1���{��H���E1�L��>{A�����H=��L�����H=����{�LD�H��.M��tII�H��tA�@tE��uL��L��L���P8H�E�dH3%(�
H��[A\A]A^A_]�DA��@H�C�u�tE��tL��L��1��S8H�[H��u��f�H����L��A�����H=�0���H������M��H�
|��;f.�H�����H=wE1������H������M��H�
o�H�ߺ�1��k���H��������f�H���8��H=w�A����� ���UH��H��ATI��SH���#�H��tH�@@H��t%H��L��[A\]��f�[1�A\]�f�H��[A\]���@��U1�H��ATI��SH�����H��tH�@HH��tH��L��[A\]��fDH��[A\]���ff.����UH�e�H��ATI��SH���s�H��tR���߀�IuS�S��߀�NuG�S��߀�Bu;�S��߀�Ou/�S��߀�Xu#�{u�H�=���[1�A\]�DH��L��[H�@XA\]���������UH��ATSH��y�c�CH�S��tdxRH��<&u�H��L�#A��-t�E��t(x	A�D$�<v���H�B�`u�H����DH���[A\]�@[H���A\]�@[1�A\]�1��fD��UH��AWI��AVAUE1�ATI��H�`�SH��H��dH�%(H�E�1��!��H��t/L��I�����H��uL�<{t<#�}L��H��L��A�V`I��H�M�dH3%(L����H��[A\A]A^A_]�DI��H������M��1�H�ߺ�H�
ڽ����H�����f�1�1�L���t��H���n���L������M��I��1�L����H�
���3���L������D�����ff.����UH��AVI��H�c�AUI��ATSH�����H��tWI��H��tH9t1�I�D$hL��L��H��[A\A]A^]��@t�H�sL���~���t�H�sL���n����HE�빐[1�A\A]A^]�D��UH��SH���H�����H��S"f�Pf�C H��[]�ff.�@��UH��SH��dH�%(H�E�1�H�H��tH�H��f�j H�U�t#H���c�H�E�dH3%(uH��[]�DH�:u�H�}��9������f���H�H�8t�H"�f9OHE�Ð1��ff.�f���UH��AUATI��SH��H��L�O8dH�%(H�E�1�H��t6L9�w1�H��L��8.H�M�dH3%(uZH�e�[A\A]]�fDI�D$H���I��L�����L��H�
���H��HD�H���P1����XL��Z�Q�����f.�UH��AUATSH��(dH�%(H�E�1���u���I��t!H�E�dH3%(�3H��([A\A]]�H�H��H���t-�����H����L��H��A��$��H����H�H�����H�{8A�t=�L��H��I������������������	ʈ��L;k8v�L�m�M�$�1�L��H�
%������H�L��H�^�H��A����H�{8t4L��H��I���Q������������	ʈ��L;k8v�I�4$H���������V�fD��H�H��tH���H��t��fD�ff.�@��H�H��tH���H��t��fD�ff.�@��UH��AUATI��SH��H��XH�~dH�%(H�E�1�H��tH�:H�~H���H��t>H�=.w.H�t1H�
��-L�m�H��H��L��H�M�H�SL��L��H�=^�-��v.H�M�dH3%(uH��X[A\A]]��Q����H��tH�A��u[H��v.H��tH��H�=
�-��L�F@H�F0H�
!�I9Ht#H�?H+FH��HF(H��xH�����fD��UH��oH������oNH�����oV ���o^0��H�V@H�P@H�H���H���H+��H��H����P1�]�ff.���UH��ATI��SH���
�H�@H��u!H�H��tH���H��t
L��H��[A\]��[A\]�ff.���UH��AWAVAUI��ATI��SH��H�H��t}H���H��tH��[A\A]A^A_]��H���L�w8H���|M��t?��H��I9\$8r-I�$H���H��L���I9�u�H��H��[A\A]A^A_]�1���@H�8�u��f�H��I9\$8r�H��L���
�L9hu��f�M��tû�	@M��t�H��L�����L�xM9�r�L��L�����H�@I9�w�M9��m���I9�tCL��H)�I��I��H��v�J�;L��H��H�U���H�U�L;htsL�r��fDH�Z�L������H������f���H�H��t���fD����H�H��t��fD1��D��H�H��t��fD1��D��UH��ATSD���H��D������D�����D���A��f����@D���A��?��<����f��A��?A������?E1�����-�fA���t
fA��A��E�A����L�
��-Mc���O��@��D�ƾDD�H��ARWH��QH�
<�ASRH�����ATP1��p��H�e�H��[A\]�@��UH��AWAVAUATSH��H��������0@��D�G����������D���f���H�-�-�L����D���D���H�Y�L�-&�D���A���QA��fA��A��?A��A��@LD��A�A��?A����A�A��A)к%I�$A��D�����)�������)�H�����)�H���-Hc�L��ASH�
0�ARAUAVAT���f����?P������P1�WH�����H�e�H��[A\A]A^A_]�@A�������f��L�

�-���P�Lc�O�у�~#����������)ƒ����D������f���	A��������)ƒ���A��������UH��AWAVAUATI��SH��H����dH�%(H�E�1�H�=�o.��H����H����I!�$�H��t�;tH�����H=�v.1�H�M�dH3%(�	H��[A\A]A^A_]��H�P�H��H��������H����H��H���������H�I��H��DJ��< uH�Cf�H����H��H���x� t�L�����
H��L������H��H���K���H�����H��< �4��<-��</� ���H�~I�EH�����V�DP�����
L��H�����\��H��H�����H�����8/����H�xI�UH�����@�DB�����L���
���H����H�����>�����I��H�������I���y���H��0�LH��If�H��m.1fv�)��)����)����)� ���)�0���)�@���)�P���)�`���)�p���)�����)�����)�����)����������K�DJ�W����K�DJ�H����{,�>����{ �4���H�SH�����CH��������������H���,�����H�KY�8��m4H��H��(\��(H��I��H��I��Mi�'L)�H��H��H��H��H��H��H��I��H��H��H)�H���/���H���"���H��H��H9�l.����A��$���A����NA������	�A��$�A��$�f���D	�fA��$���A��A��D	�A��$��>��H�~�
L���
��H��H�����8:�����H�xL���
H�������H����H����I�ǀ>:�wH��;�P������H���1�A��$������	�A��$�D��A��$���?f�����	�fA��$���A��$���?��	�H��A��$���� �H��-��H�FH�����F���qH�VH�����~tFH�V��AH�����V��
��A��Ѐ~tH�VH�����V�D�H�����:�x��W�?	���L������E�:
�d��H�O
� ��F��A��$�f%���fA��$������D�~H�FA�� u�H��H����H��D�8A�� t�I�UA��DB��H��H�����H�������H�������A���sH������AH��������D0��s���D0�=�&�~�4=0�b�=S8�!=�H��A�=�5�3����D�D8C��H�CH�����s�Drt$H���H��H����H���0�Dru�H�xH����D:�����7H�G@�� u�H��H����H���p�@�� t�Dr�����L���
H�������H����H�������t���H������f.�D�~�~���=�&��A�=0�
����7���=��#!=���A�=������	���=���A�=
$��������H�{�
L��H�����>���I��H������H����H�xH�����8-������
L���
���H��H�������H����H�����>H������q����A��-���A�	�"���A�����A�����H�{H�����X���A�
��H=�wHlH=��	��������Z����s��1�L����b��L��H����C��L���XD�pD�h����H����k�<kP<PD�)�D+ht,D��D����A1��A)�A����8и`�����D����yA��$�@�ىȺ����������k�<������)�A��$���f���	�fA��$�A��$���?������	�A��$������A�����A����A��������H�~�
L������H�����3���I��;������������H��<�����H�����S����N�� uH��H��H����H����� t�I�u�DN��H�������=`R�^���fA��$����=�����G�@���A��$�f%�f
�fA��$��������I����K�
���A��$�f%���fA��$��������B�����C�MA��$�f%�f
�fA��$�������Q���F��N�A���OuuA��$�f%?�f
@fA��$���X���=�������	=S��`��Y�1�%���A��$�f%?�f
�fA��$��������P�
���A��$�f%?�f
�fA��$�����=s�~Y=�u#A��$�f%���fA��$����=S�����A��$�f%?�f
�fA��$���t�=st�=S
�n���A��$�f%?�f
@fA��$���>�=s<�
p=s0t�:=S��=S&����A��$�f%�f
�fA��$�����=�0��A��$�f%��fA��$����=bR�d�����=s`��=Sb�����A��$�f%?�f
�fA��$���v��D�y���A��$�f%���fA��$���J��Tt~>��Uti��Vt��@���=S2�5���A��$�f%?�f
�fA��$�����R�d�����S����������A�������=S>�x���A��$�f%?�f
@fA��$����A��$�f%?�f
@fA��$����A��$�f%�f
�fA��$���i�A��$�f%���fA��$���F�A��$�f%?��fA��$���$�A��$�f%?�f
@fA��$����A��$�f%?�f
@fA��$�����H�JH�����r@��-�����	�A��$�@��-���z+��H����I�U�H��DJ�q����~H���Dz�_���D�FB�DB�N���A��5�D����~�Dz�5����
�D�A��$�����f���	�fA��$��F���V�D�����A��$�f%�f
�fA��$�����A��$�f%���fA��$�����H��H����������UH��AUATI��SH��H��dH�%(H�E�1�H��@Bw>�H��L��m�-I�\$8A�D$$t`H�E�dH3%(u^H��[A\A]]�L�����I��A�@B�H�
T��L��@B�2����L�������H��L���������ff.���UH��SH��L�O8dH�%(H�E�1�I9�r H�w@H�E�dH3%(uAH��[]�H����I��1�H��H�
��蓼���H���&����o��ff.�@��UH��SH��dH�%(H�E�1��G$�tYL�GH���H�����H��H�
���M��LD�1�����H���m��H�E�dH3%(uH��[]�@���G$���������G$�t��G$�DH�=B����ff.����H��O$H��tH��H�@ ���f��ff.�@��H��g$�H��tH��H�@ ���f��ff.�@����].��uH��H�РHE����ff.�@��UH��AWAVAUATA�SH��H��H�8H�u�t#�L��H��I���������L9c8s�H�E�H�E�L�e�M����E�,$E����A��*�����H�B�Dh��H�u��
L���Ҳ��I��H����L�e�A�$<,t1<:����t-�H�=>�����1�H��[A\A]A^A_]�I��L�e�L��H���%��H���P���H��H���������9���DH�s8H���+L�kPI��L�e��p���f�I�|$H�}�A�|$*��H�s8H����L�cPH��H�}Ȁ?tH�GH�EȀ?,�M9�v	L��M��I��L��H�����L��H��I���u��I��M��t	H����M���#M����H�{8A��u���L��H������I9�s�I��L9{8�V���L��H�����I9�r�I9�w�L��H����������f�H�u��
�2���I��H���ZH�}�����DH��蠽��L�e�I������@I9������L��H��M�f�A��M�怈�M9�s����DA��
I��M9������L��H���8���I9�w�L��H�����������L;s8v-�a���DL��H��M�n�������L9k8�<���M��L��H���ڼ��I9�s��$���H���[A\A]A^A_]�@H��谼��H�}�I���
����H�=]��S��1��b����H�=^��;��1��J����H�=0��#��1��2����H�=B����1�����@��UH��AWAVAUATSH��H�u�H��tq����I��H��ty�L�}��f.�M�M��t_M�nM;ou�M�&I�M��t(I���3A�<$�����u�H��I��L9�u�M�vM��u�H���[A\A]A^A_]�DH��1�[A\A]A^A_]����UH��AWAVAUATL�$7SH��HH������H������H������dH�%(H�M�1�A�$
L9���I��I��H������I�&M���A�M9�MF�M9��B���5L��H��<:�,�< ���I9��������I��� I)��M����H��������H������H������I��H��u��f�M�[M��tO��tK��M9Su�L��H��L������L������芷��L������L��������M�[����M��u�H������A��.���*fDA�w<
��A�G@��
�\A�w<
�A�G@��
��A�w<
��A�G@��
��A�w<
��A�G@��
�A�w	<
�I�
A�G
I��@��
tA�w<
�q���@I����< �R���<	�J���M9��1���L��H+�����A�EH�M�dH3%(��H��H[A\A]A^A_]�D�2���I���(���I��I)��M���@���fDA�M9��5A�E<
��A�GA�E<
��A�GA�E<
��A�GA�E<
��A�GA�E<
��A�GA�E<
��A�GA�E<
�A�GA�E<
�)A�GA�E<
�9A�G	I�w
I�}
A�E	<
�eA�G
I��I��A�E<
�H���@I��I��A�< �$���<	����L��L��L)�H)�M9�LG�M9���������<:���I��I)�����DI����< t<	��A�W<
t�A�G��
��A�W<
��A�G��
�A�W<
�'A�G��
�:A�W<
�NA�G��
�oA�W	<
�>I�w
A�G
I����
�v����e����I��I�����I��I�����M�������I��I������I�������A� ƅ��������I��I�����I�������DI���%����I��I���k���I������I������DI��I���;���I�������I������I��I������I���d���I�������I��	I��	���I�����A���I��	���6��������������I���m���I������I��I�����ƅ��������I�����B���H������A���������I���"���I��	������L������1��,����v���fD��U�H��AUATL�m�I��SH��L��H��(dH�%(H�E�1��ɬ��H�E�H�}�H�����T�H�p���
t��
tH���A�D7�H�V�<
t<
u0H��H�u�H��u�H�KH����H��u$@��u2H�[H��t[H�u�H�KH����H��t�H�����H�}�H������t�1�I9<$tL���
��H�U�dH3%(H��uH��([A\A]]�D���1���h������UH��SH��(dH�%(H�E�1�H�}�H��tH���3���H�}�H��H�E��#���H�U�dH3%(uH��([]������UH��AWAVAUATSL��$���H��H�$L9�u�H��H��P���I����dH�%(H�E�1����HDž����H��p���HDž����HDžx���M���7H��p���H������HDžh����H��X���H������H��`�����M�8M���I�A�H������H��t
� ���L�tM�'L������M��t
L������M�tFM�oL������M����I����M�tFI�GH������H��tI��Ĩ��M�tFM	�tI��I���?�a���H��`���1�H��I��ƅ�����n���A�I����������!�%����t��H��x��������D�I�VLD��I��I)�I�>H;�h���wjH�p���L��H���г��H��x���L�I�8H��x���txH�AH��x���H��p����,���DI�GH������H������� ����H��h���H��X���L���H�������H��x���L��h����b���@H��p���H�L��X����H��P���L���}���L��H�����H��H�]�dH3%(u8H�Ĉ@[A\A]A^A_]�fDH��p���H��X����H��x���H�p�����#�����UH��AVI��AUI��ATL�e�SH��H��dH�%(H�E�1�H�H��t'H�HI�vH�I�>���H��u9H�H��H�H��u�1�I�}��H�U�dH3%(u,H��[A\A]A^]�@H�L��H�E�H�H�@H������x������U�H��AUI��ATI��SH�]�H��H��(dH�%(H�E�1��٢��H��tDL��H���Y���I��I�$H9E�tH��脽��H�M�dH3%(L��u&H��([A\A]]���H��1�L���~�����׸�����UH��AWI��AVAUI��ATI��SH��@���H���H��(���dH�%(H�E�1�H�H����1��H��Hǀ�1��H��H��0����L���2���H��H��(���H��I��H��8���A��I�E1�H���H��0���H��H�� �������H��thI�EHǀ�M��t)@L����ˬ��H��H��(���I��H��A��M)�u�1�H�M�dH3%(��H�e�[A\A]A^A_]��M)�t�fo��fo��H���fo��fo��H�����fo��fo��)fo��fo��)K)S )[0)c@)kP)s`){p�.@I�EHǀ�M)��E���I�EH��������L���٫��H�����H��(���I��H��A��I���H�� ���1�H��8���I�EH���軠��H��u�fo�fo�fo� fo�0fo�@fo�P)fo�`fo�p)K)S )[0)c@)kP)s`){p�1���f��A0L�@�q���qH�M��H��L�
ƏH�
��LD�1��%���XH��Z�{���I�E������ff.�f���UH��AWI��AVAUI��ATSH��H��H�u�H�E�fDE1��H�������t\I��I��t
K�|�XE��H��u�M��uRH�[H��u�H�U�H�M�H���H!�M��tCH9���H��[��A\A]A^A_]���D����H�H	E��H��1�[A\A]A^A_]�H����H��[��A\A]A^A_]�D��H��t����f�1��ff.�f�������	֍>���UH��AWI�׺AVI��L��AUATI��SH��H��H�vH�
̶-�w��I�D$(H��tL����I�D$H�<�趫����I�T$I��uI1�H��tf�I��H�RI�T�I�T$H��H9�w�I�D�H��L��[A\A]A^A_]�f.�H��t�1�f�I��L��H�p����I�D�I�T$H��H9�w��ff.����H���� u
�H����� t�	t��ff.����?[tH���H�ǀ�[t ��t�WH�G��]u�H���>���fD1�H���f���UH��AUI��ATSH��H��HH�}�dH�%(H�E�1��Q���H�E�H����H�u�H�}��H�]�辡��H��tbH�]�H9]�tXI�]H��H�]����t]�x� �#�<	D�H���B���H�E�H�pH�u��@��t.�� u�<	t�< t߈��H����H�}��^��H���f��H�E�E1�fDH�H�KH�E�H9�v+�P��� ����)���	�qH��H�]�H9�w�H�]����Rt9����f�b��rt%��[u0H�����H�E�H��t���tH�À�Ru��C���<E���H�E����[���C���<F���C���<W���C���<D���{:��H��轞��H�D��8]���H��A�H��蚞�����D�� t��F����	�i���H�{� ���H�E�H��������H9�����x�(�����P���߀�F�����P���߀�W������P���߀�D�����H�P�A�H�U��@�H�E��m���f�H�P�H�U��@�H�E��V����C���<W�����C���<Du^H�{�u���H�E�H�������H���p���H�E�H��������8:�����H�XA�H�]��PH���!����u���f.�H�{����H�E�H��u��I���f�H�=&�E1����I�EH�u�dH34%(D��u/H��H[A\A]]�I�EH�E�H9�t�H��諿��H�}�I�E�n����������U���H��AUATSf����If����H��H��H)�L�1�H����H�H��I��������E1�@��@��D���Ic܃�t	����Lc�H�q=
ףp=
I��I��(\��(I��L��H��I��H��H��H��I��A�H��H��w
E1�A����i�mH�I�L�F���H�H��H�H)�L�L�L�L)�H�@�����H��H��H��H)����f����?H�����f����k�<�������?�Hc�@��@twH�H�Ѓ�?H��H)�H��[A\A]]�@E1�A������DH��A�H��H��H9��)���K�D�E1�H��H��H9�A���
���f�1�H9�r�H)�H���z���ff.���UH��AWM��AVM��AUL�-��-ATI��SH��H��H�U�H�M�I�uH���D�����t0M�mM��u�H�=օ�f���H��L��[A\A]A^A_]�@M��L��H�U�H�u�L��A�UI��H��B.H��t�L��L����f���UH��ATI��SH���H�{1��ݜ��H�;��H��tFH�KH��t]M��tpI�D$H�PH�HH���
fDH��H�RH��u�H�SH��H�Q��H�[M��tI�\$H��u�[1�A\]�fDH�xu1�M��u���H�AH�P�H�CH��[A\]�f.���UH��SH��H��t.���H��H��t!�H�xH��t
H���߷��H��u�H��H��[]�1�H��H��[]�@��H��tOH9�tRUH��ATI��SH�^H��tH��L����H��uH�[H��u�[1�A\]��[�A\]�fD1��D��f.���H����UH��AUI��ATI��SH��H��I�|$H��t
L���[���I�D$M�d$M��u��
f.�I��I�t$I�\��H�[H��u�H��uI�EH��[A\A]]�DH�
�-�L������I�E1�fDH�H�H�0H��H��H��H�qL9�r�H�H�@I�EH��[A\A]]�1��D��UH��AVAUATI��S�H��H�8H�u�t'f.�H��L��H��聴������I9\$8s�L�m�H�]�H���jD�3E���]A��*��覩��H�B�Dp�i�
L��H���ǔ��I��H���5I9D$8�*H�]��<,t-<:tq��t-�H�=���ܯ��1�H��[A\A]A^]�DH��H�]�L��L���ų������J���f�M�t$8M����H��H�]���H�{H�}؀{*ubI�t$8H����H��H�]؀;tH�CH�E؀;,��I9�vL��I��H���L��H�^��4���H�ހ��L9�s����L��
賓��H��H��tmI9D$8rfH�]��fDH���[A\A]A^]þH�=I��Ů��1�����H�=��譮��1������H�=�蕮��1�����H�=��}���1�����H�=��e���1����ff.���UH��AWAVAUATSH��8dH�%(H�E�1�H�H��tGI���H���t:��(I��H��A���N����|�)��D8�uH=�v9�H�=���ح��1�H�M�dH3%(�;H��8[A\A]A^A_]ÐA���H�6H�H������H)�H��H��I���ș��1�H������BƄ5����f������H�������+fD�D����H�I	$H�������ZH������D�;E���F� H�����HDž����H��tH�H�D�;H������A��\��I�uXE1�1�H��t6�H��蘺��I�V���l���H���"I�t�XI��H��u�D�;A�E&ujE��tqI�غ�1�H������H�
����H��������r�������DL�sH�5�{L��������uAf��������@H������E��uYH������foՉ�id)f�P�@�H�5{L���������f���������@H����������H���#���H������H��2����H���A��*SA��(}A��"tA��%t
E�G�A��]vKI��H�
x~H��������1�H���ї���H���d�������A��\|�A��]~�A��{u��H��D�8E��u��ѸH��H��������H�I	$����H������I�D�XH�������A�e&����H�5zL��豸����u
f���������H�5�yL��葸����u
f�������p���H�5�yL���q�����uf������ �P���D�;���I��H�
�����Ӥ����UH��AWAVAUATSH��XH�u�H�U�dH�%(H�E�1�H�H��tOH���I��I���hH�u�L��A��uS�F���H������uSI�H���H��tL��H�U�H�u�L����H�E�dH3%(�PH��X[A\A]A^A_]��ӕ��H������t�H�u�H�U�L��蹊��I��HE�t�L��H��I�~8t�L����L�e����E���H�}�L����E�H�}��@A��$�H�}�t�E����	�A��$�A��t�E����	�A��$�A��t�M�����	�A��$�A�� t���
U�A��$�H�M�H��H	�H��H!��E�HE΃ʀA��$�I��$�E��t&I��A��>��>D����A	�E��D����>@8���I�4$L���Z���I�H���H��tL��L����H��I9^8��H��L���z���I����t�D���L���D��E��L�׃�A�����I�H���H��t*D�M�L��H��L�U�D�]���I��$�D�M�L�U�D�]�H�}������A��$��E���	�A��$��l���H���H����������L�e�����I9�������������D��H��tH�H��t�@t	1��fD�+���ff.���UH��SH����H���Ƙ��H�xH�@H��Hǀ�H��)����1����H��BH��H�H��[]����U��H���n���H�xH��H�H��Hǀ�H��1�H)�������H�H��]����U�@H������f�@@ @0]�f���H��H�H�G�HLJ���H��)����1����H��H���f���U��H��讗��]H���ű��D��U�H��莗��f�H�@]�ff.�f���U��H��SH���Y���H�xH��H��H�Hǀ�H��1�H)�������H�H���@���H��H��[]�fD��U�`H�����H�xH��H��H�H��H�@X1�H)���`���H�H��]�ff.���U�H��讖��f�H�@]�ff.�f���UH��H��AWAVAUI��H�5"oATI��1�SH��dH�%(H�E�1��U���H��tE�H�À� t:~c��"����{u[�
H�u�H�x�S���I��H�E�H�PH�U��8}��1�H�M�dH3%(�H��[A\A]A^A_]��1���t�H�5�_L��H���ȯ��H�E�H��t�H��臋��I��I�$H��u�f�H��H�BH��u�L�b���I�$H�}�H�����H�I�$L�p��]���fD�"H�x蒉��H�5,]H���o����2���DH�PH�U��x
����H�PH�U��x
�	���J�2�������D�{��C��H�{�L��H�5_���D�{��.���譝��ff.�f���U��H��辔��H�xH��H�H��Hǀ�H��1�H)�������H�H��]����UH��AUI���(ATI��SH���_���f�L��H�@ H��@豬��H�H������L��H�C蚬��H�CH�����H�CH��H��[A\A]]�ff.����U�H�����f�H�@]�ff.�f���H��u
�EDH��H�GH��u�H�H��uH�7H���DH�WH��H�JH��HE�H9�uH�wH���1��DUH��H��H�u�H�}�裔��H�}�H�u�H�GH�0��f���U�H��SH���9���f�H�@H���R���H��J���H�CH��H��[]�ff.����U�H��SH�����f�H���
���H�H��H��[]�ff.�f���U�8H��讒��f�@@ H�@0]�D��UH��SH��� H���v���f�@H��tH�XH��[]�ff.���Uf�L��A�H��AWI��AVAUATSH��H��H��8���H�}�dH�%(H�M�1�)�P���H��P���fD��R���M��H�}�I��H��)�`���)�p���)E�)E�)E�H�E���I��H��H���H���H�0H���4H�ߺ#L�`�R�-H�����A��H��L��0���H��H����/H�H�M�EM���<I��I��HDž(����;f�L��M9���菬��I�GI��H��0���I�FueI�M�$M��ttL��H��8����#I�����-I��H�pHI�EH�xH�!�����t�L��H��(����-���H��0���I�EI��I��I�Ft�H��8���H���f���I�M�$M��u�H��(���H�<�L�@�L��8����{���1�1�L��8���H��@�����H��@���H�H�[H��H��H��u�H;�(���tH�=�qL��8����h���L��8���H��@���H�
��-�L��8���H��(���蛬��L��8���H��@���M����H��J�4�DH�H�HH��H�JH9�u�H�H�@L�/H��@������H��H����ޜ��H�]�dH3%(L���}H�ĸ[A\A]A^A_]�fDH��H���E1�衜����質��I�EI�������H�0H��8��������@H���\���HDž(��������֗��fD��UH��AWAVAUATE1�SH��H�U�H��t_H��I��H��E1���H�E�L�3L��M��tY����I�GI��M��tH�}�I�FuMI�H�sH��tH�U�L�����I�GH�[H��u�H��L��[A\A]A^A_]�fD�é��I��I���H��L���
����ff.���U�H���.���f�H�@]�ff.�f���U� H�����f�@]��H�H��tLUH��SH��H��H�8tH���
���H�H�xtH�x���H�H�x�[���H��H��[]�ݚ��D����H�H����UH��SH��H��H�8tH��覚��H�H�xtH�x蓚��H�H�xtH�x耚��H�H�xtH�x�m���H�H�x tH�x �Z���H�H�x(tH�x(�G���H�H�x0tH�x0�4���H�H�x8��~��H��H��[]����f.��ff.�@��UH��AVAUATI��SH��0H�}�dH�%(H�E�1�H�E�H����H�}��-���H�}��?<t�_���H��H�E�H����H�u�H�n�O���H�E�H����L�h1�M��tOH�XH��tFL�����H��I�����I�|����I��M��I��H��1�H�����H�
�CL���Ȇ��H�}���}��M��tH�E�I�$H�M�dH3%(H��uH��0[A\A]A^]�1����w������UH��AWAVE1�AUL�m�ATSH��L��H��H�}��5���H��t_I���ȁ��L��L� I���*���I�FH��t@M���'@裁��H��I�D$H�M�|$���I�GM�d$H�}�L���ٙ��H��H��u�H��L��[A\A]A^A_]�ff.�@��UH��AUATSH���dH�%(H�E�1�H����I��H��t|�#H��n�-H�xHH����H�{0��H�{u&I�t$H��tL�����L���5���H���$@H�{P��H�{`��H�{(uI�D$(H��u)�H�E�dH3%(��H���[A\A]]��H�C(����I�D$H���e���H�xH���X����X����H�C0�G���@I�<$H���+���H�pH�����������	Ѓ������fDI�|$H���5���1��K����H�CP�"����I�|$ ��)~��H�C`H���
�������H�C`���L��� ����H�C�������ff.�@��H�H���(UH��SH��H��H�xtH�x�4���H�H�x��z��H�;H�tH������H�;H�� �z��H�H�x(�z��H�H�x0�z��H�;H�8tH��8�ޕ��H�;H��@�z��H�H�xH�vz��H�H�xP�jz��H�;H�XtH��X觕��H�;H�`tH��`蔕��H�;H�htH��h聕��H�;H�ptH��p�n���H�;H�xt	H��x�[���H��%.H��tH�;H���tH���H��H��[]�.���fD����H�H��t4UH��SH��H��H�8tH�����H�H�x���H��H��[]����ff.�@��UH��ATI��SH�����H��H���dH�%(H�E�1�HDž����2�����u6E1�H�����tH���y���H�M�dH3%(D��u`H���[A\]�H�����H�����H�0�Œ��H��t��u��}��U�f��@�����@���ˠ��fA�$E1�f��A���|���蒏��f���UH��SH��H���f���#f��u:H�wH�WxH���,�H�=Ch������!H��tH�{x裓��H�{t	H�{蓓��H�{���H�{t	H�{�z���H�{ t	H�{ �j���H�{(t	H�{(�Z���H�{0t	H�{0躓��H�{8t	H�{8�:���H�{@t	H�{@�*���H�{Pt	H�{P����H�{ht	H�{h�
���H���tH�����H�]#.H��t H���tH��H���[]���H��[]ÐH�x�׊��H�{���������H��������f�H�z(臜��H�{x��ل��H�{x��������f���H�H��t$UH��SH��H��H������H��H��[]�2���f��ff.�@��UH��ATI���SH��ubA��tTH�{t	H�{��H�{8tH�{(���H�{8�ۑ��H�{Pt	H�{P�ˑ��H�{H��t[A\]�i���f�[A\]��Ӏ��H�{�Z�������UH��ATS�H��f��tYf��u#H�wH��t�H�=�e�����tSH�{Pt	H�{P�@���H�{htH�{h[A\]�,���@[A\]�L�gxM��t�L������M��$�M��u��H�CxH�x(��H�{x��E������H�H��t�jtH��fDU�H��SH��H��H�H�x@����H�!.H��tH�;H���t	H����H��H��[]�s�����UH��AUI��ATI��SH��H�H��tH��H��t��IDŽ$`A��t0I��$ht
I��$h�I��I��$pt
I��$p���A��t$I��$xt
I��$x���IDŽ$�I�|$8t<�f.��H��L��/�-H��tH�x@L�����H��I9\$8s�H��[A\A]]����UH��AUATI��SH��L�O8dH�%(H�E�1�I9���H������-I��C$��H�
��-M��t-�(L��H��I�E�Ѻ+L��H����-H�
y�-�-L��H���H�k8H��`t�C$@��Hǃ`H�E�dH3%(u{H��[A\A]]�L��H���m���H�
�-M���g����H�����I���H��H�
Ri�|���H��蘏���fD�H���#���v����ɉ��f���U�H��SH��H���~��H��H��1�[�
]�%��-��UH��SH��H�}�H����H�H��t�PxH�}�H�H�}�H�t
H��輍��H�}�H�t
H��訍��H�}�H���tH�Lj莍��H�}�f�G"1�Hc�H�|�XtH�|�X�k���H�}�H��H��u����H��.H�E�H��tH��t
H����H�E�f�x t
H��1�[]ÐH�}�����H��1�[]�ff.���UH��AWAVAUI��ATSH���H�����dH�%(H�E�1��� t:1�A�UpH��H�u�dH34%(H���3H���[A\A]A^A_]�f�H�����H��I��讗��H�����H���vL9+���C$uH�H��t
�@�eH��1�����H��H���PL�+H�����H�{�T���L��H�CD��H��������C$�����	�L��	�H��L���H���������	�L��	�L��H��H����w������	�L��	�H��	�C$L���H��҉��C%����	�L��	�L��H��1�H��
���I������A����	�D��C%�C&�����	�A��A	�D�c&�c$���I�E�S&H�CPH��
�����	ЈC&�%���H��H�CHA�UpH���P���H��1��ז��H���>����A��@tA�E
�O�L�5[�-�}���
1�H�xH��H��H�HǀH��1�H)������H�H��A���\���I�U������uA��@uuH��H���r��H�������A�E	��H������H�{t	H�{�>���H�{t	H�{�.���L�sXL��HI�>tL������I��M9�u�����@�C$�����L�����fDL�����H�{L���U���H������M���1�L������H�
9^L���Gw��1�L���݊���K���H�����1�芉������H���
v���"���������UH��AWAVI��AUI��ATI��SH��H��dH�%(H�E�1�H�H��t5H���H��t)��H�u�dH34%(��H�e�[A\A]A^A_]�DA��tL��H��菒��I��H���CI��L��H���$���I��C$@��H�@@H�;H��h���I�GHH��`�����M���>H��`���H�8��H��h���H�H�������A���u2H�pH��tL���ր��A���uA���f%���!fA���M��tH��`���H�I�EH��h���H����L;�`�cH��hH�;H��h���H��pH��`����6���DA���u�H��h���H�H���T����j���fDH��h�����v��H��`����Xx��H�L��L��H��x���H��H����H��x���H��P���H�zH��X����z��H��X���H��P���H���w{��L��H��H��H��p���H��x����L��H�L�e�H��L��H�����I�H��x���uH�E�H�U�H+U�H�H+E�H)�I�GH�H��p���H�@M��tVPH��h���M��L�
3[jH��`������_AXH��p���视������f��H���sw��L��`����PH��h���1�E1�jL�
�Z���Y^뮐H��h���H�H��t	�����H��h����lu��H��`�����v��I������H�L��H��x���L��H��H����H��x���H��p���H��teH�H��h���E1�1�D� �L�
GZH�H��p���H��x����pj�~��H��p���H��x���D�$XZ����@1��r���f�蛁��H��h���H�����������UH��AWAVAUATSH��XdH�%(H�E�1�H�8H�E�H�E���I��I��L�}���H��I9\$8��H��L���V���I����t�1�1�H��L��蛐��M��t�H��t�H�P8H��L��H�U�H�P H�U�H�PH�U�H�P`H�@xH�U�H�E�I�EH�E��&w��H��L��L��H��H��A��I9\$8�w����H�E�dH3%(uH��X[A\A]A^A_]�����ff.�f���UH��AVAUI��1�ATI��H��H��S1�O�4,H��dH�%(H�E�1����H��t}H�X L�� L���o��A�H��u�?fDH�[8H��t0H�{t�L�3M��t`L���Xl��L��H���-t��L��L��H����w��H�E�dH3%(u_H��[A\A]A^]�L�� L���o��A���f.�L�KL�C�1�L�����H�
�W�L����p���q�����~��ff.����UH��AUI��1�ATSH��H��H��1�H��躎��1�I�UH��I���n��M��t$I�t$8H��tH��L��H��[A\A]]�n��D� H��[A\A]]�f���UH��AVAUATSH�� H�U�dH�%(H�E�1�H�E�H��H��t�:u%1�H�M�dH3%(�8H�� [A\A]A^]�1�H�U�����H��H�E�t�H��t�L�u�L�e�L�-�VA�������|��H��DXt��
L��L���g��H��t�H�UȀ:tH�JH�MȀ:.�i����z�_���H�U�f�:tjH���K���L�u�A���uH���9���@�f���w���f������H�r�L�����������H�BxH�@H�E�A��=����H�RxH��������H���H������H��u�H�U��q���H�U��t�����|����UH��AWM��AVM��AUI��ATI��SH��H��H��X���dH�%(H�E�1�M��tI�H����H���fi��H=��jA��tL��L��I���U���I��H���IL��L������;I����M�P@E1�I�z8tFI�r(H��X���L��L��@���L��H���L��P������L��P���L��H���H��L��@����>M�$M����I���H����H��t	�;�C�ERƅ���L������Dž����HEADf�����H��1�L��L��P���AWL��X���E1�L��L���ZYH��tdL��P���I�z(I�Z8�6I�z8tGM��tH�CI�H��=fDL��L��L��L��X����;���L��X���I�z8�uf�H��JH�M�dH3%(�MH�e�[A\A]A^A_]��A��tL��L��迈��I��H��t�I��L��L���X���I���n���H��X���M�j8�^���I��$xL��L��P���H����t��L��P���L��L��L������H���V���I��$xH�����@���H��L��L��L��P����{���I��H������f�8����H�p�H�=�R����������M�QxL��P������fDM����I��$�H����I�AxH��`���Hx0H�@@H��`���H��h���H�������H��X����G���H�sH��X���L���K}��H�C�+���f�I�غ�1�L������H�
gRL��H���L��L��P����=k��I�$L��P���L��H���H�������H��X��������I��xH��L��L���Es��H�;H���[������@L��p���L��L��L��H��L��H���L��L��P���A���H�������L��H���H������L��P���I�AxH�H@H�P0H��w��H9FuH��X�����I��$xL��H���f��I��$x����L��L��L���Z���I�$L��L��L��`���L��I�PL��P������H��`���H������H��X���L��P���tSI��$xL��H���1r�����H������H��h���H�I��$�H��`���tI��$�H�������L��`���L���R����w��L���E���ff.����UH��AWAVI��AUI��ATI��SH��H���dH�%(H�E�1�H��tH�A��tL��H��I���,���I��H����L��FL��H��H��0���L��@���L��8���HDžP���HDžX���HDžH���HDž`����}���L��FH�xXI��L�xXuhH�H��t7H���H����H��1�L��L�����AUE1�E1�L��H���ZYH��uQH�?FH�M�dH3%(��H�e�[A\A]A^A_]�L��H��H���b���H��0���L��L���0����fDL�����I�{Xt�H��0���L��L�������fDM��L��(���1�L��1�H��L������@h��H��(���I��H��H�������l��H�����L��L��p���H���>n��L��L��L��H�� ���H�H����L�XEH��L��H���~H��xL��xL�����tL��L������y��L�����H��(���H������L�����H�����H+�����H+�����H)�H���H���1l��L�����H��xM�KM���L���M9�t6L������H�
TT�1��L����f���L���[z��H��xH�� ���H��(���H���.m��H������L��(���L�xH������H��H+�����H+�����H)�u�Uf.�H������H������L����l��H������L��HDž����I�H)�H��H�����H�������PH��u�A�EH��0���L��L�����H�� ���H������Kx��H������m����H���I�CH��x�
����s��ff.����UH��AWI��AVI��AUATSH��8H�����dH�%(H�E�1�H�FHDž��H��H�����H���vj��1�H��H��H�������c��A��@I�8�5�L�%Y?�%�H�����H����I9_8�H��L���|��I����t˺#H��L�����-H�����I��H�AH�PH�QH������L��I�KI�[A�G$@�.HDž���I9�`uI��hH�����@H����L�����H�����H������L��M��M��f�{���CIc�L�>���I�}@��DH�[0H��u�H�����H�����H��������@H�U�dH3%(H��������H��8[A\A]A^A_]�@I�}8u�H�����H���H�@@H����H�xH����"���I�E8H���mA�M�[���I�}H�M���H�����H���H�x8H�AH��HD�H����I�uH�~������A�E��	Ѓ�A�E���I�}(���I�FH����I�E(A�M����f�I�} ����A����/L����p��I�E A�M����I�}0�����H�����H���YH�@ H��tH�xH��t����I�E0H��������H�=F@����A�MI�E0�F���fDI�}�5���H�����H����H�pH����H��tm�<	t< u%H�FfDH�����H��H���� t�	t�H���H��H��������l��H������H��tH����o��I�EH���I���fDI�E I�EH���2���A����L���o��I�E I�EA�M�o����H�=�H��n���W����I�E@H��������H�����H���^H�@HH��tH�xH��t��~��I�E@H�������@H�=�>�~��A�MI�E@���fDL��������L�����L��H�
)DL��������`��L������1�L��L���c��I�FH������������I��@	 t&�����DI��@	 �������L������L������1�L�ϾH�
�CL�������I`��L������1�L��L���%c��A����P�����N���DH�=�=�}��A�MI�E8����L������L������1�L�ϾH�
CL��������_��L������1�L��L���b��A������������H�����E1�1�L��A�
H�
&�-��_��H����H��������:H����X��H���bHDž�����H�����E1�1�L��A�
H�
/�-�_��H����H��t�:H���qX��H����H��<H����H�����H�����E1�1�L��A�
H�
��-�1_��H����H��t�:H���X��H����H����I�E@�j���H�����E1�1�L��A�
H�
Ï-��^��H����H��t�:H����W��H����H����I�E8���H�����E1�1�L��A�
H�
��-�^��H����H��t�:H���rW��H����H����I�E0�o���L�@L����fDH�5tXL���9|��H��H��toL�A�9
�AL��t<	t< t1�f�9��<
u�H�q�A��H��L������H������H�������wX��H������H������H��H���x��L�������z���H��������L�@L������L����H������L��f.�H�5�WH���{��I��H����I�]A�}
A�EI����< �n�d<Ft<f���:L���7V��H����H�pH��H�������W��H������L��H���Iw���t���L�@L������L����H������L���H�5WH����z��I��H����I�]A�}
A�EI���N< ����<Tt<t���:L���U��H����H�pH��H�������V��H������L��H���v���t���L�@L������L����H������L���H�5\VH���!z��I��H����I�]A�}
A�EI����< ����<Tt<t�,�:L����T��H���H�pH��H�������KV��H������L��H����u���t���L�@L����f�H�5�UL���y��H��H����L�A�9
�AL���<	�$< �1�f��<	��L��L��������U��L������L��H��L���^u�����<	umL��L�������U��L������L��H��L���1u������<	uPL��L�������iU��L������L��H��L���u���/����1�fA�U�|���@1�fA�M���@1�fA�u���<
�&���M�MA�E����<
�p���M�MA�E�b���<
�����M�MA�E���<
���H�q�A����H��L������H������H�������T��H������H������H��H���?t��L�������c���L����H������E1�H����L��H�
@@L������L������H�������7R��L������H��H�����>���H�PL��I�U0H�@�8P���!���L����H������E1�H����L��H�
�?L������L������H��������Q��L������H��H�����(���H�PL��I�U@H�@��O������L����H������E1�H����L��H�
`?L������L������H�������WQ��L������H��H��������H�PL��I�U8H�@�XO�����H��������"f��f���UH��AWI��AVM��AUI��ATI��SH��H��dH�%(H�E�1�H��tH�Hǃ�f���������M���
L���R��H=��A����L��H���Ao��A�<$I���ƅ���M���Dž����TEXTL��8���L��@���HDžP���HDžX���HDžH���HDž`���I�zH��0����H�H����L���M����H��H������1�E1�AVE1�L��H��L��(���A��ZYH��tHL��(���I�zt:I�rH��0���L���q���,@A����L��H���r��I��H����H�U4H�M�dH3%(��H�e�[A\A]A^A_]�fDL��p���L��L��H��L�� ���L��L��(������H��t�M��L��(���tA�<$�MH������H������H+�����H+�����H)�H��0���M��L��L���)S���\���I��L��H���m��I���J���DL��H���q��I��H���"���I�������L��L��H��L��(������L��(���H��0���L��I�r�qp�����@L��L��H��L��(����s��H�������f�8�����H�p�H�=<��€��������L�PxH������M��1�H�
=<��I��I��HL�� �����T��L�� ���L��(����m����L�� ���H������L��I�2�PL�� ���L��(���I�R����b��ff.�f���UH��AWI��AVI��AUM��ATI��SH��H��xdH�%(H�E�1�H��tH�H���%H���-O��H=���A���_I��;��H��L��L���\r��I��H����H�xP��I�H����H����;I�غ�1�L������H�
�:L��`���L��L��h����S��I�H��1�L��h���AUE1�E1�L��L��L����ZYH��t*L��`���I�BPH��tM�����M��t
I�$f�H�1H�M�dH3%(�rH�e�[A\A]A^A_]��A��t�L��L���o���DL��L��H��h����j��L��L��H���}��M��L��h���tI�BXI�$I�BP�fDL��L���n��I��H���a���I������I�BXM��tI�$I�BXH��tI���H��t6IBH�,���DL��L���j��L��L��H���w|��H�0����I�H��p���L��L��L��h���H��L�����L��h���H�������H������H�_��H9BtI�JXI�RHI��xH���N�����I���H�������R���I����F����_��ff.�@UH��AWI��AVI��AUI��ATL������SL��H��H��(���dH�%(H�E�1�L��H��0���L��H��H��8���L��H��@����H�� ���HDžP���HDžX���HDžH���HDž`����tX���H�=|HL����€�����H�5�L���vF��H��t
�x��H��(���H��tH�����L��L��L���n��I��H����H�xhH�Xh�I�H��t|H���H���2H��1�� ���L��E1�E1�L��L����ZYH��tHI�|$ht@H��(���H��0���H���8k���L��L��H���!l��H�� ���I��H���S���H��-�_D��L��L��������L�� ���IE�L��p���1Ƀ�M�D$�*P��H��(���L��H��0���H��p���H��`����j��H�M�dH3%(�YH�e�[A\A]A^A_]�@L��L���%g��H�� ���L��H���y��H��(���H��0���H���Mj���H��(���I�D$pH��tH�I�D$pH����I���H��t
ID$`�j���I�H��p���L��L��H�� ���H����H��ttH������H��[��H9Pt|I�t$`H��PI�T$pH��L�� ���H��(���H��0�����K�����DL��L���Ef��H�� ���L��H���x��H�I,����H��(���H���Y���H��M���I���H�������,���I���� ����%\��D��Uf�H��AWAVAUATI��SH����������HLJ�H��t`�:t[I��H��M��H��I���H��H=�vH��H��+[A\A]A^A_]ÐH��M��L��H��L��[L��A\A]A^A_]����fDH��L��L��[A\A]A^A_]�P��ff.�@��UH��AWI��AVM��AUI��ATI��SH��hL������dH�%(H�E�1�H���]H��H���H��H=���H������I��L������H�
24H������H�Ǻ1����L��M����A�Ef���;f���rf���@I�u�H�={3������I1�M����I�UxL�jM���fA�}�H�������H�5:�IW��M��L��L��A�H��L��������f.�L������H������L��L��I�IA�
L��x�����l��L��x���H������I�$�@��:I��$�H��������a�H������L������L�x)�H������H�Ǿ1�H�
�2�K��A�Ef���Bf��t5f����1�H�]�dH3%(�IH��h[A\A]A^A_]ÐH������H������L��L��A�
�W��I�$�B�uWI�UH���:L�M2� �H�ZH����H�RH���!���H�2�L���������tʹ1��ːI��$��M���H�v(���@H������L�ϺH��H��x����G��H��x���I��$��_��H������H9����������H��x���H��p����\��H��p����i���H��'HDž����M�mxM�������A�L��L��M��H��L�����H������M���L�GL������M���w���H��t��m���1�fDA�UH������f����f��tlH������I��$�H��H������H�������wA������f�H�������H�5Y�hT��H���/���L������M��H��L��L��L���������L������H��I�U��H��H������H�������I��$�H��L���@��L��H�������[[��H����������L������H��I�U�eT��H������H��u��\���@L������1�L��L��H������M�BA�
L��x�����H��L��x���H������I�$�@�t
I��$���H������L�׺H��H��x�����D��H��x���I��$��]]��H������H9����������H��x���H��p����vZ��H��p�������U��D��UH��AWM��AVI��AUM��ATI��SH��H���H��(���dH�%(H�E�1�H�=3�-��M���\L���B��H=��eA����H��L��I���/_��A�<$L�� ���I����ƅ���M���L������Dž����TEXTH��(���H��8���L��@���H��P���L��X���HDžH���HDž`���I�yL�����L��0����H�*W-L��p���L��H������I�YI�qH��L�����H�� ���L��L����p��L��(���L9���H������H������L��L)�H+�����H�����L��PM����I9���H��0���L��L��H�=5W-���-��A��tJH��L���?b��H��H���,1�H�M�dH3%(�H�e�[A\A]A^A_]��E1��H��L��I���]��L�� ���I���x���f�H��L����a��H��H��t�H��L��I���n]��A�<$L�� ���I���?���L��H��L��L�������c��H���X���f�8�N���H�p�H�=T,��€����.���L�HxL������M��1�H�
~,��L��I��HL������-E��L�����L���������f.�H�=�2�dR���J����M�M�������I���H��t@H��L�� ���E1�H��(���M��H��L����ZY����I���7����L��p���L�����H��L��H�� ���L��A���H���?���M��t=A�<$t6L�����H������L��I�1L�� ����PL�� ���I�Y�}����H������H������H+�����H+�����H)��Q����Q��H��L��I���[��L�� ���I������f���UI��H��AWI��AVM��AUI��ATM��SH��dH�%(H�E�1�H�����:H����H�=�-��A���-H��L��L��L��8����a��I��H���5L��L��8���L��H���H��H�xhH��P���L��@���L��`���L��h���HDžX���HDžp����jL��L��L�e�H��(���H��0����Z��L��8���H��(���H��L����l��L��0���H��R-L��I�XpI�phH�E�H��L9���H�E�H�u�L��L)�H+u�Hu�L��PM���|I9��sH��@���L��L��H�=?S-���-��5f.�L��L��L��8���I���:^��L��8���H��I�������1�H�M�dH3%(�*H�e�[A\A]A^A_]�M��M��L��1�L��L���?�����E1��]����H��8���H�=�/�O��L��8���A���/����W����M�
M���m���I���H��t(H��L��E1�M��RL��H��L���ZY�C����L�e�H��L��L��L��8���L��A���H�������;t4L��8���H�E�L��I�p`�PL��8���I�Xp�]����I�����H�]�H�E�H+]�H+E�H)��6�����N����H�H��t4UH��SH��H��H����B��H�H�������H��H��[]�S���ff.�@��UH��AWI��AVAUI��ATM��SH��H��XH�u�dH�%(H�E�1���;��I��H���-H�E�H��@�tH��O-H���-L���M��t.fDI�I�I�GI�FM�M��t�;��I�FI����Hǃ�L���M����M����H�u�L��H���^��H�E�H����f�8�&H�u�M��A�1�H��H���G��H�M�H���H�
��-H��tDH�H�RH��u�L��H�E��[��H�E�Hǃ�H�u�dH34%(��H��X[A\A]A^A_]�H�u�H�U�1�H���&]��H�E�H���[���1��n���f�L�]�H�u�1�A�
M�CL��H��L�]��=?��L�]�L�u��L��H�E�L���A;��L��L����S��H�M�H9M�tL��H�E��Q��H�E�H����������fDH�pH�������H�=R%��€��������H�@xH�@H�E��<����9L��f���UH��AWAVAUI��ATI��SH��H��HH������dH�%(H�E�1��U��1�H�������VG��H������H�H��u/�CDH9��L9���L9���!ʄ�u#H�@H���H�PH�H��u�L9��„�t�H�{��H������H�x�H�{puH�{x�H������L�8M9|$8��M�wL��L���T��H����H�xuH�{pujH�{xuc����u/f���uM�����uCH���u9H���u/����x-f����uH�{Hu
H�{PtfDM��M9|$8�b���H������L�M9��gM����1�L������H�
<$L���<��1�L��L���e?��H�CpH��tH������H;G��H�CxH��tH������H;G��������H����������~��v����tH����������V��H��������� �:� �2�@�
H������������������H���������@��������tH�����������H�SHH��tH�������L���&G��H����H�SPH��tH������1�L���G��H���zf������������H���u
H���tJH��������H��H���H��tH������H)�H9��H���H��tL������I)�I9��H�������H���uH�{(��H������H����L��L���X��H����f�8��H�pH�����H�=!��€�����H�@xL�0M���{H�������H�����H�s(H��tI�~P��H��H���IH�s8H��tI�~H�H��H���.H�s@H��tI�~ �H��H���H�shH��tI�~@�H��H����H�sXH��tI�~8�V2��H����H���H��tI�~�HH��H����H���H��tI�~(�*H��H����H���H��tI�~0�H��H����H���H��tI�~X��1��H���eH���H��tI�~`�1��H���GH���H��tI�~h�1��H���)H���H��tI�~p�1��H���H���H��tI�~x�f1��H����L�{ M����H������H������H������L��M�H������H�����A��H������H���I��
H�������@H�[ H����H������M��1�L��HDž���L��HDž��H�H�����H�CH�����H������L�@�68��I��H���*�:H���1��H���H�{�y���H�����H�x�<��H�����H������L�I9�seA���	t	�� �qL9�vBA���
����
u ��DA���
����
��H��I���P�L9�w��
H��L9�w�H��H+�����L������H�����H�������H�CL��H���H�CH��������C��H��t$L���1I�����@L9���L9���!����H�������	I��f�1�H�}�dH3<%(��H��H[A\A]A^A_]�f�H����������u@f���������������H�������H���������H��������������f���������H�{H�����H�{P�w����m���f�L��L���:��H�SH��u5�'����H9�r;H9���H9�@��!���
���H�RH�������H�JH�2H��u�H9�����H9���H9�@��!������J���H����������������6����2f�M����1�L������H�
fL���5�����fDH����������\����������O����� ����H��������� ������'�������
���H��������������������
���H���������@����������H��������������������H���������������f������������f��������@���@���S�����f��t	f9��W������f��t	f9��B������f9�����f�������$���H�{ tA�D$$@uI�$�@��1�1�L��L���Q��I���l���H��H���
A���
����
���u&�J���DI��A���
����
����)���L9�w�����I�vH����>��H�������������������������f��@�����@���R��f���U������f��t	f9��@������f��t	f9��+������f9������f��������
���DH�{8����H�{@����H�{h����H�{X�����H������H�������H�������H�������H��������H��������H��������H���������z����L9�����I����:u�@I��A��:t
L9�u�I�����I9������A�?:�Q���I���C���A�E1�1�1�L��L���1����H������H�K`H��t!H������A�L��L���o"��H������H�K0H��tH������E1�L��L���H"��H�������L�s�M�vM��t:I�H������L��L�����H��u�I�NH������L��L����H��u��V���H�[H��t)H�H������L��L����H���/���H�[���>�������f.���UH��AVI��AUI��ATI��H��SH��H��dH�%(H�E�1��
%��H�E�H��tAH�Ǿ�D��H�}��B��1�H�U�dH3%(��H��[A\A]A^]�f�H��L���#��I�|$8tu�A���f���4��L��H��� M��H��I;\$8wM1�L��H��L����-��H��t�H��L��M��u��G�����A�D$$u�H��L��H����L��I;\$8v���E����=��f���U��
H��AVAUATS��#��H�
�	H��Hc�H�>��H�F�H;w8��H����H��H��PH�x�H�H�T�H��tH��PH�T�H�2H��XH�H��H�:H�VH9S8w�H��PE1�H��H��XH��L��[A\A]A^]�H��P��H��HH��t8�(H������H��H�+H��H�F�H��H��H��HH��u�H��PE1���@��H��X�@��H�C8�
�H��PL�d�[L��A\A]A^]��H��XL�,�M�u�N�d(�M��uϿh�)3��L�XH�xH��H��H�H��H�@`L��H)���h���H�I�H��XN�d(��DL��PM���(L��HI9���H��H��PH�w�L�,�L��� ��H��XL��� ��L;�H��f�H��PJ��J��H��XI��H�L9�Hw��d�H��PL�,�N�t(�M�&M�������H���>��I�H��PN�d(����@H��PE1�H�|��|3��[L��A\A]A^]�H��XL�$�����L�H�H����H�x0tH�x0��>��H��XL�H�H�x8tH�x8��>��H��XL�H�H�x@tH�x@�>��H��XL�H�H�xHtH�xH�>��H��XL�H�H�HXH�PPH��tH9�tlH�xX�s>��H��XL�H�H�PPH��uMH�x`tH�x`�MH��H��XL��>>��E1����fDH�=�$9��E1�[L��A\A]A^]�DH�xP�>��H��XL�H���H�����H��H��HL�,�L���0��L��1�H���)��L��H��P�n0��L��1�H���)��H��X��D��H�H��tLUH��SH��H��H�8tH���j=��H�H�xtH�x�W=��H�H�x �K��H��H��[]�==��D����H�H��t$UH��SH��H�xH������H��H��[]�=����ff.�@��UH��AVI��AUL�m�ATSH�� H�}�dH�%(H�E�1�H�E��f7��I��H�E��D��,��H��H�E�H�I�$�DP��H�}�t}�x0��H�CH��H�}Ⱥ
L���P"��H�H��tpH�E����:u�H�xI�$H�}�H�@�DBtL�
L���"��H�CH��t6H�E����,�o���I�H�E��(D�/��H��H�E��~����H�}��G��1�H�M�dH3%(u
H�� [A\A]A^]��L7��ff.����H�H��t4UH��SH��H��H���)��H�H�x����H��H��[]�v;��fD�ff.�@��H�H����UH��SH��H��H���F��H�H�x��F��H�H�x��.��H�H�x�xH��H�H�x ���H�H�x(�E��H�H�x0��D��H�H�x8��D��H�H�x@��D��H�H�xH��D��H�H�xX��D��H�H�x`�D��H�H�xh�D��H��H��[]�:��fD����UH��AVI��AUI��ATI��SH���� H�U�u0H�8t)��H��L��H���?������I9\$8s�H�U�1�H��t I�$H��tH���H��tKL��L��L���A��uH��[A\A]A^]�DH�}�H�E���'��H�E�H��[A\A]A^]�f.�H��7-����UH��AVM��AUI��ATI��SH��dH�%(H�E�1�H��t,�G$1ɉÃ��G$�������.��A�D$$��	�A�D$$I�EI�EI�|$8t\��H��L���>�����tI�EH��I9\$8s�I�}t%L��L��1��h%��H�E�A�Et]H�}���8���f���+��H�H��H�u�-H��tI�UH��L���H�M�dH3%(H��u(H��[A\A]A^]�DL��H��L��L���?5��H����4��D��UH��AWAVAUATSH��8H������dH�%(H�E�1�H��HDž����H�����fC��L������H�������+��H������L��H�5��H��������D��I��H��t|H�{L�-L�5&f�L���8H�����A<w��Hc�H�>��M����1�H������H�
SH���;%��H�߾��8��H�������r%��H�������v7��H������H�]�dH3%(��H��8[A\A]A^A_]�f.�A�N�u���I�W�	L��H��������7�H��L���������H����������eDI�W�H�=&
H��������6�H�=?�H����������H������L��H�xh�5)��D������L��H�5N�1��7C��I��H����������fDI�W�H�=�H��������F�H�=	H���������H�=�
H��������B���H������L��H�xX�(���Z���f.�I�w�H�=F���������H����������&���fDI�W�H�=H��������v�H�=H������������H������L��H����R�����DI�w�H�==
������i���H���������	���fDI�w�H�=	
������1���H������L��H�xH�~'���I���f�I�W�H�="H����������H�=��H�����������H������L��H�x@�'������I�w�H�=�����������H������������fDI�w�H�=+	������Y���H������L��H�x8�&���q����I�W�H�=�H��������6�H�=�H����������H�=	H����������H������L��H�x0�/&�����f.�I�W�H�=�H������������H�=zH������������H������������DH���������@���DH����������u���DH����������]���DH����������E���DH������L��H����������DH������L��H�x(�5%������H������L��H�x`�%�������H��H�=������ti�H�=RH�������tb�H�=�H��������^���H������������H������L��H��������]���H�����������R���H������L��H�xP�g$���2����M-��ff.�f���UH��AWAVAUATSH���dH�%(H�E�1�H����H�I��H�������H��H����I�����1��J(��H�5O-�<M���I���!��L�I9�~iI���I���1�H�����I��H��tHH�@81�H��X���H��u^L���<��1���'��I���I�H��tL�����H���
�1�H�M�dH3%(H���fH���[A\A]A^A_]�H�=��*��1��L��H���%��H����H��h���A�H��P���H��p���H��H���H������H��@���H��H��8����f�I��L9�X����fL��L���d5��I����t�H��P����L��L���� ��H��t�H��h���H��t�H�
�--H��H��H���H�������H�=��-�	I�wL��H���1�1�L���q6��I�H����H�����A��$�I�H���H��tL��L����A��$��I�H���H��tL��L����I�H�������H������M���H��H��H�
��1����I��H��H�)L��������H������L�
M��1��H�ߺH�
�
�f���H���/������A��$�yH������H��0���A��$�u@H�������L��X����H��H��H��0���1�H�
@����1�H��L������H��@���1����H�A��$������v��H� ��I��$�H��@���H��`����H����������!�%����t������D�H�SHDډ��H��`���H��H����L��(���L��0���L�� ���I��L������ZfDL�����H�ھL)�H��H)�H9�~GH��M��H�
�1�H����������H������H�H��`���tL���%��M�l�XM��u�L��(���L�� ���L�����H��0���L����,��I�wL��H���L��H��8���H���3���C���H���������J���H��@����H�5��Y%��A��$����H��@����H�5��3%��A��$��d���H��@����H�5��
%���W���H��@����H�5���$��A��$�������'��ff.�f���UH��AWAVAUI��ATI��SH��H���dH�%(H�E�1��>#tcA��H���H��HE�1����H��tL��L��H��H���!��I��H�M�dH3%(L���\H���[A\A]A^A_]�@�F���<M���F���<Ou��F���<V���F���<E���F����L�v��L���E��H����I��M)�A�����E����L��H�pL�����I��H����L������Mc��L��L��L���h���3L��BƄ=����H�����M��$�L���_��I��$����L��1��v6��I������fD<Pu$�F���<Ou�F���<P��f.�A�� �k����C���<D�\����C���<R�M����C���<I�>����C���<V�/����C���<E� ����C���<R�����{.�����1�L�C�L������H�
�L���|��H�5k�L����5��H����L�5�-�M��u�yM�vM���lI�>L���8����u�1�A�VpI������fDL�����H�~H��L���6)��H�����I����H�=����������f�����������L��I���L�����I��H����M���1�L������H�
-�L�����L������M����������[���������2�����@���������������� u>L��H�5��!��L��L��3�7��L��������E1������#���H�5��L���� ���I��H�
]L���1�����L���L)���W����H�5k�L��� ���^����H�5M�L���z ���<����H�5-�L���a �������H�5�L���H ������H�5�L���/ �������H�5�L��� �����H��1�L��H��M���H��H�
��H��I�|�1������m���H��1�L��H���H��H�
jH��I�|�1�����/���I��H�
�����f���UH��AWAVI��AUI��ATI��SH����;�FH�
����Hc�H�>��H�=���!��H�=��!��H�=��!��M���fI�H���Z1�L��P H��H���FH��H��[A\A]A^A_]�H�=��H!��H�q�-��H�=��3!��H�\�-H��t'�H�;L���5����t�H�[H��u��1��H�=���� ��M����I�H����H�@ L��H��L��[A\A]A^A_]��H�=�-tH�=�-�%��H����1����H���-�&���H�=�� ��M����I�H���k���H�@ L���H���-H��u�Q����H�[(H���C���H�{L���74����u�H� ���H�P�-H��u����fDH�[H������H�;L���3����u�H�c����H��-H��u����f�H�[(H������H�{L���3����u�H�#�����A���L��L�-}�-�2���L��L�-�-�#���L��L�-�-����L��L�-�-����L��L�-ɴ-���1�M�����n�-fDH����������4���L��L�-��-���L��L�-��-���L��L�-��-���L��L�-ʹ-���L��L�-޴-���L��L�-w�-�t���L��L�-p�-�e���1�M������-�p���L�-Ѵ-L���C���L��L�-��-�4���L��L�-�-�%���H���-H��u�z���f.�H�[(H���c���H�{L���W2����u�H����L��L�-�A-����H��tH�H���L���H��L��L��[A\A]A^A_]��/��H�/�-H��u���DH�[(H�����H�{L����1����u�H�#�����i���L��L�-��-�Z���H���H���tH����"��L����-��H��I����$���H�������H�������1�M�����@-����1�M�����@-����L��L�-]�-����L�-�?-L������L�-BB-L�����H�=�1�������L��L�-E�-���L��L�-N�-���L��L�-/�-�|���1�M������?-���M������L����,��H����1�H�ٱ-�������L��L�-��-�*���L�-��-L������L��L�-7�-����L��L�-0�-���L��L�-i�-���L��L�-R�-����L��L�-�?-����H�_�-H��u�%���DH�[H������H�;L���0����u�H�K���L��L�-ȱ-���1�M������-���H�������H�H�������1��PpI9������H�=��1�����<���L�-S>-L���-���L��L�-9�-����L��L�-2�-����L��L�-�-����H���-��H���-�����=-����a�-��H��-����H��=-���H�a�-���H�]�-���H�A�-���H�M�-���H��-�~���H�]>-�r���H��-�f���H��?-�Z���H�ɰ-�N���H���-�B���H���-�6���H�
�-�*������-�=����/=-�2���H�C�-����H�O�-���H�˯-��H���-���H��=-����H���-����H���-���H��<-�����<-�����)�-���H�]�-���H��-���H�}�-�z���H�y�-�n���H���-�b���H���-�V���H�e�-�J���H�a�-�>���H�u�-�2���H���-�&���H��-����L��L������L��L��H���7+��L��L��H��I��LD��2��H��H��ID�M��tBI�H��t:L��L��P H��HE����fDH�=t�1�������H�F<-���L�5*�-M��������L��L��A�V M�vH��HE�M��u��k���� H�5��1����I��H���;���1��E���H�=�1�����2������UH��AWAVI��AUI��ATI��SH��H�5�H��H��(dH�%(H�E�1��N)��H��t9�H�=��x��1�H�M�dH3%(�H��([A\A]A^A_]ÐH�����H=�vP�;{I�غ�H���L�
��LE�L������H�
{�1�L���f
���L�����1��|���f�L�������H�PH��L����&��L�������H�=C�H�������u{I�WH�5��H��H�������Y(��I��H�
�H������H�����H�H1��yH���������H���|H������L��L��L��L)�H������1�H��L�����H��tL��L��H��L������M��tSH���H��L���a��1��t���f.�I��H�
����L���$	���L�����1��:���1��I	��I��H��t�H�H��t�L��L��H��L��H���{����H�5��L���� ��1�������ff.���UH��H�� dH�%(H�E�1�H�U�H����H�M�H�M�L�E��y��H�U�dH3%(u���S����UH��AWAVAUATI��SH��H�5�H��H��(dH�%(H�E�1��&��H����H�����H=�vs�;{L�
/�I��H�B�L������LE�H�
<���L��1������L���d��1�H�M�dH3%(��H��([A\A]A^A_]�DH�5�H����(����tuH���}���H��uH�<#��M��txM�,$M��toH��L��A�UP��H�=�����1��v����L������I��I��H�
���2�����H�=r����1��6����<{t|<#tx1��!��H����L�(�q����S��߀�Dut�S��߀�Ruh�S��߀�Iu\�S��߀�VuP�S��߀�EuD�S��߀�Ru8�{.��M���
���D�0H��1����I��H��tL�(���M��t�M�,$M�������̀;{�K���L������I��H�
����L��1�����L�����1��8�������L�kH�5��L���B$��I��H����I��M)���L������L��L��L��L���������L������L�-+�-BƄ�����I�}L���T����tQM�mM��u�I��H�
}�L��1����Y���L������1����L������I��H�
���
���I�_����fD��UH��AVI��AUE1�ATI��SH��H��@dH�%(H�E�1�H����I�D$8I�T$@H�]���H�E�H�U�t:H�E�H��t-�@H��L���]�����uH�E�H��I9\$8s�I�D$PH�U�L��L��H��H�E�I�D$HH�E����M��t
1�L���"��H�M�dH3%(H��u1H��@[A\A]A^]�@�1��|���I��H��tI���3���1�������H�?t^UH��ATI��SH�����H��t?H�H���H��t
L��H���H��u#H������H��tL��H��[A\]����[A\]�����H�?t^UH��ATI��SH���D���H��t?H�H���H��t
L��H���H��u#H���[��H��tL��H��[A\]�G���[A\]�����UH��SL��H��H�H�M�H��tH���H��t8��H�M�H��t��uH��[]ÐH�}�H�E��3��H�E�H��[]��L�
1-���H�M��ff.���H�H��tDUH��SH��H��H������H�H�x����H�H�x����H��H��[]����f.��ff.�@��H�H��tDUH��SH��H��H�����H�H�x����H�H�x����H��H��[]�j��f.��ff.�@��H�H��t$UH��SH��H�x0H������H��H��[]�!����ff.�@��UH��ATM��SH��H�H�U�H�M�H��tH���H��tZM��H�M�H�U��H��H�}�tA��uA��uH��H��[A\]�H�}����A��t�H�}�����H��H��[A\]�@H��-�ff.�@��H�H��t4UH��SH��H�xH������H�H�x����H��H��[]�5��D�ff.�@��UH��AWAVI��AUI��ATSH��H��(H������dH�%(H�E�1�H�G8L�$�L�����L��1�H��������H�������H����M��t6�C$1�L��L��H��A��C$A��A��A������C$��D	�C$H�{8�vA�E1�L��H��������t,M�t$�#L��H��H����N�$��0-I�$M��L�hI��L9k8s�M���H������E1�H�����H���M��H��������fDI�H�5I�P��I�`����3��I�wH��I���$��AV�H�����PL�KHH�
��1�L�C�����I�GXZI�wPYH��tH9�tI�X�]��I�wPH���`H������	��H���;H������_��H��I�wXH�����L������M��M9��@H����J��M�iN�<�I�����H�H���:H����,M9��H�D
H�x`�M���fDH��H�y`uI��I�FI9�w�I�wH��L�����������H�����I��H�
F�1����L������M9�tqH����H��J��H�p���H�����I���H����������! ��t�Ѿ���€�D�H�OHD�H�
C���H�����H��1�����H��-H�����H������I�t"I�HtI�PtI�`��f�I�w1�1�H���@��I��H��tII�u!H�pH��tH����������H���I�H�%I�P��I�`��I�uI�G I�GH���wI�H�<I�`�A��P����I�wP�����H��������H��I�GP����H�H���	���H�����M9����M������DH�H��u���I�~`H���9����?�0���1�����I�`I�GP�%���I�~x�����I�G`H���
���I�~X1����I�G`���DI�~8H������I�wH�������A���	�A���������I�G`����f.�H�=F����I�GH���E1�H�������Q@H�sI�GL��L��H����H��u!I�_H��tH�SH����L�{�I��M9���H����H����N�<�I�_`H��tH�3H����I�wXE1�����H�XI��H��t�I�GH�SI�wL9��[���H�BL9�tf.�H��H�BL9�u�H�r�7���H��H�BH��u�I��L�zM9��`���H������I��H�������L����I�8��1�1�1�f.�I�D�H��u�4@H�H��t(H�xu�H�HH����H�JH�H��H��u�DH��I90w�1��`���H������H��H���~��L��E1�H�����H�����H��1�H�����H��u�H�����I��H�H�����I�t$H��H�PH�����H��u�H����H����I�����H������/L�hHM��tA�}��H�����H�ZH�����H���H�CH��u�H�[H�C�fD�1��	��I���
�I��H�[H����H��tMH�31ҹ�n	��H�xH��u�H��L��H������r�H�����H��u�L�rI�FH�BI�V�@I�wX���H�XI��H���BI9��V������f�H��H���5���DI�wH������I����uNH��@	 t��FM�G��1�H�����H�
M�����H�����1�H�����A���t�L������I�G I�G����H�
f	-H�������}��L�����1�I�@H�H�H�0H��H��H��H�qL9�r�H�H����H�@I����H�����H���.I���B���H����L���a��H���>H�H�JH�����H�������H�ztH�s���������H�����@L�����M��L������2DH�pHH��t�>u:H�����L�cL�cL�����M����I�D$H��u�I�D$H�@�fDH�������H�����L� I��L9��"I�D$H�rH����������I�L$H��u+I�T$L��L�rH�BM��H���e���I���Y���H��H�AH��u�H�QL����H����E1����HDž����H������H�����L�����H�����H���6��H��H�M�dH3%(��H�e�[A\A]A^A_]Ð1��)��M9�uHH�����I9��M�t$L�`I�T$H���	H�CL��I�H��H���������H�����L���
�H��H�QL9�u�I�T$H�QH�����L�`I�L$H����I9�u�L���H��H�SH9�u��H�����H����1�L���
��H��������H����������I�G����I�L$�
f.�H��H�AH��u�H��tCH�QH�BL��H�BI���P���E1��/���L�`H��I�T$����1����H�����H�BL��H�AL�bH�BH�B�H���L��M�����E1��5���L�����������H�H��tLUH��SH��H��H�8tH���Z��H�H�xtH�x�G��H�H�x���H��H��[]�-��D����H�H��t4UH��SH��H��H�8tH�����H�H�x����H��H��[]�����ff.�@��UH��SH��H��H�GH��t��H��t+H�і-H��u�*f�H��H�B(H��u�H��(H�H�C(H��[]�fDH���-��ff.�@��UH��AWAVAUATSH��H�l�-H��t/I��I��A��I��H�{ tH�{L�������t!H�[(H��u�H��1�[A\A]A^A_]��H�� uިtH�C H��L��D��[L��A\A]A^A_]��1�1�����H��u������H�͕-H��u�fDH�@(H��tH��u�����UH��AWAVAUATSH��H���-H��tWI��I��I��A�I�� ��H�[(A��H��t+H�{t�H�L!�I9�u�H�{L�������u�D���@1�H��[A\A]A^A_]����UH��ATSH��H��H��H��t�:*tBM���IE�HE�H��L	�I��1�M��t��f���L� H�X[A\]�f.�I�� H�����UH�T!-H��ATSH��H��H��H��H��HD�SI��1�M��t�����L� H�X[A\]����H�GH�?H�@��ff.�@��H�GH�?H�@��ff.�@��H�GH�?H�@ ��ff.�@��H�GH�?H�@(��ff.�@��UH��H��H��H�}�H�?H��tH�@�P0H�}��������UI��H��AVAUATI��L��S���L���H��H����@M��t(H���I��L��[H��A\L��A]A^]����M��I��I��@��tQH��t#I��H��[L��A\L��A]A^]�c��M���I���I��L��[L��A\H�=�-A]A^]�5��D��tSM��t�A��L��L��L��I	����I��H��t�1�H�5��H���&���H��t1A���[L��A\A]A^]�D���-��u��p���f�L��E1�������H�GH�?H�@8��ff.�@��H�GH�?H�@@��ff.�@��H�GH�?H�@H��ff.�@��H�GH�?H�@P��f.�D���H����t#H����r�@��w�� �H�����u��ff.����H����t#H����r�@��w�� �H�����u��ff.���H��t/UH��SH��H����H�x���H��H�����H��[]�1�H���f���UH��AUI��ATI��SH��H��H�?t����L�cI�|$��L��L��H�H�����H�B� H�H��[A\A]]�fD��UH��AUI��ATSH��H��H�?t�~���M�eM�mL�cI�|$�(�L��L��H�H����H�CH��H�H��[A\A]]�ff.���UH��AUI��ATSH��H��H�?t����H�{H�C0H+{(H+CH)�I�}H����I�}I�EtJE1��+fDH�C0H�PH�S0�I�MI�T$B�!I9UvI��H�k8u�H�C@H��P��I�EH��I�EH��[A\A]]����UH��AVI��AUI��ATI��SH�?H��t�Z���H�C@L��H��PM�nI�}��I�M��tNE1��&H�C0H�PH�S0�I�I�T$B�!I9�t I��H�k8u�H�C@H��P��f.�I�L��[I�A\A]A^]�ff.���H�7�������tVH��1�f��u	H�����uH��H����uH��H����uH��H����H���H������Hc�H1�H��f���H9�H��HN�Ð��H9�H��HM�Ð��UH��AUATSH��dH�%(H�E�1�H���$H���H���I��H9��H���L�����1�I��� L��L���M��H�H���fDƄ=���H��I9�t=�8��=���H��u�A�; u؃� ���H��@��Ƅ=���Ƅ
���I9�u�M�a�L9�~yF�l
�L��L�Y�A�H��D1�A�uM��tsI��L��M)�M��
DH��t[H��A�L�<1�A�<t值
����uH�xH�H9��f.�1�H�]�dH3%(uH��[A\A]]Ð���L����O���ff.�@��UH��SH��dH�%(H�E�1�H����H����H����I��H9���H����L����1�I��� L���H�H��I�<�H��Ƅ
��H9�u�M�Y�L9�~cB�\
�M��C�9�uxM��tlL��L��L)�L��fDH��tSH���L:t�Hcɿ��
��uH�xI�L9���1�H�]�dH3%(uH��[]�D���L�������ff.�@��UH��ATL�$�SH��L���"�L��1�H���U�H�[A\]�ff.�f���UH��AVAUATSH��dH�%(H�E�1�H�?tUI��E1�L�m��
@I��M9&v<K�\�H�]�H��t�K�D��H�L������H�]�H��u�I��M9&w�H�E�dH3%(u
H��[A\A]A^]��2���f���H�H��t$UH��SH��H��H�����H��H��[]�r���f��ff.�@���L�F1�H��t&fDH��I��H)�H��H�A�H�H��u�1�H�7H���ff.�@��UH��ATI��SH���Z���H�\�H��u�"fDH�H��tH�sL���D�����u�H��H��[A\]�@��UH��AWAVI��AUI��ATN�,�I��SH��H����L��I���G�L��1�H���z�H��K��H�PH�YL�qH�H�HH��H��[A\A]A^A_]�ff.���UH��AWI��AVI��AUATI��SH��H���z���L�,�I�]H��u
�3H�H��t(H�sL���d�����u�H��H�C[A\A]A^A_]�DN�<�L����L��1�H��H����I�EL�cL�sH�I�]���UH��AVA��AUD��ATD��S���/�H��0B�Diu��[����W)ú0��B�DauA��[҃���WB�3[A\)�A]A^]����1�H9��������B��ff.�������~�@��@����H�v HG�B���<H�z HG����ff.�f���UH��ATI��SH��t]H��t;H���?�6@��u(�8������uH���;I��A�4$@��t@��uݸ[A\]�1�@��[A\��]��Ð1�H��[A\��]��Ð��H��tH����UH��AUATSH��H���?L�.L�f@��u)�=DA�u�^�����uH���;I��I��@��tM��uٸH��[A\A]]Ð1�M����H��[��A\A]]�1�H�������D��f���UH��I��H��ATI�ԺSH����H��H��dH�%(H�E�1��
�L��H�����H�U�dH3%(uH��1�[A\]������UH��ATI��SH��H��tH����H��tH����[L��A\H�=�]�}�ff.�f���UH��H��AUA���ATSH�����H�5��H��I�����H��H��t=E��uH��H��[A\A]]�f�L��H�=����H��H��[A\A]]�fDL��H�=�����H��H��[A\A]]�fD��UH��AUATI��SH��H��tH��L���I���'���u*1�L��������HD�H��H��[A\A]]�fD��L��������t�L�� ������t�L��L��1���������롐��UH��AWAVAUI��ATSH��8H������dH�%(H�E�1�H�~8�lI��1�L������H�@H����I�|$8�H������I��A�Dž���� H������L��M��I���!�H�XM��LD�I��M9t$8��L��L���S������u�M��t�H�XH��t_L9�M��H��L������H�
���D������HD�H��L��1�S�L�YL��^L���������Dž����,E1�I��M9t$8�l���L��M��I��M��tTI9�H�
��H���HE�H��D������1�M��S��L������L������XL��ZL��� ����t;H������L���	��������H�U�dH3%(u<H�e�[A\A]A^A_]�f�1���H��v�A��Dž���� H�
���^����@���UH��AWAVI��AUATSH��H��8H������H��dH�%(H�E�1�����H��H��A�D��������(��H�5��H���y�H����H��H�������L��H��H��������I���<{�k<#I�UH������� LD�L���@M��M9�r)�ffD��:t[��!tV��
t�
t�I��A�G�M9�t~H��������u�H����H�E�dH3%(�*H��8[A\A]A^A_]�D��:��A�L�������.L��L������H��tWH������1�L���.�Q���H�������
t@��
t����p���H���j����
u�������U����������%t#�D�H�������.L���Y��H��uH�.L����H��u��|�����
������
�j������L��}���L�h�@�{���H��������.H����������������UH��AWAVAUATSH��XH������H�������������H��dH�%(H�E�1�����H�5X�H��H�������2�H����I��1�ƅ����E1�f������H������H������L���fDH�������G���:����!����
�-��
�$L��H�����D�{�I��L9��L�����A�ǃ��u����������1�L����������H������L��H�������L�H��H�U�dH3%(H����H��X[A\A]A^A_]Ð�A��:tA��!uH������H�������N����A��
��A��
��!Ȅ�u�S��
t����M���L�����A�ǃ�
u‽����uA��
tA��
u
D������A��
t'A��������������������t�����E��L�����A�ǃ�
uLƅ����
�u���L����M��us1�H��������������H������H�
��H���%��H������L�������n���D������E9�uC�A��:tjL��������HD����H�������H�=B�1��#��u���1�L��L��1������u�L��D��1��.��������렾�>���H�������H�=������y������f.���UH��H��AWAVAUI���ATSH��HH������L��dH�%(H�E�1�����H�5<�H��� �I��H����H�������HDž����H������H�H������f�L�������@���:�O��!�F��
���
��I��E�w�L;�������L�����A�ƃ��u�A�L������L������1��H�
��L�������L���]�DL��E1����I9]8rOH������H��HD�H������A�I)�f�H��L���%����I�H��I;]8v�I��DL������M��t6H������L������1���H��H�
���#��1�H��L����H�u�dH34%(L���iH��H[A\A]A^A_]�fDA�A��:t
A��!�����H������H����������tMA��
�c���A��
u�X������
t��������L���:��A�ǃ�
u�A����(������L�����A�ǃ� t�I�E8H��uGE�GA���sA�HL����������w�I��s��m���DA������H9�r���H�������DL�����A��I9]8�a���H������Ic�H��DBugA��
�
���~KA��
����A��,t�E����1�L������H�
��L������L���!�����@A���u����DE1�DE�G�K��L��Mc�M�4@���Hc�H������I��H��DPu�HDž������-��H�������
I9]8s+�cDH�SH�������I9U8�CH��H��L����L9pr�I9]8s7��H9����I9�����H�SH��tJ����H��I9U8����H��L���6�H�������H������H�PH��u�I9������H�SH��u������H������D�B�Mc�H��I�@H������L������Hc�H������I��H��DPu�H�����������H��L����L9pH������HB�H����������������HL���~����
���I�}8�����HDž���������H��H��������f���UH��H��AWAVAUATSH��HH������H��H�������dH�%(H�E�1��{��1�H�5��ƅ����H��H��H������f��������H����L������H�޺I��L��������Z���H�5��L������H�5V�L���g�I��H��u+�
f.�A��
t5L��D������Ã����L���L��A�ǃ��t=������u�A��
u�D������A��
u�L��� ��A�ǃ�
��L��D���I���L�����L���������������������dH�5��L����H��H����H������H�5v�L������I�$�y�I��H����DM���I��I��$�A�W�I9��(H���_���ƒ�����:w�I��s�A�������t���:t��!u�L��L�牕�����������������L�����h�����H������L�������M������H������L��H������H�5�HD��p��H��u�fD��
���
��H��������u�L����������H�߻����#L�����H�������H�=~����H��H�M�dH3%(H����H��H[A\A]A^A_]þH������1���I��H��t�H������L����������1�L���v�����u�H������1�1����H���{���f���
����
��L����������H��������u�H������y����ƅ����
�`���H�������H�=�����H������@A�H�������7���ƅ�������H���(����������L�����u���u�H������H��L�����H�������
�L���
�@���t�H����������<�����
�|L���
�����#����f���
t��
�s���f�H�������
t�
t���V�������L������L��H�=Y����H�����1��$���H�މ��{�����L���:�����0���������H�~�L��H������H������HD�1����H�������H�������H�=(����H���}����L��H�=4�����H���a���H���7��H�������H�=4����H���9���H������H��1��6��H��� �����
������������ff.���UH��H��AWAVAUATSH��(H�������dH�%(H�E�1����H�5�H������H����L������I��M���@M���4��:����!����
����
��I��A�_�M9�tL��������u�A�L������L��1�E1�H�
F��������L���Z�L������H�M�dH3%(L���tH��([A\A]A^A_]�f.�A��?����A���:t	��!�&���H������L������tK��
�
�����
u�������
t����6���L��������
u�����������L�����L��H������� t�E1���w�HE1��H��r)A�H�M��L��M�~�c������w�I��s�I�~���1�H��L��I���L��L��L��L�����C�D=L����������1�E1�H������L������H�
��H���:���H�������v��������UH��AWI��AVI��AUI��ATI��SH���A��������1�H����0H��I��Hc�H�CA���DBu�H�Ȁ�-t8��,t#��uL9�r�L9�vI�EH��[A\A]A^A_]ÐI����f.�A�GI�wH��DBt31���0H��H��Hc�H�C����Dzu�H��t
H9�w�I���H���I�EI�H��[A\A]A^A_]�f.���UH�5�H��AVAUL�����ATI��SH�����H��dH�%(H�E�1��.���H�@�LD���H�
H��L��I���1����H�5U�L�����I��H��u/�JD�
H������H��t�L��H���0������L��H����H��u�L���{��H�5֐L�����H��H����H��L��1�H�����H���?���������H�M�dH3%(udH��[A\A]A^]��M���H��H�
������H���G��L������1���H�=|��'��1���n��ff.���UH�5߲H��AWAVL������AUATI��SH��(dH�%(H�E�1�����H���LD���H�
���L��I���1���������H�
��I��H������H��H����1�����H�5��L���S��H���"H����H�5'�I��E1�H�����*��H����H��u<�if��
H������H��t�L��H���0������A�L��H����H��u�L���u��H�����i�������E����M��H�
}�H��1�������H�����1�H�M�dH3%(��H��([A\A]A^A_]�DH����H�پ1�H�J����L���fD�H�=>��'��1��L�������uH����L���E����ta�H�=�����1��_���f��H�=|�����1��>�����H�=,����L���G��1�����������������UH��AUI��ATSH��H�H��tTH�ھH�=ej-��I��H�����
H�=Hj-L�%Aj-���H��t�H��L��[A\A]]�fD�[��H�
��I��H�=j-1��Y��H�5�H�=�i-����H��H��t.I�E�a���DH���h��I�EL��H��[A\A]]�f�E1��t������H��%-v3H��H��@�vH��Z�v.H�����H�W�H��(HB��f.�H��R�x�@H�� �ff.���H���,H�����?��UH��AUATI��SH���^���H��wXH�y�,E1�H�5
��DH��H�s�I��H��t/L������u�H��K�TmH�#�,[H��A\A]]��H��1�[A\A]]�1��ff.�f���H��,H�����?��UH��AUATI��SH��访��H��wXH���,E1�H�5a��DH��(H�s�I��H��t/L�������u�H��K�T�H���,[H��A\A]]��H��1�[A\A]]�1��ff.�f���UH��AUATE1�SH��H���$���H���;H��L�%Y�,���L�h!������I��(I�|$�N�l(H��u�L�����H�
���[I��H�¸B�
����AH��H��@�r���u�H��,�UL�h�H�5J��fDH��H���J����u�H�z� M��tH�A�L��H��(I��H����@�]H��A�)�@A���HH��H��H��H��D�G���u����u�@f�H��H��H�~�O����u�H�VM��L9�tH�=Ѹ�@��H��L��[A\A]]�H����ff.����UH��AUI��ATSH��H���Wf���{f��d��f��fv
1�f��'�tH���E1�f�fF�$cI��I���u�H���������A�Ef��d�9wEf����f���$f��
��f��@�H�����S@f��@H��[A\A]]�f��f���f='u�H�=u
A�"�0f.�E�J�E��A�A��_�A����F���1�A��A��!�	D�Gf���tA�4�~E��t�H!��`Ƀ� �f�SH��H��^u�A��H�ǼA��v���fF�$cI��I��u�����f�f��
�����f�������1�H��[A\A]]�I�M1�f��Af���tf�SH��H=u����I�u�~L�F������N1�1҅�t6�����A�@f���t���D�N���D��f�K�N��9�w��F��9�w��T�������H�����I�M��f��ƒ��Qf���tf�S��=u������~�\f��|@f��J1����f��C�H��H��?u�����M�eA�$A�D$���%��9��@A�T$A�|$1�I�t$׉�1�A�|$�������tB��E1�L�FC�Af���tD��A�$E�\$��D�D�fB�SA�D$I��D9�w�E1�A�|$tCA�D$�D��Ff���tD��A�$E�T$��D�D�fB�KA�D$A��D9�w�A�D$���9���A�D$�N���I�u�~L�F�����N1�1҅�t;�����A�@f���t"���D�N���B�������f�K�N��9�w��F��9�w��~���H�=���������fD��H��tOH9=f-H�	f-t7UH��H��SH��H���C��H��tH��e-H��e-H��[]�f���1��D��UH��SH��H��H��e-H��tH�0�\����tH����H��[H��]�º��f�H�ye-H��[]�f���H��tgE1�1��I���A��E��I�DI��L9�t3N��I����t�A����u%F�JI����u�H��tI���D��H������1��ff.�f���H��tRL��H�H����t6L������u�QH=��ID�H�WH=�v'I��H��I��D�W��H��L9�u����@I��H��L����ff.�f���UH��AWM��AVI��L��AUI��ATI��SH��H������H��yH��1�[A\A]A^A_]�fDI�FH�x���M��L��L��I�H��H��H��[A\A]A^A_]���fD��UL�E1Ҹ�L�H��O�S�����I��M9�tiI��A�P��J���?v6E���A��M��tE���x
��L�L�[]Ð���wC��t�[]ÐE���H����?H	�A��t�I��M9�u�1�E�Һ�[��]H�����w��A���M��t"���[������w#�у�t\A�M��u޸�[]�f����w�у�tTA��@���wN�у�u
A����G���A��f.�A����+���A��fD��[]�A���w��
�������������u!A�����A�1��8���������A������fD��UH��ATI��SH��H�� dH�%(H�E�1�H�H�}�H�E�H�H�u�H�E������u'H��(��H���v2H=��w2H�U�I�$H�U�H�H�M�dH3%(uH�� [A\]����ސ�������@��UH��AWI��AVL�u�AUL�m�ATA�S1�H��8H�U�dH�%(H�E�1�H�H����H�E�H�GH�E�H��tTL��L���m��H=��t5���uwA�GH=��taH��t{H��teH=���1���N�d f�H�E�H��u�I�D$H��LD�H�U�dH3%(L��ufH��8[A\A]A^A_]�f�H�E�H��u�E1���f�H��vI���@H��wI���@I����DI����r�������ff.�f���UH��AWI��AVM��AUATI��SH��L��H��H��8H�u�dH�%(H�E�1���H�E�H��u8I�$1�I�D$H�M�dH3%(��H��8[A\A]A^A_]�I�H��H�U��a���I�$I��H�E�H��I�D$I�GE1�M��A��L�}�L�u�H�E�H��tlfDL��L�����H=��tJH�ک��uH�M��AH����HDӉ�I��txI��tJI�uH�����H��L��I�ՈE1�H�E�H��u�I����A�E�����f�H��vrH����I����A�E�A�U�H�E��fDH��wA�UI��H�E��@H�����$I����fA�u�A�A�E�BA�U�A�E�H�E��e���@�(A�EJA�I��fA�M�A�U�H�E��;���f�H��I��A�U�������(A�EJI��fA�E��������ff.���UH��AWI��AVI��AUI��ATSH��H�5��H��H��������A��H�b�HD�H�����H��t3E1�E��L��L��A��H��L��H��[A\A]A^A_]�J��f.�H��1�[A\A]A^A_]�ff.�@��H�
H��� I���GH�6L�I�L�VD�f����vFUH��AUATSf��f����f=��[f='��f=����[A\A]]�f���Vv<f��
��f����A��A���vL��H�O���AM�L�
�f�f��tzf��uTH����M��t��L�VI��f������f��dtjf��e�i���A��E����M�[L�
A\A]]�fD���f.����f.���E���h���f�M�A��L�
�W����A��E��y���M��������^L�VH�������L�gL�I�A����A����bD��A�4$��)�A�ø�E8\$�����A�L$��A*\$8������A����I�D$���Hc��HH=������E������A��	�����I�L$(H�����A�|$!����A�D$ )�A�t$#)lj����Hc��A����E����A��A��\��HE����f�H�y���M�������f����L��(��I�����L�VI���Q���@H�OA���A�������E������H��I�������FL�I�L�V����D���	��N��	��NH�H	����@A��E������H����M���'���L�V�vL�OD��@���oA*9��A8y�����E�YA*qA8����A�YA���@����@���Hc�I�qI���F�_���f�[H��A\L��A]]������M�������H�_H��D��@*;@8{�����D�cD�^D*[E8��i���@��A��L�I�E����H�KL�VD�H��A����f�A�C_<>wxA��H������f�H=���
���H������L�I��NL�Vf����H���H�������H��
��%�H	�H���b���DH����M�������L�VI���?���A*yH��A8y�����A�YA*q@8��|���E�Y@��D���D����E�\$ ��E���Q���E�l$!E���H��M���5���D�NH��E���#�������D)�A8|$"����A��A�\$#E��E)�D8������@��L�I�L�VE����I�L$(D�H��A�p���E�\$��E�������E�l$E����H��M�������D�NH��E�����������D)�A8|$�|���A��A�\$E��E)�D8��c���@��L�I�L�VE����I�L$D�H��A����A8��4���A8\$"�)�����ID$(���A8�����A8\$������ID$���ff.�f���UH��AWAVAUI���ATSH��(dH�%(H�E�1��o����1�H��H�E�蜭��1�f.�H�U�H�H��H=�su�9H�U�H�H��H=�_u��H�U�H�H��H=��u��H�U�H�H��H=x�u踀�H�U�H�H��H=��u踀�H�U�H�H��H=u�H�U�M���4H���+I�]H���H�E�A�L�5�H
H�E��xf��
��f����H�}����H�U�H����A�Gf��d�3��f����f���yf��
�;H����I��K�\��H����H��H�5ģ�����H���HD�H��襧��I��H���A�L$���@��Hc�f���;���f��d�E���f��fv
f='�5���1�H�E�H�H��H	H��u�H�U�H���%���1�H�}�dH3<%(H����H��([A\A]A^A_]�f��f�z��f='����H�5P

�0�H��F������H��f���tH	�H�U�H9�u�I9���H�Ƽ�@H	H��H�U�H=u����H�}��޾��H�U����I�OH��f.��f���tH	�H�U�H��H9�u��]���I�w���H�ȃ��Ff���tH	�H�U�H��H��u��"���M�GA�xM�H����A�p1�1Ʌ�t&�����A�Af���t
H	�H�U�A�p��9�w�A�@��9�w�������H	H��H�U�H=�u����M�A�A�G���%��9���A�OE�G1�I�wAȉ�1�A��m�����t*��E1�L�FC�Jf���tH	�H�U�A�GI��D9�w�A�t-E1�A�G�D��Ff���tH	�H�U�A�GA��D9�w�A�G��D�9������A�G�M�GA�xM�H���A�p1�1Ʌ�t&�����A�Af���t
H	�H�U�A�p��9�w�A�@��9�w����H�=���ҷ��H�U�����T���@��UH��SH��H��H�}�H�}�H�u�H�u������uH��H+E�H��[]�fDH����������H����H�wH���~U1�H��AUI��ATE1�S1�H���$DM��u
H��xH߀?xvH��H9���I�}�<u�H�SH9�sN�L��$����(��H��H9�v����A��	w�H��ƒu�H��1�[A\A]]�DH���x���H)��h���H����H�\�I�uH��H9��p���f�H�=�M��uH��~xH�=ٞH��[A\A]]���f�H���"����H��H9��
������@���Y����H����H���A�����I�u�����'���H��H�=@�[A\A]]�{���H�=+��l���ff.����UH��AWI��AVI��AUATI��SH��H��(dH�%(H�E�1�H�FH���L�m�f�H�PH�U�I��<H�E�M��tA�׉�H��t"��L��Ӊ�����L��ӉDž�t0I�D$��ǀ�t1ҁ����H��H�H�}�I�D$u�H�E�I9F�z���I�D$H�x蜬��I�$I��I�D$L�e�A�D1�I�~��f�I�H�PH�U��<H�E�M��tA�׉�H��t^��L��Ӊ��S��������������?I�u���ɀA�}A�M��?L�n�Ȁ�H�}�t)��L��ӉDž�t���ǀ�u�A�}I��H�}�u�H�E�I9F�U���H�E�dH3%(u-H��([A\A]A^A_]����I�uA�M넿����T���@��UH��AWI��AVI��AUATI��SL��H��(H�U�dH�%(H�E�1�H�FH���L�m�DH�PH�U�I��<@��yH�E����<xH�E�M��t��A�׉�H��t ��L��Ӊ��D��L��ӉDž�t0I�D$��ǀ�t1ҁ����H��H�H�}�I�D$u�H�E�I9F�j���I�D$H�x茪��I�$I��I�D$L�e�A�D1�I�~��f�I�H�PH�U��<@��yH�E����<xH�E�M��t��A�׉�H��t\��L��Ӊ��QD�������������?I�u���ɀA�}A�M��?L�n�Ȁ�H�}�t)��L��ӉDž�t���ǀ�u�A�}I��H�}�u�H�E�I9F�E���H�E�dH3%(u-H��([A\A]A^A_]����I�uA�M넿�����4���@��UH��AWI��AVI��AUATI��SL��H��(H�U�dH�%(H�E�1�H�FH���L�m�DH�PH�U�I��H�U�H�E��<BM��tA�׉�H��t"��L��Ӊ�����L��ӉDž�t0I�D$��ǀ�t1ҁ����H��H�H�}�I�D$u�H�E�I9F�r���I�D$H�x�t���I�$I��I�D$L�e�A�D1�I�~���I�H�pH�U�H�u��H�E��<BM��tA�׉�H��t^��L��Ӊ��S��������������?I�u���ɀA�}A�M��?L�n�Ȁ�H�}�t)��L��ӉDž�t���ǀ�u�A�}I��H�}�u�H�E�I9F�M���H�E�dH3%(u-H��([A\A]A^A_]����I�uA�M넿����,���ff.����UH��AWAVI��AUL�m�ATM��S1�H��XH�M�H�B(H�}�H�U�dH�4%(H�u�1�H�rH�E��E�H�u�H�rI�FH�OH�u�1�H9���fDH�u�L�xL�A��������E�H�E���H�E���H��t�Љ�M��t[L��A�ԉ��QfD�������������?H�K���ʀ@�;�S��?H�Y�Ȁ�H�}�t)��L��A�ԉDž�t���ǀ�u�@�;H��H�}�u�H�E�H�HL��H9��9����E�D�x����A����H�E�dH3%(��H��X[A\A]A^A_]�fD��H�K��a���f����I9������G�8H�pI��E�����E�р���?�����L�]���A�A�C)�9������E�CD�ȃ�D)�E�CA9������D��L�U�A�<A�<z�����w���D�B�A���6L�U�M���)A�{!�Q���A�s )�A�K#)����A�<B�4����H��t�Љ�M��t'L��A�ԉ�����L��A�ԉDž������I�F��ǀ�t1ҁ����H��H�H�}�I�Fu�H�E�H�HL���c���I�FH�x�p���I�H��I�F�H�E�H�HD�}��h���L�]�A�S����E�[E���H9��l���A�0L�x���[���D�ȃ�)�H�U����B9��A������R�����D)�9��(�����H�M���<A����L�]�A�S ��tsE�[!E��tH9���A�0L�x�����D�ȿ����)�H�U����B"9��������R#��D)�9��������H�M���<A���f.�L��H��I9�HB�I���}���A8��t���H�E�D:H"s-D��x(�_���A8��V���H�E�D:H�H���D��x�=�������3���I���+���賫����UH��H��AWAVI��AUATI��SL��H��8H�U�H�@H�M�dH�%(H�U�1�H�FH�WH�E�H����E1�L�m�@I�6I�OB�<>@����I��H�E�H�E�H��t���Љ�H��t��L��Ӊ�����L��ӉDž�t0I�D$��ǀ�t1ҁ����H��H�H�}�I�D$u�I�VL9��s���I�D$H�x���E1�I�$I��I�D$L�e�A�I�NH����M�I�uC�<(@���KI��H�E�H�E�H��t���Љ�H��tW��L��Ӊ��L��������������?I�w���ɀA�?A�O��?L�~�Ȁ�H�}�t(��L��ӉDž�t���ǀ�u�A�?I��H�}�u�I�NL9��P���H�E�dH3%(�bH��8[A\A]A^A_]�fD��I�wA��@���uL�
iw
L9M��
H9����I������H�u���N)׉����9��"����N)��N9��������H�U��<B���fD���uH��v
H9U���H9�sbA�0I����tlH�U��
�r)ω����9��q����r)��r9��_�����H�U���<B�M���DI�Ͽ���{���I������+�������a����������I���� �
���I�Ͽ� �=��������f���fD��UH��AWAVI��AUATI��SL��H��8H�U�H�BH�M�dH�%(H�M�1�H�FH�WH�E�H���BE1�L�m��I�6I�OB�<>@����I��H�E�H�E�H��t���Љ�H��t��L��Ӊ�����L��ӉDž�t0I�D$��ǀ�t1ҁ����H��H�H�}�I�D$u�I�VL9��s���I�D$H�x蕞��E1�I�$I��I�D$L�e�A�I�VH����I�6I�MB�<.@���;I��H�E�H�E�H��t���Љ�H��tW��L��Ӊ��L��������������?I�O���ʀA�?A�W��?L�y�Ȁ�H�}�t(��L��ӉDž�t���ǀ�u�A�?I��H�}�u�I�VL9��P���H�E�dH3%(��H��8[A\A]A^A_]�fD��I�OA��@H9����I������H�u����"��N)׉����9��3����N)��N9��!����v���H�M���<A�	����H9�sk�I����tH�u����}��N)׉����9�������N)��N9�������v���H�M���<A�i����I�Ͽ�����I�Ϳ���K�������~���fD����.����V�����)��V9������V)��V9������v���H�M����<A����V�����)��V9������V)��V9�������v���H�M����<A�����X���轤��ff.�f���UH��AWAVAUATI��SH��H��(H�}�H�U�dH�%(H�U�1�H�FH�WH���6E1�L�m�A��@H�E�I�OH�0B�<>@������\��I��D�H�E�H�E�H��t���Љ�H��t#��L��Ӊ��f.�L��L��ӉDž�t0I�D$��ǀ�t1ҁ����H��H�H�}�I�D$u�H�E�H�PL9��Y���I�D$H�x�Ӛ��E1�A��I�$I��I�D$L�e�A�H�E�H�x��fDH�E�I�vH�B�<1@������\��I��D�H�E�H�E�H��t���Љ�H��tV��L��Ӊ��Kf��������������?I�w���ɀA�?A�O��?L�~�Ȁ�H�}�t&L��L��ӉDž�t���ǀ�u�A�?I��H�}�u�H�E�L9p�A���H�E�dH3%(�uH��([A\A]A^A_]����I�wA��@��_�����>w5���I���.������_�����>�����I����H9���I���������Q��)Ǎ?���w1҃����ƒ�)щʃ������!��S���������!��]�����Hk�^H�H�t�	�<B���I������41���N��)�����w1���������)Ɖ���G߿����S�"�������!��]����Hk�^H��	H��<B���DI�Ͽ�����������$���@��UH��AWI��AVAUE1�ATM��I��SH��H��x���H�M�dH�%(H�E�1�H�E��E�H�FH�E��E�I�u1�E1�H�BA�E�H�E�H�E�L9�v=I�}I�D$F�'D�Ã��<�S܀�k��H�
����Hc�H�>���}�I�tFL��I+H9�tH�=e�诟���}�uAH�E�dH3%(�zH�Ĉ[A\A]A^A_]�@H���7���I��I�I�GA��E��$����I���E���2���@I���E������@I���E������@I���E�����@I���E������@�M�I�ĺ�����M�I�ĺ����A��,B�D��H9�����H�P����B�D��H9������D�L�bD�À��M�g�������
���t�M����p�ȃ����M�D�L��A��A��A��A��G���JA��V����A��\����A��Y�WA��Z��H��@�H��}�H�E�H��x����7H��t��Љ�H�]�H������H�u���L��p���L�e���L��M��I���P���������?���΀���A�uA�MI�M��?L�i�Ȁ�H�}�t)L����Ӊ���t�����u�A�MI��H�}�u�L��L��p���M��I��1�I�u����A��(B�D��H9������H�P��5���DH9�����D�H�HA��(�A��+��A��/�A��,B�D��H9������H�P�������f��}���A�I�VA�^I�uH9���I�}I��L�`H��D�D�À������fDM9e�>���F�'I�D$D���	���@��������t	��������M�1�����fD�E�1����f��E�1����f�A��(B�D��H9�����H�P�������f.�A��D�E�H9������D�L�`H��D��������I�MA�u�����M�1��#���DA��b��A��f�6H�C�H�N���fDA��L�J�}A��M��A��T��H��?�H����A��J����A��C��wQA��A�DA��B��H��N�H����A��H��H�\H�H���A��D��A��F�VH�/I�H�n���fDA��B�^���v,A��H��A��I� �Qߍ�@���?B��4���@A��A��A��#��D�����D��x�E�D�L�����L��I���>����E�D�L���w���I�wH�~I�I�uH9�����I�}L�`H��D�D������fDH��t��Љ�H�]�H������H�u���L��p���L�e���L��M��I���L����Ӊ���t+I�E�����t1Ҁ���H��H�H�}�I�Eu�L��L��p���M��I����L��L��p���M��H�]�L�e�I�����L��L��p���M��H�]�L�e�I���H��I�H���f�H��J�H����H�yC�H���H�iA�H���H�YE�H���D�уɀ�����H�;H�H�z���H�+D�H�j���f�A��\��A��~�> D��M���H��J�H�=���H��A�H�-���DA��H��P���H��X���H��`���D��k�����l���D�M�t&D��p����U���D��k���D��p���H�fB�<PxD������I�I����������H��P���1�D�M���l���L9�vH��X���H��`���B�'L�bA��@A��
��H�5��Jc�H�>��觗���Q߹����D�N�������!��]�?�������H���Hk�^H��B�$����Q߹����C��������!��]��������H�Q#Hk�^H��B����Q߹����[��������!��]��������H�UHk�^H��B����Q߹����M���������!��]���������H�{�Hk�^H��B�s����Q߹����F�b�������!��]�S�������H���Hk�^H��B�8����Q߹����Q�'�������!��]��������H��Hk�^H��B����Q߹����\�������!��]��������H��AHk�^H��B�����Q޹����K���������!��]���������H���	Hk�^H��B����ˀ����Ӂ���|�m������A=��]�������H���Hi��H��B�?����ˀ����Ӂ���|�%������@=���������H�"c
Hi��H��B����Q߹����S�������!��]��������H���	Hk�^H��B���D����	�������UH��AWAVL�}�E1�AUI��ATI��SH��XH�}�H�U�dH�%(H�E�1�H�F�E�H�E��E��E�H�p�E�1��E��E��E��f�A���)H��H9��JH�]�D�M�H�H�X�<��E��uЃ�+��E�H�E���H�E���H��t���Љ�M��tX��L��A�ԉ��L@�������tc����?I�N���ʀA�>A�V��?L�q�Ȁ�H�}�t)��L��A�ԉDž�t���ǀ�u�A�>I��H�}�u�H�E�H�p�-�����I�NA��@H��t���Љ�M��t!��L��A�ԉ��@��L��A�ԉDž�t�I�E��ǀ�t1ҁ����H��H�H�}�I�Eu�H�E�H�p���@�M�I�E�Y���L��I+UH9�tH�=${�V������H�E�dH3%(��H��X[A\A]A^A_]�H9�s��<H�X����-�8�G��E����}�E��G������G��U��������S���*���E��E��E��U���u]�E������E�H�E�H9X�����<�E�L�C����-uiL9���B�<I�X��+���E����fD�}�}���(��=��H�E�H9X������<L�C�E�����-t��G�L�Ã������U�����������E���U��E��U��(���@�E��+� ����H9��7����<I�X����������E���U��E��U��������E�H9����<L�C�E�������H�x����I��I�EI�EA��]�������E��E��v���DH�u�H�M��U��}�赏���U��}�H�H�M�H�u��DPu��+t0��/�|����?���@�G�����E������>����I���#����0�����UH��AWAVAUATI��SH��H��8H�}�H�U�dH�%(H�U�1�H�FH�GL�7H�E�H����M�<FL�m�f.�I��A�F�H�U�H�E�f����H��t���҉�H��t#L��Ӊ��f.���L��ӉDž�t0I�D$��ǀ�t1ҁ����H��H�H�}�I�D$u�M9��w���I�D$H�x�i���I�$I��I�D$A�H�E�L�0H�@H����I�FL�m�H�E��I��A�F�H�u�H�E�f����H��t���։�H��t^L��Ӊ��Uf.��������������?I�w���ɀA�?A�O��?L�~�Ȁ�H�}�t(��L��ӉDž�t���ǀ�u�A�?I��H�}�u�L9u��S���L��I+$I;T$tH�=�v詍��H�E�dH3%(u+H��8[A\A]A^A_]���I�wA��q����������f.����H��vM�H���v?�H����v1�H����v#�H�����vH�������HF����UH��ATI��H��SH��H��dH�%(H�E�1�������E����f�E�蔒��H��wvH�
}Hc�H�>��D��H����?�ʀA�T$��H����?�ʀA�T$��H����?�ʀA�T$��H����?�ʀA�T$��H����?�ʀA�T$��
\�A�$L�H�u�dH34%(u	H��[A\]�踌�����UH��AWI��AVI��AUATI��SH��H��8dH�%(H�E�1�H�FH�H�E�H�GH�E�H���oH�E�L�m�H�E�H�E�H�E�@H�u�H�}��������/H�E�M��tH��A��M��t L��H��A���DL���A��H��tH���0���HCH�}�u�H�}�u�H�CH�x����H�I��H�CA�DI�H�E�I�FH�E�H��tyH�E�L�u�H�E�H�E�H�E�f�H�u�H�}��S���H�E�M��tH��A��M��tL��H��A���L����A��H��tL��H��腌��H�}�I��u�H�}�u�L++L;ktH�=�s菊��H�E�dH3%(u)H��8[A\A]A^A_]�I�H�I�FH�C�ҿ�������f���UH��AWAVAUATI��SH��H��8H�}�H�U�dH�%(H�M�1�H�FH�GL�7H�E�H���qM�<�L�m�f�A�>A�FI������	�A�F���	�Hc�A�~�H�E�H	�H�E�H��t��H��H��tL���H������L���H��H��t�Y���ID$H�}�u�M9�u�I�D$H�x�*���I�$I��I�D$A�DH�E�L�8H�@H��H�E�tL�u�A�A�I��H�U�����	�A����	�Hc�A�G�H�E�H	�H��tH���H��tL��H�����L������H��tL��H��覊��H�}�I��u�H�m�u�M+,$M;l$tH�=�q讈��H�E�dH3%(uH��8[A\A]A^A_]ÿ�����������UH��AWAVAUATI��SH��H��8H�}�H�U�dH�%(H�U�1�H�FH�GL�7H�E�H���_L�m�fDA�>I�NL�x�f����H��(��H����H�����A�VL�x�I�Nf����H-�H=���H��
��I�΁��H	�H���H�E�H�E�H��t��H��H��tL���H�����L���H��H��t�A���ID$H�}�u�L��M���1���I�D$H�x���I�$I��I�D$A�DH�E�H�PL�8H����L�u��A�H�J�I�wH�M�f����H��(��H�����H=����A�OH��I�wH�U�f����H���H�����H��
��I��%�H	�H���H�M�H�E�H��tH���H��tL��H����L������H��tL��H���.���H�}�I��u�H�U�H���'���M+,$M;l$tH�=Ro�0���H�E�dH3%(uXH��8[A\A]A^A_]�f�I���h����I���H����I������C���I���#�����y����T���@��UI��I��H��H��H�H�H�GH�B�Ff��d��v`f=��v$f='�Zf='�hf=���1���f�f��f���`f=�u�L��L��L���������Df���Nv4f����f����f��
u�L��L��L���o�����Df��tjf���z���L��L��L����h�����L��L��L���j������H�VL���d������DH�VL���m�����DL�ѸL	�����L��L��L��H�E��-���H�E����H�VL���4������DH�VL���o�����DL��L��L����t�����L��L��L��������H�VL��脐�����DL��L��L���:v�������UH��AVAUE1�ATI��SH����tL�-��,��u7E1�H��t�>uZH���}��H��t-H��tM��uS�[A\A]A^]�DL�5Q�,���1�M��t�H�I�$H�S[I�T$A\A]A^]�H����o���fDM��L��L��H��H��[A\A]A^]鴘��@��UH��AWAVAUATSH��8dH�%(H�E�1�H����I��H��H��I��M���_o��I��H����f�x'��L���r��H�E�I��M����H��t	�;��L��L�M��|��L�M�H��txf�)E�A�Wf9PuI�WH9P��H�]�E1�1�H��H��L��L�M��ܗ��L�M�H����H�U�H��t(I9$t"I9UtH��H�E����H�E��
�1�H�u�dH34%(��H��8[A\A]A^A_]�@H��L�M��\n��L�M��F���H�8H�5Kj衕������H�=0j�}���H�E�I�����DL�E�L��L��L��H���#���H�������6���DI�$I�EI�D$I�E��G����������H������H����H������H��(��H�����H��H����wsH��H����
wfH��H����wY�H����wK��H��`���t=H����H��ZH�����Ƀ����t#��tH��1�H��� ��H����1�H������ff.���UH��AUATSH��(H�}�dH�%(H�E�1��?tl1�L�m�L�e��H���0���H�H�EȀ8tDL��L��H�E��Q�����t�H�����H�U�dH3%(uH��([A\A]]�f�H����1����B���f���UH��AUATSH��(dH�%(H�E�1�H�H�E�H�GH�E�H��tY1�L�m�L�e��H��舐��H�H�}�t6L��L��賏����t�H�����H�U�dH3%(uH��([A\A]]�H����1������f.���UH��AVAUATSH�����tEH�H�����f����f���H�=�l��~��H��H��[A\A]A^]�fDH�H��H���v�H�����H���3��H�<�D��x����L��M��t�M��L�-�,A��C�\uf��t��H�u�I��
�u��1�H�uعf�PK�Tu�@H�f�H�PL�`�H���fDH�=l�}���1�����i�,����@H�XH���Ԃ��H��H��[A\A]A^]�@H�PH�JH�H�H�h���H��螂������f�H���������H���w"H�����x��H��HD�����H���wH��H����)���u���H�����e���H������H�׉D��x
��L��M���<���M��L�-8�,A��C�\uf�������H�u�I���t���H�u�L�@H��1�L���K�DuH�f�H�BL�b����H��������H���wH�a���x��H��HD����H��]������H��d�vKH���������H������H�����j���H����woH� ~��xX��H��HD��F���H�u�H���.��L�%Z�H��IĿI�$�s���L�@H��1�L���I�D$H�u�H�f�H�B��H����H=����H��lH��H��HD�����H��E.��H�u�L�%|�H���fD��UH��AWAVAUI��ATSH��H��(dH�%(H�E�1������H�H�E�H�E�H����H��f����f���H�=IiI���z��H�E�H�E�H��tI�UH�PI�EH�M�dH3%(L����H��([A\A]A^A_]�H�L�u�L�=fi�0@��Vr��f�H�U�H�I�UH�PI�EL9�t�L��L��H���s��H�}�I��t�H9�u�L���Rz���H�=�hI���Az���C���@H�xH�u��+y��H�}�I��H�GI�E���H�}��������f�H�PH�u�H�JH�H�:��x��H�}�I��H�H�j������\z��f.�f�H�G�&H�=�.H��v|@�H��H��H��������H�D�F��N�A����D���?��H��N�D�F���B����?��H��N���?��H�H��w�H��u�-H���@����������H��t5�VH����ʃ�?��P��V����<��P��-H���D��0H����P��-H���f.�UH��AUI��ATL�e�SH��H��(dH�%(H�E�1���H�[H��t8�L��L��H���b��H��t�H���g}��H�E�H�H�E�H�CH�[H��u�H�E�dH3%(uH��([A\A]]��x����UH��AWAVAUATSH��(dH�%(H�E�1�H����I��H�(I��H��t�/���I�}8H��tL������I�}@H��tL���
���I�}hH��tL�����I�}XH��tL�����I�] H����L�}��-�L�s�L��L��L���a��H��uDH�[ H��t\�L��L��H���a��H��t�H���K|��H�E�H�H�E�H�C�f.�L���(|��H�E�H�CH�E�H�CH�[ H��u�I�}0H��tL���>���I�}`H��tL���-���I�]H��t H�;L�����H�{L�����H�[H��u�I�]H��tH�;L�����H�[H��u�I���H��tL������I���H��tL�����I���H��tL�����I���H��tL�����I���H��tL�����I���H��tL���o���I���H��tL���[���I���H��tL���G���H�E�dH3%(uH��([A\A]A^A_]��tv��@��UH��AVAUI��ATI��SH��H����Qt����b��1���qu)L��H)�H���Tm��I�D$I�$I9�w3��[A\A]A^]ÐI�D$I�$H�HI�L$��H��I9�v*�<=t8<_u�I�D$I�$H��H�HI�L$� I9�w�I�D$I$���f��t���SH�H��DPtj�SH��DPt\I�D$H��H�PI$I�T$I���|��A��n���fD��Bu3L��I�T$H��H)���r��[H��I�$A\��A]A^��]�f�L���y��[1�A\A]A^]�ff.�f���UH��AVI��AUATI��SH�:���?tpI��H9�sW��s��M��H��4_�0��Kހ�;wH��H��H��u$I��M�$A���?t$M9�tL���fA�<Ix�[1�A\A]A^]�fD[L��A\A]A^]�@��UH��AVAUL�n�ATSI9�vA�I��I����?t>�Us��H��I9�t$�I�Ā�?t0f�<ZI�D$x�I9�vA�|$?t1�[A\A]A^]�H��f��x=u�H�PI9�t��H�� w�H�&H����HD��ff.�f���UH��AWAVI��AUATI��SH��H��h���H�G�dH�%(H�M�1�H�E�H��H�t�	�Ah��I��A����H��h���I�I�FH�H�YH�I��H9���H�E�H�E�H�E�H��x���H�E�H��P���L��M��I�ŐH��L)�H��	~VA�>=uPA�~?uI�f�A�A��uhI�UI�MH�rI�u�A�I��< wH�&H��rwL9���I�}t�I�EH��
L9�v�I��L��L����W��A�A��t����ƀ���I��H�s�L9�vA�<
�?<=��<
��I��f�L9��'���I�EM��H���wI�V��H�M�dH3%(��H�Ĉ[A\A]A^A_]�DI��L9�����몐H�U�I�~H��� |��H�E�H������H�E�H��x���H��H�x�{��I��H����H�@H��L��p���H��H��X����r��H��H��`���H������L��p���I�CH9E������H��L)�H��J�����H��P���H��`���L��H��X����ޅ��H���zH�E�H�}��*��p\��H��X���H��t�H�E�H�u�H��P���L��H��H��p����pZ��H���MI�}I�EH�U��WH�D
I9�w$I��L��L����U��H�U�I�EH�D
L9�s�1�H��t/�I�UH�u�I�MH�H�zH��I�}�6@�4H9E�w�H�E�H9E�tH��p����t��H��X���H��t�*H�E�H��P����?�t��H��`���H�PI��H9�������@<	t	< ������I��L9�����A�< t�<	t��q���H���f��H��h���I�FI�L�)H�YL�I9��}������H��h���H�I�H��h���H�@I�F��p���H��p���H��P���L��1��Y�����H�I9�wI��I9�v�H��h���L��L��H+I�UL�0H�U��Yf��H�U�L��I�EH���g��H�U����A�F<
u	A�FI��< t<	������DI��I�FH9�������H�� t�	t�=�����I���x?LE����A�F�A�~?LE��k���I�}M��tL��H�E��r��H�E�H��h���H�I�H�QI�V�]����bn��f���UH��H��AWE1�AVI��AUA�����ATE1�S1�H��8dH�%(H�E�1�H�E�H�}�H�E�H�E�H�E������xjE��t8D��E��A����R�4�A)�Hc�Ic�H�\H�E�H��E��ID�H��H�QH��H�U�1�<&���H�\����H����y�E1�H�u�H�}�H�E��X}�����%��H�M�H�����E�|����R���E��t>D�������E������R���A)�Hc�Ic�H�\H�E�H��E��HD�H�L�cL�m�L���8d��L��I��H�E��)d��L�u�I��H�E�H�E�H�E�A���tP��H�u�L9�tL��L��H)��q�L�e�I��H�E��A�L�E�A�8&��I��M�pL�u�A���u�H�u�L9�tL��L��H)��'�I��A�L+}�I9���H�}���p��H�}�dH3<%(H�E���H��8[A\A]A^A_]�@H�}�L��H�E���{���������tbH-I��H��%�H��
H�H���f��f��fA�D$�fA�L$�L�u����f.�A�G-I��L�E�����fDf��I��fA�D$�L�u�����H�=: ��j�������H�E������fk��fD��UH��ATI��SH��0dH�%(H�E�1��JS��1�H��u[f�L��H�]�)E�)E��X��L��H��H����Q��1�1����u[f�1�H�u�1�H���m��H���Xo��H�U����u_DH�]�dH3%(H��uH��0[A\]�D��-D�H�����t���+tRv@��,u��t��/��f�<+u�&H�����t<&u��+H�����u�H�U��fD��&u��+�럐��u��&��Bj��f���U�H��AUI��ATA��SH������H��H��HdH�%(H�E�1��H�H�{�m��H��@���H��D��L������Dž(����	m��H��@���H�M�dH3%(uH��H[A\A]]��i�����ff.�����fD��UH��AUI��ATI��SH�����H��H��dH�%(H�E�1���T��H��t�8uNM��H�
LH��1����@[���H����n��1�H�M�dH3%(�~H�Ĩ[A\A]]�H��@���H�ƿ�lf����u���X���%�=@t=�u�L���N���DH��M��H�
{1����Z���H��L���r����h��ff.���UH��AWI��1�AVAUATI��SH��(H�u�1�dH�%(H�E�1��^��A��1�E��y'H�M�dH3%(��H��([A\A]A^A_]�DL��H��L�oH���1_��1�L��H��H�E��`X��M��u#�yf�H�}�L��H���m`��I)�tX�L���\��H�u�D��H��H��L���o��H�U�H�}�L��I�t�QS��H��t�H�}���k��D����{����2����H�}���k��D����{��1������Sg����U��H��t��X��H������u1�]��M��H������t�H�=3�f��1�]��UH��SH��dH�%(H�E�1�H��tl�H��<{tb��t^H����H���_R��H��tJ�8u
H�.j,�>@H��P���H�ƿ�$d����u@��h���%�=@t�=�t��1�H�M�dH3%(u$H�Ĩ[]�DH�5�AH���y����t����Ff��fD��UH��AUATSH��1�H��dH�%(H�E�1��a��L�k01Ҿ41�I���AS��L�I9�})H�M�dH3%(��1H��[A\A]]�fDH�s� 1�� M��H�E�H����H�H9��H�s1�1��L��H�E�H����H�S�H�PH��H�CH���S"Hǃf�P"�\��H�H��H�xH��H��H�H��H)�H)΁�H�����H�1�H���Tu��H�u�H�{H��H��H�H)�H�H��H)΁���H���H�H�}��Fi��H�s8H��H�s@�o�������1��)`��H�C0����d��ff.����gu�����UH��AVM��AUI��ATI��SH��H��t0H��1��<�P H��tL��L��L��H��[A\A]A^]���H��h,�����UH��AWAVI��AUM��ATSH��H���H�� ��������dH�%(H�E�1�������u%E1�M��uK�����H�� ���H��L���TW���Df�1�L��1���[��I��H����H;g,�sH��M��t�L���P��I��H���nH�U�dH3%(��!H���[A\A]A^A_]�@L������1�L��L���x��H���I���L���l��H��(���H���1���1Ҿe1��MP��H��H��u�h�E1�H�IH��t_��t[H�A%H=u�H�����L���QH�����H��t�1��Qp1Ҿ:H����O��H�����H��I�����E1��H��(�����l��I��H����M��tI�A��H��u�A�.u(1�1��$�O��H��u�A�t�fA�.t�fD� �fDM��������=���f.�H������L��H��H��(����M��H���p����8tqH��0���H�ƿ�U_�����O���L��`���M��tqH��(���L��L��L����j��H���%������fD�@H��(���H	���m������H��(���1��8�N��H���s��������M9�������@a����UH��AWAVL������AUATSH��H���H�����L��H�����1�H�����L�� ���dH�%(H�E�1��iv��H����L���8j��H��(���H����1Ҿe1��M��I��H��u�DM�d$M����I�D$%H=u�H��A�T$H��t�1�A�T$p1Ҿ:H���M��H��t�H�� ���I����H���GM���|�/I��t=H��(����l��H�E�dH3%(��H���[A\A]A^A_]�E1�E1�fDH������H�����H��0���H������H�� ���H��H���H��(����j��I��H��t�M��t
I�|$A��H��u�A�|$.�I��L���L��J�(H��w�H����M��I��H�
�L����1��mQ��H������L���X��H������/H���%C��H��u5H������H�5k�(\��H������/H����B��H���TH�����H��gH���et��H���
���L�����A�UI����������!�%����t������D�I�ULD��I��L+���������H�����L��J�|(��nZ��H�������H�������[�����������H���%�=@��=��k���H������/L���B��H���N���H�5�9L���q�����7���H��`����	t1�H������H9�x�����H��L�����H�����L��/�d^������H�� �����E1��S���f�1�1��$��J��H�������A�|$�����fA�|$.�������H������/H���DA��H�������1�H�5�8H���*A��H�����L�����H�����H��H�ھ/�]�����fDH������/H����@��H���A���1�H�5m8H����@��H���'���E1����H�P�L��L���lk���J���H�����H������/�OG��H������������1�M��H�����H�
Ga�oN��1�H�5�7L���>@��H��uFH������/L���%@��H����L������L��H������/�\��H���1���H�����H������/�F��H������1�1���I��H;� ��������L���H�����H�����H�����H������_�������H�����H������/�r?��H���v���L������H������D����\[��ff.����UH��AWI��AVAUATSH��/H��H��H��(���dH�%(H�E�1���Z��1�I��H���A�x�7��k��A�$�/H��A���Z��Dž$���I��H��tmA�FA�FH��H��0������#����'X����u��H���%�=@tH��(���L��H���/���I��H��t~��#���A�F��$���������(���H��E1��G��A�$/��A��M��uD�=��L������E1��8��D��I�غL��I��H�
B�1��L���L���_��D����j��L��H�M�dH3%(��H�ĸ[A\A]A^A_]�f��j���/H��A���kY��I��H��tDž$�������@1�1�����F����H��H��1��O�����+�����E1���m����A�������NY��ff.���UH��SH��H���D��H��t�8tH��[]�f.�1��i^��H��H��H��[]��T�����H��8uH��tH�5`4H���]g��D1��D��UH��AVAUI��ATL�����SH��H�5(4H��H��dH�%(H�E�1���k����t[H��L���g��I��H��tHH���Y��L��L��H���<��H��tZ�/L���X��H��H��t�z�t:L��H����b���-I��H�
n
L��1����J���L���]��1�H�M�dH3%(uH��[A\A]A^]���W��ff.�@��UH��ATI��SH����H��H��dH�%(H�E�1��f��H�����/H���7W��H��t�xtd�H��P���H����T��H�߅�u��h���%�=@u?��C������„�u?H�M�dH3%(��H�Ġ[A\]�D���D������„�t��X:���8�A��M��H��I��H�
t�1���H���H���c\��1���H��E1���H�
�H���H���/\������uV��D��UH��AWAVI��AUL������ATI��SH������H���H�� �L��dH�%(H�E�1��d��H���
L��H���d��H��H��(���L��0�L��L���kS������H��(�/H���U��H��H��t'D�@E�����H�%�=@���H�5$1L���i����uL��L���R�����EH��L���ZH���¸��t��8��H����8��?��H��M��M��PH�
:�H�߾1��6G��X�ZH����Z��1��3M��M��H�
�
H�ߺ�1��F���H���Z��1�H�U�dH3%(��H�e�[A\A]A^A_]�fD�@L��H�޿D���H��(��R��H��(�D����u��H�%�=@t5H�� �H��H���D��(��4<��D��(�H���H���\���D�A���H��1��<���A����T��ff.��UH��AUATL�����SH��H��H�wL��dH�%(H�E�1�ƅ����db��H���1�1�L��1��
J��A�Ņ���H��@����ƿ�Q��D���h����X���%�=��AL�C��1�H�����H�
�	�nE���C$��������������K$H��H�M�dH3%(�!H�Ĩ[A\A]]�f.�H�{H�5�.�pf����t��g6��L�c�8�=��H�����M��H�
+
I����1���D���d���f�L�C��H�����H�
�	�D���C$��������A���1���H�����@��H���#X��1��1���@1�H���>]��1�H���W��1��M��H�CH����@H��p�������L�CH�����M��1�H�
{���D������R��f���H��t���f�H�IT,����UH��AWI��AVI���AUATSH��H��H��(���dH�%(H�E�1���C��H�5#-H��I���d����uIM����I�$L��H��L��H��(�����H�U�dH3%(�FH�ĸ[A\A]A^A_]ÐL������H��L���_��H��tF1�1�1�L���kG������H��0����ƿ��$����ZO����$������]e��H��`���u	M���Z���I��H�
�L��1�����B���L���_V��1��B����1�L��������B��H�5,I��H�L��PPH��t����D��3��D� A��tBD���:��I�ٺL��I��H�
��1��IB���L����U��1����D1�H�5�L���Z����P�����UH��ATI��SH��H��H��tf�I��{��A�$��tQ��/����1���{����~����#��M��H�
�H��1�H�������A����
��#tq1���{tNL��H���VK�������1���H�����t<*t<%u�H���H����u�H��
w;H��[A\]�f.���#�\���L��H���:��H��u�1�H��[A\]�@�H�=��T��1�����#�V���L��H��L�E��H:��H��t�A�<$/L�E�����L��H���J��H�߾/�9��L��H���qJ������@��K���ff.���UH��AWAVAUATI��SH��dH�%(H�E�1�H��t�:u|H������H�|H����@��H��t2�/H���t9��H���k�@E1��H�ھ/L���N��H�E�dH3%(��H��[A\A]A^A_]�f.�L������I��L���N@��H��t�H�5�L���]��H���!L)�H�������L��I��H��H���Q?��BƄ=�����/H���M��H�����@H��E1�L��H��L��L����Y��L����a��1�H�=�(H���0��H���&���1ҾeL�5�(1��0:��H��H��u�H�[H����H�C%H=u�L���SH��t�1ɾ/M��H�1(L���>M�����f�ƅ�������@��������~t	��#�0���H���(���H�������L��H���E�����@�1���2L��f���1��e6��D��UH��AWAVI��H��AUI��ATL������SH��H��8dH�%(H�E�1�HDž������8��H��L��L��D�|��r>��H��u-H�E�dH3%(�9H��8[A\A]A^A_]��L������L���F��H��H��t�H������H�������+f�1�H�ھ/L����V��L����E��H��H��t��;{t�H�5�&H���^����u2H�������L���D��H����_��1�H�=�&H����.��H��ul�/L��H����.��H���{���A��%u�D�/H���J��H���l�����/L��H���.��H��tҹH�ھ/L���
V����H��1�L���U���#����lJ��f.�f���UH��H��H��H��SH��H���]S��H9���H����[]�ff.�f���UH��AWAVAUATI��SH��HH������H������dH�%(H�E�1��cP��H��H����H������H�H������H��tH�H������L������H�������~�H��tjL���6��H�پL��H��I����]��I9���H��������L������H�
=L�L��1��P;���L����N��H��1��yF��L���M��L���i5��I��H������H����A�>.�d���A�~tmI���T���@H�ٺ�H�=�1�]��H���Y���H������H�I�DH�M��u�H������H���u���H�:�k���H��c���@H��������L��H��t1�1�H���;H��H������H��tH�9t)H�u�dH34%(H����H��H[A\A]A^A_]ÐH������H�H��Ȑ�P��1�L���������{C��Lc˺L��I��H�
R��1��9��H�5�L���{I��H��H��t
L���k5������1+���8�Z2��L��H�
sI���1��9���L���?M���1����G��D��U1�H��SH��H��H�w(H�?�2G��H�CH�;H�C0H�C�0��H�S0�H��[]��H�GH�71�H�G0H�GH�WH�G H�G8�D��UH��ATSH�G0H��D� H�G(H�G8H�?�/��H�S0�D��[A\]����UH��SH��H�G0H�pH�w0�H�G@H+wHw(�PH����[]�ff.����UH��ATI��SHcH��H�H�FH�WH�GH�FH�GH�G0H�~H��H�C(H�{ �);��1�H�C8I�t$A�<$��X��H�S8H�sA�<$[A\]�@N����UH��SH��H��H�GH�WH9�H�W0HF�H�w(H)�H� H����:��H�C8H��uH��[]�f.��;H�s(1�Hs�_X��H�S8H�s0H�;H��[]��M��f���UH�=��
H���D��1�]������H�sf��wH�
uHc�H�>��H�%��H�S��H�,��H�&��H������f.�H����� t�1���;wH��H��H������Ð��UH�5�H��SH��H���$U��H��H��H��t.���t$H�r<"t*<\u�BH�rH��H�����u��H��H��[]ÐH����ff.���UH����S��]H���J<��f.���UH��AUE1�ATSH��H��tjH���?=��I��I�����+=��M��LD�I�D$8I��H�;�S��I�$H�{�S��I�D$H�{�yS��I�D$H�{�kS��I�D$H�[8H��u�H��L��[A\A]]�ff.�@��UH��AVAUI��ATI��SH�� dH�%(H�E�1�H�H�PH������@H��< u
@H���; t�1�L�����<(t,P��t|< ��H��H��H�����H�����<(u�1�L���l���H����H�����H�J�H����<)��<\��H�JH������ztH��H���fDM�$��1�H�����H�
�H���4��H�߾1��;H��I�$�H�u�dH34%(H��uVH�� [A\A]A^]�f�H��I�$M��t�H��t$�A���H�BH��H�����H���
�����D1���B�����UH��AVI��AUI�ATA�SH�H�&����(w*L��H��H��u-L��t1�L���NN��H��tI����(v�[A\A]A^]�DH��I�����UH��AWAVAUATSH��H�}�H����H�}�H���B<��L�e�A�<$t~H��D,M��A�L�0H����H��L���Q��H���O���"t"��\��I9�t8H��[A\A]A^A_]�f�H���PH�H��"����t��\u�H���yu�H��1�[A\A]A^A_]���PL�h��$tk��(u&�H��B��wL��H��H���ALE�fDL��L����P��H��������D����fD�x�@���L�h�	���D�P��@t��Bu�L�hL����+��H��t+�x(H�xu��P�у��Bt��HuԀxL�h�n���1�H��L���H��H��I�D�����L����,��L�������UH��AWI��AVL������AUATS1�H��HH������dH�%(H�E�1�H������H������H������H������f.�H������H��tj�<;��L�%�B,H��H������I�4$H��������0��H������H��t1D�(�L����9��H�������8uPH������D�(H������H��u��H�=%�
�D��H�E�dH3%(��H��H[A\A]A^A_]�@I�?���L��H�CH��H�������.N��H���VS��H������H�H������D�(�M9��H�������?=tqH�{�����H�=~�
��M��L������L�H�
y�
H�C��1�L���10���L����C��������K��H��I��^����I�4$H��H������H�������/��H������H���d���D� �L���8��H�������?ujH������H������D� �t8���.�����������I����1�H������H�
�
H���k/���H���B���p���f��kK��H�C��0=����UH��AWAVAUATI��SH������H��H��8H������H������dH�%(H�E�1���7��L������� L���E(��H��t
�L������A�E��D<�H��
��Hc�H�>��f�I�|$�FH��?,H������H�0�>.��H������H����D�8�E1�H�������J��L�-�?,H������f.�K�t�H����H�������O������I��I��u�fA�$L������L������H�
��
�L��1���-���L���A��H������L������L��D�8�6��H�������>/��I�|$�6��@H�E�dH3%(�AH��8[A\A]A^A_]�I���H�=�
L�������uI�|$������H�=�
L�������u�H��>,H������H�0��,��H������H���n���D�8�E1�H�������(I��L�5�<,H������f.�K�4�H���3H�������7N�����I��I��uոL������H������H�
��
fA�D$�H�ߺ1��,���H���$@��H������D�8����DI���H�=��
L�������uI�|$ ���H�=��
L��������x���I�|$(�l���H�e=,H������H�0�+��H������H���F�����H�������tI��H���N��H������I�D$(H��������4��H������I�|$0�4�����@I�u�H�=	���������I�|$����H�������I��I�D$����I���H�=��
L�������uM�t$8M�����H�=��
L��������f���I�|$@�Z���H�������H��I�D$@�D���@I�u�H�= �������!���I��$�����H�������FH��I��$����f�H������H������H������H������H��;,H�0�#*��H������H�������D�8�M������%��I�FI��H��������G��H����L��I�EH���%��H������I�EH������D�8��2��H�������8,�M���H��H��M��H������H�������2��H������H���N��������C%��I��I�D$8�o���fDfE�l$Mc�K�<�t1H���;������H�������G��I�D$ H������L�h�)���H������H�������L��L������H�
��
K�����fE�4$Mc�K�|���H���;���=���H�m:,H�~H������H�H������H���(��H������H��tvD�0�H���1��H������H��t��D��H���K��I�D$H������L��D�0�1��H���������H�������]K��L������H�
��
K�D�L�������v���H������L��H�������81��H����������G6�����UH��AWAVAUI��ATL�e�SH��HH�}�L��dH�%(H�E�1�H�E���0��H�}��?[�TH�}9,H�0�'��H�E�H������H�}��C��H�E�H�E��H�E�H�]�H��I�E�0��H�E�H�U�H�U��8.��H��L��H�E�H�E��b0��H�}�H���6���H�E�H���H�E�I�ED�0�H�}��C��I��H�E�D�0L�E�L��L�E��7"��L��I���,"��I�|�R,��L�E�M��H�
��
H������H��I��1��'��H�}��b9��H��L�u���/��H�E��8.�C���f�H�M�dH3%(H�E���H��H[A\A]A^A_]�f.�H��H�5.�
�P&��I�EH�����8]tN�H�=#�
�:����H�=/�
�:���D�H�=T�
��9���j���f.�H�XL�e�I�]L)�H�{�H+��H��L��H��H�E��#��H�E���)���f��H�=��
�9���
�����3��D��UH��SH��H�}�H��tJ1��s%��H��H��t;�8uH��H��[]�@H�}�H�E��k.��H�}����H��HE�H��H��[]Ð1�H��H��[]�@��UH��AWAVAUATSH��XH�}�H�u�H�U�dH�%(H�E�1�H����L�m�L���-��H�}��?��H��6,H�0�$��H�E�H�����
,��I��H�E���H�}��A��I�D$H�E��H�E�H�E�H�E�H��H�E��-��H�E�I�L$H�M��8.�nfDH�E�H�]�H��H�E��d-��H�}���ƒ�߀�A��<@��H�E�H�E�I�D$H���H�E�H����I�$H��t�:uE�H���� uf.�H�E�H���P��� t�(��H����,��H�E�H�����8��H�M�H�H�M�dH3%(L����H��X[A\A]A^A_]�@H�E���H�}���?��I��H�E��M�t$L�����L��H�����H�|�(��M��M��H�
5�
H�����H��H��1��d#��H�}��5��I�\$H�}��,��H�E��8.�����H��L��H�E�H�E��+��H��4,H�}�H�0��"��H�E�H���D����H�=��
�6���N���fD�G���<T�j����G<(�^���H�&H���J���H�GH�E��G@H�}��<@�/���H��H��H�}��6��I�D$H���'���H�=}�
�@��I�D$����f�1��q���f�E1��g����H�}���?��I�D$�����H���<��H�������8����H���6>��I�$����/�����UH��AWAVAUATSH��XH������H������H������dH�%(H�E�1�H���kH�������*��H�������8<�OH������H��E1�H��H������H�������K*��H������HDž�����?@��H������L������H�������fDH������L���q��H������L������H�
.�
H������J�| �1��!��L���\3��H����)��H�������8,��H��H��M��H�������)��H�������?@��H��H����4��I��H������H���L�����H������H�xN�,'�A����%��M���H�
��
H������H��1�H������U ���L���1�H�M�dH3%(H����H��X[A\A]A^A_]�fDL������M��tSL������A�9:uI�yH������H�������9H�������H�
�
1�H�ߺ�����H���a3��H������H������H�������0��H��H����H������H��tH�CH������H�H��t	�8>��L�KL�CH�o�
L������H�
��
�L��A�9@LD�1��:���L����2���8&��H�=8�
H�C8I���<��H�=
�
I�D$L�c8�<��I�D$���H�����������H�������<1�����L������H��I�L���'��I��8�g���I��[����,��@��U1�H��AWAVI���}AUATSH��1�H�����H�;H�E���H���1'��L�#A�$��t}<<tYL���Y ��I��H��tiL��H��H���S��I��H��t[H�8tH���}0��A�L���1:��I�EH��L��[A\A]A^A_]�H��L��H��L��[A\A]A^A_]���@E1���L�m�M��t7L���*��H��t*L��L��L��A��I��H��tL�;H���k&���f�H��L��H��L��[A\A]A^A_]�T.��@��H�:��UH��AWM��AVI��H��AUI��ATI��SH��H���
&��H��8t;M��L��H��L��L���~.��H��t9H��[A\A]A^A_]�f.�H�;L��t�H��1�[A\A]A^A_]�fDL��H���u��H��t�I�>t"I�E8�@H��H�P8H��u��f�1��DI�����UH��AWAVAUATSH��(H������dH�%(H�E�1�H���YH������L�'I��I��H���!%��H����������/M��u
�=�I��I�L$8H��u�,u(fDH��H��H��������$��H���������,tބ���E1�L��H��L��L�����I��H���H��������H���$��L������A�$������,��������H�������(��M��H�߾������H�H�
��
�PH�
�
�HD�1��R���H����.���P"��H�=k�
I�G8H���8��H�="�
H�C�8��H�Cf�H�E�dH3%(�H��([A\A]A^A_]�I�D$H������H��t�A�T$M������@H������t�H���#��L������A�8��fo]�
H������H�after coDž���mmaH�����)������H���.��HDž�����g!��H�=��
H����7��H�==�
H�C��7��H�CM��t.I�\$8����H������H�
g�
�1��H������I�]�����'����UH��AWI��AVI��AUI��ATI��H�ydSH��XH�u�L�E�L�M�dH�%(H�E�1�����H�E��(��H��I�$M��t�:��I�H�E�1Ҿ�1����H�u�I��H�=H��HE�H�E�M����A�?
H�E�����L�%��
��L��M��I���H�U�� �M��t@��t<I��A�E�I��<
��<
��<	���H��M��u��H��M��u�H�}��:�-��H����H�E�M��tA�}
u�H�}��+��H�{(�6H�{0�CH�E�H��tL�EH�MH��H�U�H�u����H�E�dH3%(�YH��X[A\A]A^A_]�fDA�}
�Q���A�M�� �C�����	�:����1�H���,����� H������@H�PH�U��H�M��9 H�Qu�H�U�H���z� t�H�}�H�P�H9�v*�x� u$H���f.�H���8 u�H�}�H9�r��V:��M��tH�M�H�U�H��H�u�A��H�U����><�������Ic�L�>��H�r�H�=5�
����������H�U�H�u�H�{@����o���H��H�{8�<�H��H�=��
������B���H�U�H�u�H�{(�����,���H���H�=��
H���������H�{x������
H�=�H����������H�}��$4��H�Cx����H�{h�����H�r�
H�=L�
����������H�}��E��H�x�l��H�ChH�u�H�V�
H���� ��H�U��J���u���a���H��H�{`���H�=��
H��������4���H�}����H��t�H�}����H�E��H�=��
H�E�H����€������H�ƹ	H�=r�
����������H�=��
�)������H�{X�����H�r�H�=�
����������H�}���2��H�CX�x���@H���H�=��
H����������H�=��
H��������4���H�}�����H�x���H�CpH�u�H�V�
H���� �H�U��J���u����H�{���H�r�H�=o�
���������H�}��2��H�C���fDH�r�H�=��������zO������zN������zT�w����zE�m����zN�c����zT�Y����z-�O���H�}��D���H�E�H����ZH���,���H�rH�}�H�U��G1������f�H�r�H�="�����������H�U�H�u�H�{P�������H�r�H�=�
����������H�U�H�u�H�{ �K�����H�{ �]��H�{0H�C(�����H�{ �E��H�C0���H�U�H�u�H�{H����j���H�U�H�u�H�{0����T����
H�=��
H����������H�}��y0��H�C`�$����H�=�H������������H�}��I0��H�C8��H���H�����H���H��P���I�}��
H�	�
L���0��H�E�H��ujH�E�H�5��
H�PH��H�U��,'����t2H�U�H�5��
H���'���������H�}��/���H���j����H�=��
�%��H�E�H�U���������ff.�@��UH��H��AWI��AVAUI��ATSH��hH�U�H�M�L�E�dH�%(H�M�1�H��2�uI�}��I�G0I+GIG(I�E`I�_I�G0I+_(I+GH)�I�]pI���H�E���A�Ef����f���^f��uhI�u�H�=��������f�H��H���t6I�o8tWI�G0H�PI�W0�8
����t�H��I���H���u��H�E�dH3%(�aH�e�[A\A]A^A_]�fDI�G@L���P<
����L���0��I���A�Ef���+���fA�}�`I�u�H�=_�
�H�E�������|���I�EH���AL�:�
��H�@H�}�H��t-H��u(H�0�	L����€���u�H�xH�@H�}�H��u�H������
��H�E�L�`L9��jI�G8H�E��
H���C�:
�I�w8H����I�G0H�PI�W0���-��H��L9���I�G8H��I�W0H��I��M+wMw(I��I����
t���
t�I�G8H����H�BI�G0�
��E1ɾfD�H�=e�
�"��I�}�s���A�}��
��H���,��I�E�X���f.�I�}�/DH��H�����I�o8t3I�G0H�PI�W0�8
����t�H��I���H��������I�o8u�I�G@L���P<
�����b��fA�}I�Ex�?	E1�A�
H��u1��I�G0H�PI�W0�<
DE�I�FH9��!I��A��
�aI�o8u�I�G@L���P�;H�=��
�!�����H�E�
A�H�E�H�E�����f�I�G@L���P����-�9���I�o8H�S��=I�G0H�HI�O0���-�BH��L9�����H�}�H��t"I�G0H�OHI+GIG(H�H)�H9�HG�H�_X����H�E�I�ExH�E�H���GH�E��H�E�H�E�L�hXM����L�u�A�>����H���*��I�FA�f���Zf��u����H�M�H�Ax�H�E�H���H�E�H��u�H�}��3�����fDI�G0�8
�����I�o8�vH��I�G0M�fI�V�I�G@L���P������H�pHI�G@L���PI�W0�<
�<
��E1�A� f�I�o8��I�G0H�pI�w0�<
���<
��< �H�}�I�vB�7I����I���H�E�B�0H�U�����<C��E1��B���<Ou_�B���<NuT�B���<TuI�B���<Eu>�B���<Nu3�B���<Tu(�z-u"H�z�:����H����H�E�M��t8I�W0�<
�����<
�<
�SI��I�o8�fI�G@L���PI�W0�1f.�<	����I��A�� ��H�u�I�FB�6 I��M�������A� H�C�I9������H��H�}�H������I�o8�{���I�G@L���P<
�����I�G0�< tk<	tgH�E�B�0I�������H�U�����<C�������DI�w0�<
u�I�o8��H��I�w0I��u�H�E�B�0�F���fDL��D��I���&�����t�I��A���.���f�M����������f�I�W0E1�I�G(I+WL��H�}�M�gL�L�E�H�H�U�I�GH�E�L)oXH�H����M�g����f.�I�G@L���P�O���I�G8H���>H��I�W0H��H������I�G@H�U�L���PH�U�����-�����H�}���H���I�o8H�Z��uI�G@H�U�L���PH�U�����-�H�������I�o8H�Z���I�G0H�HI�O0���-�d���H����I�o8�YI�G0H�HI�O0���
����
��H�Z��&���@H�E�H�x������|$��L�u�H�=��I��M�f�&��H�
8�H�=f�
I�$fA�~HD�M�f��%��I�D$�f���I�G@L���PI�w8���I��I�o8�PI�G@L���PI�W0M���$�������I�VI��I�ExH�U�L��L�`@I�EpI�MxL)�H�AXI�MxI�G0I+GIG(H�AHI�MxI�E`H�A0I�MxH�AI�ExI�MpH�H I�G@I�u`�PH�U�H������H�E�H�E�M��u/�DfDI�G0H�PI�W0�H�U�I��H�JH�M��I���tI�o8u�I�G@L���P��H�E�B� H�E�M��L��I�}xL�M��u�H��H�U�PH�w����_H�}�AX�z��I�G@I�u`L���P����r��H�E�I�ExH�������H�E�H�E�����H��I�W0���H��I�W0����I�G0H�HI�O0�����"��H�=��I�EI���.$��I�$L�%��
�)I�G0H�PI�W0I�U�H�zt4<
uI���L��L�s�H��taI�o8u�I�G@L���PI�UH�zu�<u+M��t&I�o8L�s���I�G0H�PI�W0�<$����y�I�]L���#��H�C�I�]H�{����fA�}��H�=���g#��H�C���H�E�L�e�M��I��L��p���H�E�H�����H+E�H��#I�D$0H�HI�L$0�A8���I9���I�|$8I��H��I�����H�E�H�HH�M�D�(I�|$8H��u�I�D$@L��P�I�G@L���P�����H�=��
����������f��
H����< t�<	t�<
t<
�^���H��t
I�W0�:
��H�E��M�H����H�PHH��L��H)�L9�I��HC�H�AX�����M�I���H�E���|�����uH�E��f�H�}�I�G0I+GIG(H�GH���H��I�o8t1I�G0H�PI�W0��F����
1ۉ��8���I�G@L���P���I�G@L���P����M������I�o8L�s���I�G0H�PI�W0��ƒ��@����I�]H�=��g!��H�C�c���L����M��L��p���L�e�H��H���3�L��L��p���M��L�e��C���L����M��L��p���L�e�����I�G@H�U�L���PH�U����n���I�G@L���P�e���H�=B�
�� ��H�C�e�E1�I�������#�������M�H�E�I�Ex���H�}������H�}�L��H�OHH)�L9�HC�H�GX���I�o8tH�BI�G0�
H�����H�PH�U��L�e�A�<$ uI�D$H�E�I��H���x� t�H�E�H�x�Y%��H�}�L��H���������I�G@H�U�L���PH�U�������W��I�G@L���P���{���fD��UH��AWAVAUATSH��8H������dH�%(H�E�1�I��2�H�:H����I��H��I��M����
��H��8��H�������8:tH������H������H����H������H�������
��H�������8:��H������H�������H������H��H������H�������H
��H�;H�������y��H������I���z��I�D$I�>�;H������L�`8L������H������H������L��M����A�<;������M�EL��H��L��L������I��H���H�;��H��H�������	��L�L������A�<,�[M��<;t���t�L������H�
��
�1��L������L������L�����H��v��L������H�=��
I��I�A8����H�=A�
I�D$����I�D$L�M������M���M�����1�H�M�dH3%(�H��8[A\A]A^A_]�f�L���1�H������H�
#�
���H��������M��H����H�=��
H���������H������H�=|�
H�B���H������H�BI�T$8I��L��<���@I��M��L��)���f�<;tH������?��I�D$8����DI��L����M�&������H�=��
���1�����������H�G�H�wH�H�wH���@UH��AVI��AUI��ATI��SH��tcI�t$ L��I+t$�e��H��H��uL�����H��u�1�[A\A]A^]�DI�|$L��H��I�����I�D$H�I�D$I)�u�I;D$ t[�A\A]A^]�fDL���(��H��u�1��ff.�@UH��SH��H��H�GH;G t*H�PH�S@�0�H�K H9Kt0H��[]�f��u�����H��t�H�C�u��f.�H��H��[]���f����H��tbUH��AUI��ATI��SH��H��H��u/L���_���L��H��H�����H��u41�H��[A\A]]���H�5^�
�w���H��u������H�5��
H���T���H��t�L�����L��H��H���9���H��t��H�5��
H��� ���H�������x���f���UH��AVAUI��ATI��S���tH����H��L�����H����"L��L�5��
�s���H��uJ�f�H��L��L��L)����H��tr�\L���=���H��t`�3L���-���H��tPL�cL��L�����H��H��u�L���	���L��L��H���K���H��t �"L�����H�������fD1�[A\A]A^]�DH�Q
,L��H�0�&����.�&���H������H�5�L���5�H������L�����A�|�.H��u���@L���h���H��[L��L��A\A]A^]���f���H��tGH�~t@U1�H��ATI��SH��H�v��H��tH�C�8@t*�@L���
���H��u(1�[A\]��f.�[�A\]�fDH�s1�L���R�H����������H����UH��AWI��AVE1�AUATI��SH��H��fDI�D$H�{I����M��t(M��t#H�{8�HH���[A\A]A^A_]�@H�3H��t	�>��H��L���t��H����H�C8H��t�H�x�g�H�5C�L���S���H����H�S8M��ucH��H���U����x���H�sH����H�|
,L��H��A�H���}�H�5]�
L����H���`I��H�S8M��t�H������I�D$L9�v[H��L)�I�I��M~h�H�5�
L�����H����H�5��
L�����H����H�[8A��5���I�T$ H��I+t$L)�H�I�I��M�H�[8�p���M��������;L�����H����H�S8H��I������H���W���H�z�����@M���"���H������H�A	,L��H���H��tF�H�5��
L�����H��t-H��L�����H��t�H�5��L�����H������H��1�[A\A]A^A_]ø�@���H��tzUH��AWAVM��AUI��ATI��H��SH��H��H�M����I��M��u)L��H��L���#���H��u>1�H��[A\A]A^A_]�D�H�5��
L����H��u���D���H�55�
L������H��t�M��I�WH�u�L��ID�L�����H��t��H�5�
L�����H�������j���fD��H����UH��AVL�5X�
AUATI��SH���]f�L�+L����L��L��H���7���H��tK�=L������H��t9H�),H�sL��H��:�H��tH�[H��t$�L��L�����H��u�[1�A\A]A^]�@[�A\A]A^]ø�@��UH��AUL�-��ATI��SH��H����L��L�����H��t;H��t#H��,H�3L��H���H��tH�[H��u�H���[A\A]]�H��1�[A\A]]���U�H��AUATI��H�5�
SH��H������H��u1�H��[A\A]]�fDA�$H�,,L�,�L����L��H��H������H��t¾/H���x���H��t�M�l$M���ML���]�L��H��H�����H��t�I�t$H���<H���D�H���h���fA�|$��I�|$tA�H�5��
H���R���H���6���M�l$L�����L��H��H���.���H������I�|$ tH�H�5M�
H���	���H�����I�t$ 1�H��H���H��H��H��H�P�����H������I��$�tK�H�5�
H�����H�������I��$�1�H��H���H��H��H��H�P����H���l���I�|$8t3�H�5��
H���c���H���G���I�t$8H����H���1���I�|$@tH�H�5��
H���(���H������I�t$@1�H��H���H��H��H��H�P���H�����I�|$(t^�H�5n�
H�����H�������I�t$(1�H��H���H��H��H��H�P���H�������I�t$0H���W�H���{����H�5��
H���z�H�������[���@A�<$���I�����fDfA�<$�����
H�5<�
H���0�H������fA�|$H�5��H���
H��H�H��	fA�|$HE���H���t��������H�5�
H�����H�������A�T$H�H,L�,�L���d�L��H��H����H���/���������UH��AWAVI��AUI��ATI��SH��L�~H�U�L�E�M��t
L���	�H��u41�I�L$hH��H�5�
L�����H��uF1�H��[A\A]A^A_]�DH��H��H��vA�|�
��L��L����H��u��fDI�L$H��H�5��
L���i�H��t�I�L$ M��H��L��H�5p�
�
��H���{���I�L$(M��H��L��H�5R�
�g
��H���X���I�L$0M��H��L��H�5A�
�D
��H���5���I�L$8H��H�5�
L�����H������I�|$PI�L$@t	H���.M��H��H�5��
L����	��H�����I�L$HM��H��L��H�5�
��	��H�������H�}�t#I�L$PM��H��L��H�5��
�	��H�������I�L$XH��H�5��
L���C�H���t���I�L$`H��H�5p�
L���#�H���T���I�L$pH��H�5[�
L����H���4���I�L$xH��H�5G�
L�����H������I�|$uH�}�ug�H�5��
L���'�H���������f�H�P����I�|$H�����H�57�
L�����H�������I�L$@����H�5��
L����H�������H�u�L������H���g����g���ff.�f���f�>tVUH��ATSL�fhH��M��tL����L��H��H���]�H��t�H�5��
H���D�H������[A\]�fD�ff.�UL�ؽ
H��AWAVAUATI��SH��H��(dH�%(H�E�1�H�FH��u�Bf�H�@H���3H�0�	L����€���u�L�hM�d$xL�5��
M�����L��H����H����L���2�L��H��H���t�H�����H�5��
H���W�H����L��H���s���H��tv�H�5��
H���*�H��t]L��H���j�H��tMM��$�M���a����H�5�
H�����H��t#L����L��H��H�����H����@1�H�M�dH3%(��H�e�[A\A]A^A_]�@����1�L������Lc����I����H����������AV�L��AWI��1�L������H�
j�
��
�XZ����H�=��
I���
��L��I��|
��I�FI�D$I�FM�t$�]����H�5�
H����H�������-������ff.���UH��AVI��AUI��H�<vATH��I��SH�� dH�%(H�E�1�H�GH��H��z�1�H��H�����I�$H��H�P��I�$1�H��
I�~�M���aA�uM�E�2<~t1��<@tu��L�O����M~#����������I��M���fD��u��A��@�3H����A�M�h�<~��"<@t��I�y�H����������t:H���������1�H�]�dH3%(��H�� [A\A]A^]�H��M��H����I�8A�H��I�p�N��
��@��?wM��I��I���L������1��L��H�
��
���H�5��
L���4	��H��t��L���_���H��H+����I�$�H������.���M��H��M��f�H������A�}=�����A�H�O�I�p�<~������<@�^L�O�I��H��@H�KH���qA�M�P�4@��~������@��@�����L��M��I��H���5����I��H9������0����I�y�M������A�@I�H�<~��>���<@�6�����I��I��fDL��D�I��M��H��H�����H��D	�@�q�M�������A�EM�E�<~������<@������L�O������H�K@�sH���gA�I�p�<~�������<@t)L��I��H��I������H��I�����DH��L��I�����H�w�H������A�@M�H�<~�'�0����<@�T���M��H�����f.�H�O�H������A�EM�U�<~�����<@�����L�O���M��H������fDI�y�M��twA�@I�p�<~�������<@��I��I��H������DI�y�M��t7A�pI�@�42@��~t>�d���@��@�Z���I��I��H������DH���������I�ȹ����H��I��1�����H��M�й���H��H������A�@I�p�<~t6����I��<@�����S���H��I������H��I���_���I���R�����H���������UH��AUI��H�VH��ATI��H��SH��H��H��H��H���������H��H��H��H�|QI�}H�����1�H��I����H�=��
�f�I��H��H��I��v|�H��������
D��KA����D���?��J�KD�C��B����?��J�K��?��JH��u�A�
I��H��1�fD�B�H��I��w�H�JM��tB�H�=�
������
���I��uW��0�B=��B=�JH�JH��tpH���
�BH)�f�2I;MtH�=�
H�E���H�E�H��[A\A]]�D�CA��D���?��J�K�B=����<��JH�JH��u�H�r�
f�zH��H���|�����UH��AWAVAUATSH��8dH�%(H�E�1�H��t$�I��f��thf��t:f�~�o�H�E�dH3%(��H�e�[A\A]A^A_]�fD�Ff��v�f���|H�=�
���fDH�VI��L���
H��u�7�H�BH��tWH��H�2�	L�������u�I�]xH��L������H���H��u��N���fD�H�=d�
�����2���f�H�Z���1�L������Lc��v�H�������Z�H����������AV�L��H������L������I��1�H�
-�
R����XZ���H�=��
H�I���F��L��I�H��8��H�C�1����H�~hH�VpH�vpH�������@����H������I�EhfA�M�����a���H�^�,����C���UH��AWAVAUI��ATI��H�~SH��HH������dH�%(H�E�1��3�L��1�L������I��H��L������H��H��I�L)�L9��b��H�~<
���+< �{<=�!H��L)�I9��D�~L�VA��
��A��
��E����L������L������������L������H�������o�A��L������������H�L������L�������DP�L��L)�I9���H������L�V�v@����@��DP��H�SA��L������L������������L������H�������}���L������H������������L�������L��H��L��������<
HD�H�S�H��H��H��L)�L9�������L)�L��I�H�M�dH3%(��H��H[A\A]A^A_]�fD� H����H����A��������t^H�S�=L�׋�����D�{H���v����L��L��H��L)�L9��Z����~
�P���H�~�G����L��H���4���M�B�L��H�
G�
1���L������L������L��������L�������L����L������L������L�������@����N�ff.���UH��AWE1�AVL�5��
AUI��ATSH��8H�}�H�U�H�vH�:m��:mdH�%(H�E�1�H��H��H��I�DH�<@��H�M�H�E�I��I�}�M�����H�AH�E���
��H�}�H�M������H�}�H��pu��~w��=�*f.�I��I�D$I��K���=
A�D$
I��A�fA�L$��ك�I���=��I�}���A��HA��HH�M�M���W���H�E�A�$H�}�L+e�L� I�t$�R��H�E�H�U�dH3%(��H��8[A\A]A^A_]�@H��L��I���x���f.��y
uH��umH�}����H�}�H��@����I��L��I��Kv�=
A�D$
H��A�fA�$L�`�I��H�M����f��� u�H�M��y
u�����@A�$
�AI��E1�I��H��A�D$��P����!����UH��AWAVAUATSH��8dH�%(H�E�1�H��t4�I��f���|f��tF�Ff���0f����fDH�E�dH3%(�H�e�[A\A]A^A_]�fD�Ff���*f��t�f����H�=ܨ
����DH�VI��L�j�
H��u�H�BH���H��H�2�	L�������u�I�]xH��L�����H���H��u��J���f.�H�~hH�VpH�vpH���������H������I�EhfA�M�>��	���f��H�=��
�_����f.�H�~hH�VpH�vpH�������8����H������I�EhfA�u������f��H�=$�
�����f.�H�Z���1�L������Lc���H�������z��H��������AV�L��H������L������I��1�H�
M�
R�����XZ����H�=�
H�I���f���L��I�H��X���H�C���H�^�j��������UH��AWI��AVI����AUI��1�ATSH��1�H�����1�1��mI�����M��t#H��L��L��L��H��L��[A\A]A^A_]��@H��t+H�{L�CM��L��H�H��L��[A\A]A^A_]���L��L��M��u5���E1�1�L��L��H���%���H��u 1�H��[A\A]A^A_]���S��ɐL��H���U��H��t�H�����H�������ff.�f���UE1�1�H��H��0dH�%(H�E�1�H�}�H�Ţ��H�}�H��@H�}�H�}�H�E�H�E����H�E��H�E�dH3%(u���$�@��UH��AWI��AVI��AUI��ATI��SH��8H�dH�%(H�E�1�H������1�H�}�L��H�L��H�E�H�E�H�E�H@I�H�E���H�
���H�E����H�E�I�$�H�E�dH3%(uH��8[A\A]A^A_]��v�fD��UH��AWI��AVI��AUI��ATI��SH��8H�dH�%(H�E�1�H���5��1�H�}�L��H�L��H�E�H�E�H�E�H@I���H�E�E1�H�Z���H�E���H�E�I�$�H�E�dH3%(uH��8[A\A]A^A_]������UH��AUI��ATI��SH��H��8dH�%(H�E�1�����L��H�}�H�L)�H�E�H�E�H�E�H@M��HE�H�E�1�H�����H�E�����H�E��H�E�H�M�dH3%(uH��8[A\A]]��#���UH��ATI��SH��H��0dH�%(H�E�1����L��H�E�H�<H�A���H�}�H�}�H��@H�}�H�}�H�E����H�E��H�E�dH3%(u	H��0[A\]���ff.�f���UH��AUI��ATI��SH��H��8dH�%(H�E�1��b��L��L��H�E�H�<H�����H�}�H�}�H��@H�}�H�}�H�E����H�E��H�E�dH3%(uH��8[A\A]]�����UH��AUI��ATI��SH��8H�dH�%(H�E�1�H������H�}�L��H�E�H�H�E�H�E�H@H�E�H����H�E���H�E�I�$�H�E�dH3%(uH��8[A\A]]��q����UH��AWM��AVM��AUI��1�ATI��mSH��1�H��HH�M�dH�%(H�E�1��k��H�M�H��t2M��M��L��L��H���H�]�dH3%(uAH��H[A\A]A^A_]�H�M�H�}�L��L��H�]�L��H�]�H��@L�}�H�]������ff.����UH��SL��$���H��H�$L9�u�H��HdH�%(H�E�1�H������H����H������H��ȿ��H��H��H������H@H������H��п���E�����H��u H�M�dH3%(u$H��H@[]��H����H������������������������~\����tF���������1��@1���������H��tH�FH��` �H��������������u�H�5|,H��������~���������tf����s���H�5#9,H������1�H��t�H�FH�@ �H�5�{,H���DH��{,��H��{,��H�5�{,H���DH���.���H�FH��H H����H�Q{,��H�5A{,H���DH�y8,��H�1{,����1��f���1��f���H�O�Q��u-����������x��������	Ј��Ð���@���@8�t���Q������U�H�=��
H���g�1�]���L�
e�+����H�G�@u
�`��DUH��SH��H��H��H�x��H�C�`�H��[]��UH��AWI��AVAUATI��SH���>.t`L�53�
�(�D�k�CL��L���l�H��t'D�kL�cL��L�����H��H��u�A�<$�u H��[A\A]A^A_]ÐH�5դ
�$��f�H��L��L��[A\A]A^A_]������G$t��U1�H�=ަ
H���>��]����UH��AVI��AUI��1�ATI��uSH�����H��tL��L��L��H��[A\A]A^]��fD�H�=*�
���[1�A\A]A^]�ff.����U��H��ATI��StE���H������t+I�|$8t#��H��L��H��������I;\$8v�[A\]�fD���H�����ff.���UH��AWAVAUATSH��xdH�%(H�E�1�H����H�I���|�������H�������`I�|$8�TH��x���A�L��p���H��h���H�E�H��`����L��L�����H���������������tH�{��HDžp���A�D$$@��H�S@L�s@H��tH�{uqI�$1�H��h���L��L���I�>��H�{u=I�$�L��L��H��`������H�U�H��x���H+U�HE�HU�H)�H)�H�C�������u7I�H��tH�pH��tH��������u���f%���!f���L�����I��M;|$8����H�E�dH3%(uxH�e�[A\A]A^A_]�M��M9�$`����M��$hI��$h���f��k��H�����?���I�$H��x���E1�1�L�
X�L���rH��j���XZ�����]��ff.�f�U��H�
��
H��SH����H��dH�%(H�E�1�H�GH��L�@1�����H����H�U�dH3%(uH��1�[]�����ff.���H�t
1���UH��AUATI��SH��H��H�GL�hL�����L��L��H���'��H��tH��[A\A]]��H��H��[A\A]]����ff.���1��f���UH��AUI��ATSH��0���H��H��dH�%(H�E�1���H����L�%��+H���I�4$�����uw�E�uq������#u8H������1�H�news.H���H9�u+H���L�����L���DH���L�����L��H�U�dH3%(uH�ĸ[A\A]]Ð1����g�����UH��H��dH�%(H�E�1�H������H�U�dH3%(u��� ����UH��ATI��H��SH����H��H��dH�%(H�E�1��j��1�H��t�:H��L���S���H��H�M�dH3%(H��uH��[A\]����ff.�f���UH��ATI��H��SH����H��H��dH�%(H�E�1�����1�H��t�!H��L���ӽ��H��H�M�dH3%(H��uH��[A\]��-��ff.�f���UH��AVI��AUI��ATSH��H��t�?I��ukL��L������H��tsH��L���`��H��tUH�5�
H���<�H��t
��f��*H�߾%� ��H��H��u�[�A\A]A^]�f.�����H��u.[1�A\A]A^]�L�����[A\H��A]A^��]���fDL��L���]��A���#t��.u�x�.t.L��H������9���L��}���L��H�x�������I�vH�������
���f.���UH��1�H��H��H��dH�%(H�E�1�H����~��H��uH�E�dH3%(u����H�=4�
�?����������U1�H��AVI��AUL�����ATI��SH��L��L��H��H�� dH�%(H�E�1�HDž�������H�����;{��M��tA�$<{�������H��L���d��L�����DL���`��H��H��tHH�����H��t�1�L��H��论��H��t�H��1�1�L���*�L���"��H��H��u�f.�H�E�dH3%(��H�� [A\A]A^]�DL��L�����;{�6���H�����H���?���뱐I��M��H�
b�
L���1��/���&���f.�L���H��H���o���A�$���������f�1�GG G0H���~�>u	��UH��AUATI��SH��H��H���E��	H�H������H����L�h�	L�����H�CH����H�PH�S�A��$��	H�{H�%�L���.��H�{�	���H�CH����H�P�	H�S�H�{�z���I��H����H�@�	H�C A�$L�c L���P���H��to�L�`1��
L�������	L��H�C(�$���H��t?L�`�
1�L������	L��H�C0���H�C8H��tH�PH�S8��L�c 1�M����H��[A\A]]�f���H�sL���,������H�C �fD��UH��AWAVAUI��ATI��1�SH��H��XH������dH�%(H�E�1��R��H��L��H���������I��I�EH��u#�7f�H9���H9���	ʄ�t#H�@H���9H�HH�H��u�H9��„�u�M�}M���>A�����v�tA�������rA����������r� tA��� ���@�|A���������A�����vA���@����x��xA����b��ZI�UHH��t�L��L�����H���8I�UPH��t1�L��L���z��H���H�������uI�EpH��tH������H;F(��I�ExH��tH������H;G(��I�����A������yI���u
I���tFL�����I���H��tH������H)�H9��I���H��tL������I)�I9��`I�u@H��tH������H�x���H���>I�uXH��tH������H�8�n���H���I���H��tH������H�x�I���H����I���H��tH������H�x �$���H����I�}(��1�1�H��L���A�I��H����I�u(H��tH�xP����H����I�u8H��tI�~H����H���wI�uhH��tI�~@���H���\I���H��tI�~���H���>I���H��tI�~(���H��� I���H��tI�~0�c��H���I���H��tI�~X�5���H����I���H��tI�~h����H����I���H��tI�~p���H����M�} M����H������L������H������H�����H�������fDM� M����H������1�M�FH��HDž��A�
L��HDž����I�H������I�GH��������H����:H��H�������պ��H����I��y���H������H�x�q��H������H������H������H�H9�se�
��	t	�� �3H9�vC�
��
�l��
u"�b��
��
�N��
�EH��H���H�H9�w��
H��H9�w�H��H+�����H������L��H�������I�GH�����I�GH��������L��H��t
������������1�H�u�dH34%(��H��X[A\A]A^A_]ÐH��L���%���"H9���H9���	ʄ������M�M��t�I�WI�H��u�H9�����DA���t��u�������������A����d���������A��� �N���� ������A���f��������A������������D������A���@��������D������A������������I�M`H��t1�A�H��L���9���H�������I�M0H��tE1�1�H��L������H�������M�uM��u� M�vM���H������I�H��L�����H��u�I�VH������H��L�����H��u��A���H������H���H�p���H���!����u��}��U�f��@�����@�����f�������A���f9�w	f�����A���f��t	f9�����A���f9�v	f�������A���f9�w	f�������A���f��t	f9������A���f�������f9�������i����M�uM��t'H������I�H��L�����H���A���M�vM��uٸ�0���H��H���
�f.�H9������H���
��
@�ǀ�
��@�u����I�}8����I�}h����I�������I��������I������I�������I�������I������������f.�H9�����H����:u�@H���z�:t
H9�u�H�����H9������::�����H�����������UH��ATI��SH��H�?H��t�2���H�H�{t	H�{����L���S���H�x�z���M��A��H�
W�
H�CH�Ǿ1�H������0���[��A\]�fD��UH��ATL�gSH��H�G���x-u6H��tL���M��H�;�%���H�CH��t4�C t�H���.��H�C�x-tʺ
1�H�����H�C[A\]�@H��H�5V�
[A\]�e��D��UH��AVAUI��ATI��H��SH��H��dH�%(H�E�1��M���I��H����H���9���I�|�_���I�<$H�E��I�پH��M��H�
�
H�����1��
���A�t$ H�]�@����H�����Hø
f��CH�u�I�<$���H��u@H�5��
L�����H��H�}����H��H�M�dH3%(��H��[A\A]A^]�f�L�����H����H�x藿��I�<$H�E�t<L��H���A��A�t$ H�]�@���T���@��H�߃��?���H�]��=���fDH�5=�
L������H���[������@��UH��AWAVAUATE1�SH��(dH�%(H�E�1��G,�G t,H�M�dH3%(L����H��([A\A]A^A_]��I��H�ό
H�5�
H������=�t=�u��K,L�u��G�� L��E1��Ȳ��H��t�L�}�L�`H�5��
L�������uE�K,H�}����H�;�p���I��H�E�H��ts�xu�8.tY�C t�L���k��L�}��DH�}�H�5��
�P����u�K,�fDH�}�H�5�
�0����u,�K,�fD�C u:H�}����A�����fDH�}�H�5׋
������u�K,�B���L�������fDH�}�H�5��
�����u	�K, ����H�}�H�5��
�����u	�K,@���H�}�H�5��
���������M������L��H�5;�
L���#��I��H�������E1���K,�L��H�5�
1����I��H��tOH�5i�
L���&����t�A����<Su�A�G���<Au�A�G���<Su�A�G���<Lu�A�:u�M�g�M���<���L��H�5׊
L�����H��t3L��H���K���H���w
���C-1�L��H�5��
�X��H��u�1�H�=�}������������S-������1�H�=�}�����H������������ C-�������ff.����UH��AWI��AVAUL������ATL������SH��H��hH������H�H������dH�%(H�E�1��G-�g �HDž����H������H������H������H����H��������L�����H�x脬��I��H���hL������M��t<M�FH�
A�
L��1������1�L�����H�������G��L������H�;ƅ����HDž�����\E1�M����C ��H���������D���I�L��1�I�ILJ�H��H)������H�H������t8��t4H���������@������@������At��@��H���L���H�u�dH34%(L���,H�e�[A\A]A^A_]��M�Ⱥ�1�L������H�
k�
L���۴���L���n������L��fDL��������@H����������FH��������A��HDž����1�A�xM���zH9
g,L������L������L�5�
L��������H�;��A�H�AL��L��L��H������边��A�?�TL��L��H��膴��=}�Q=���=�aH�{��w��H��,H9�������A�?tH������H9
�,�a���I�L��1�L������H��I�ILJ�H)������H��@���@H������H������H������H��x���L��I��H��M��t8M�FH�
��
L��1�������L�����H�������c��A�e �I�VH�5Y�
L���;��H=tsH������H��uH��L��H�I���j���fDI�}�G��I�UI��H������H������H������H��t
H;
�,�G���H��L��I������f�A�uA�M H��M��x���H������H��
L������H�5��+H�=}�+A�VZYH��t:I�}��H������H��t
A�e ��*����H�=n�
���DH������A�e ������H�=��
�n��D����'����H�=b�
�O������K L��H�5<�
H�������c �H=������A�����@L��A�e �A�L����������H�=�
����D�������{,H�=7�
x�����H�,H�������P���H�{�ݾH�=�
����4�����N����վ��D��U1�H��AVI���,AUATI��1�SH��dH�%(H�E�1��׫��H����1�1Ҿ.���I�<$H�����>���I��H�������1�H��H�
�
�Y���I�$1�1��L�h�s���I9�t~�H�5S�
H���*���L�� ���H��L�����L��H��L��L�����H�M�dH3%(uQH��[A\A]A^]��M�D$�[���fD�;���I���H����H�5�H��謺���i���蒽��f���UH��AVI��AUI��ATI��S����H��=|t=�tH��[A\A]A^]�fD�L�����H��u6L��1�H�5�
���I�<$H��t�߰��H��I�$[A\A]A^]�[L��L��L��A\A]A^]邯��f���UH��AWI��AVI��AUATSH��8dH�%(H�E�1��:uNH����1�H�5t
L��H���c���H����H�E�dH3%(��H��8[A\A]A^A_]�DH��I��L�������^���L��L��L��A�D�H����H�ڈ������H��t�M����I�GH����H�8M��H�����������H�5ہ
IE��T��H=�t!I�F1�H�55�
H�8�7��H=��1���L�������H��L���$����}L�������x#L�htL�hH����H�����df�� H�����H��t=�H����L���L����.H��L���<���H���1�L��.L�����H����蕿��I�FH�H�8�f���H����H��t�8.u��x�{���H�����_���M9��L���1�L������=�����}H���3���H����H��tJH�x�.����H��t,H�P�@H����1�H�ھ.L���������fDHDž��ƅ����@�PH��1�象��I��H�������H�@H�8�)���f�����%���.L���ӹ��H��������.H��L�����H��tҹL��.L���m�����ֹ��fD��UI��H��AWI��AVI��AUATI��SH��H��M9�rFH�GH��H�5�~
H�8�����=�tH�CE1�H��@,t1�H��H��[A\A]A^A_]�A�H�}M��M��H�
.
H�����1��F���H�CH�8�G,uq�xx3fE��t�H�CL��H�5S~
H�8�g��1�H=����f.�H�UH�5�~
�@���=��^���=�u�H�C�`��H�UH�5�~
���1�H=����&������UH��AWAVI��AUI��ATE1�SH��H��8dH�%(H�E�1�H��t�$xH�GL�`L�����H��L���(���H��t{I����H�=�}
�����u]��������tRI���H�����<#�M����I�FH�8��H��L���r���H��tuHDž�����DL������I��1�E1�H�
�}
��L��蠩���L���3���H�M�dH3%(L����H�e�[A\A]A^A_]�fDL��H��1�H����H��P蝞��I��H����H������I�FH�����H�5`|
E1�H�8�m��H=���H������H��tM1��.���f���f�H������H�news.H%�H9�����I���H��������DM������I�FL��H�5�{
H�8����H=������I�F�H�H�x����A�N$�����fDI�FL�����
H�����H��I��H������H�H�xH��脠��H�����L���
H�������i���H������
1�I���S���L������H�PH�����L)�L	�I��LE�L����L��M9���H��O,H��teH9�s`L�����H����HDž����HDž�I)�I9�LG�A����H����L����H�������:�E1������H����HDž����HDž�H������H��u�I�FHH��L��A�H������H������T�������M��M�к�H������H�
"~
L������H��H������1�L�������˦��H��������Z���H����L������L����������L�����L��L������L���״��H�����H����H�����L��L��L��H��L������L����H�H�H������PM������ZYH����H����H������H��L;����sEL�����L��I��L�������H�����L�fI�WL��蹪��L��L9����w�L�����H������*������H����H������H���H����H�������f���H����L�����L�-tx
L������HDž��H�������
DL�����I�FH�H�8葟��H�����H���d����H��L����€���tH1��
H������I9�w�H9����v�H������H�����H��H�JH��迩��H�����z���H������L������/�����赲��D��UH��AWAVAUATI��SH��H��dH�%(H�E�1�H�G�PH�8��@�G,ta��uH��H�5vx
���H=������F�H�͛
H�5Tx
���L�-2w
L�u�H=���I�D$H�8�G,u��P��@1���u+H�M�dH3%(��H��[A\A]A^A_]�f�H��H�5�w
�1��H�¸���t�1����u�I�T$�b��@I�D$�H�={
H��`,��;���L����I�D$H�H�8�Ý��I��H�E�H��t8H�ƹL�������t�l���A�H��DPu��@H�}�蟵��I�D$H�8�G,�����`��������ff.�@UH��AWAVAUATSH��dH�%(H�E�1�H�8�BH��h���H��A�f�L��H��M�l$�p���H�S8���tH����mM��I9�v�L��h���M����H�{8��L������A�L��h���I�FH��`���H������H��X���H��x���H��P����DI��L;c8��L��H���׹��I����t�L��H����I���L��L��I��H��x����t���L��H��t|L��L��H��H��h�����H������tH��`����Ԙ��H�������v���L��I���
���L;c8�n���H�M�dH3%(��`H�Ĉ[A\A]A^A_]�fD1�L��H��H��h�����L��x���M���_A�9���c&��b���@L9�s&��fDH���u%I�EH;C8�I��L��H��貸�����u�M�}�L��H���ʥ��L��H��I��輥��M9�H�
�
I��H��t
HE�L�������1�L��M��覠��L��H���[���H����H�S8L�j���DM����1�L��X���H�
+x
L���[����L��H���K����K&H��P���蛲���c&�H��x����O���f�H�=�}
褽��I����.����M��I������D�c&���f.�L��X���L��x���f�H�CH�H�8����H��x���H���I�H��H�=�r
��€����H���H���P���t��
t�
t�H���H���P���u��H��x����
1��:���I��H���~H��H���3���H��H��`���tgH��x����	�v���I��H��tNH��`���H��H��謶��H���I��tH����C���I�}�j���I���L���(�����M��H�
Nv
L��1���袞���L��H��蒶���K&�L��X����c&�H��x���I���Ѱ��H�S8����L��X���H�S8�c&�I�����L��H���%���L��H��I������H�
s�
I���d���������H�GH�H�8t���f.�1��ff.�f���UH��AWAVAUI��ATI��SH��H��H��xH��h���dH�%(H�E�1��D���H��x���H��t@H�Ǿ�;���H��x������1�H�M�dH3%(��H��x[A\A]A^A_]�L��L���ݐ��L��h���A��@t\H�{8tKA�L��L��1�H���P���L��H��I��I���δ��A�����E��D	∐�L;s8v�1�H��脳��f�H�{8)E�)E�)E�)E���A�L�u��Ff�蛡��H��H���й��H�}�t	I�~谓��H�}�tL����I��L;c8��M��tL��H���#������uR1�L��L��H���J���H������t�L��H���h���u��������C$�{���L��H���@����k���H���H��L��膨��H��t�L��L��L��H������H��������I���������UH��AWL�=�t
AVI��AUATI��iSH��1�M��H��(H������1�L������dH�%(H�E�1�HDž��蟖��H�����M��t8fA�}wA�EIc�L�>��f�H�=W�蔨��M�m0M��u�H�������_L������L������M9��"L��M��H�
�n
1���L���������L������L��H��菻��H���RH����L����H������H���H������H�CH�H�8�є��H�����H�����H��H�=^m
��€�����H��H��H�����J�����H����
t�
t�H���H�H��������H�5<r
H������M�m0M�����������f.��H�5�q
H���ܱ��M�m0M���o������H���������I�D$L�<�L���ɞ��1�L��H��I�����A�$�.H�{8�#H������A�M����H�������u�I�I�GuI�GI� ��I�(uI�G(I�0�3I�8�I�@��I�H��I��A�$��L9s8��L��H��藰�����t�L���#H��H�������H������I��I�D$H�pI�t$M�|�L��M�g�?���L��H���t����/����L��H���]���I�G �.���L��H���)���I��fDH�]�dH3%(L���kH��([A\A]A^A_]�H�=�u
輵��I�GH����H�=�u
觵��I�G@���H�=�u
蒵��I�G8����H�=�u
�}���I�G0���L�׺�1�L������H�
{
L������軗��L������������H������
1�肬��H��H��至��I��H���vH������	�ʐ��H���\L�h�	L��谐��H���7H�PL��H��H�����#�H�������L��H�pHI���v����	����A���	�A�H�����O���H�����H������E1�L��H����H�
�}L�h蟏��H����H��tH�PL��I�V0H�@諍���	L�����H��tyH�PH������L��H������L���H��usH�����	趏��H��tAH�x�	H����蜏��H��t'H�x�
1�H��������I�F(�f.�HDž��H������Y����T���H���������I�F�x����ʣ��f.���UH��AWAVAUI��1�ATI��SH��1�H��8H�u��iL�E�dH�%(H�E�1�轐��1Ҿ�1�I��謐��H�E�M��t7�C$H�u�1�L��H��A�ǃ��C$A��A��A��蹜���C$��D	��C$I�D$I�D$H�{8��H�E�E1�A��@I��L9{8rVL��H��裬�����t�I�D$�#L��H��A��H�xu�L��H��褙��M��LD�H�E�I��L9{8s��I�|$t0L�E�H�M�L��L��H��E1�跔��H�E�A�$t\H�}��Ӧ�����膙��H�I��H�E�H��t
I�T$L��H���H�M�dH3%(L��u+H��8[A\A]A^A_]�DH�M�H��L��H������I�����@��UH��AVI��AUI��ATI��SH��dH�%(H�E�1���H�t
���I��H��tQL��L���^���H�xxH��tLH���I�EH�CxH��t(H�U�dH3%(�2H��[A\A]A^]�DH�.q
���L��L��L������&����L��I��H�
rv
1��(���I�FL��H�5!g
H�8�b���H=�t*H=�t����Hǃ�I�E�J���I�F1�L��H�H�8�l���I��H��t�M�uI�~�ח��L��L��H�CxH��谩��L���؝��I�EH�Sx�
I�EH�SxH�HI�M�D
I�EH�SxH�HI�M�DI�E����H�������6���fD��UH��AWAVI��AUI��ATI��H�5�o
SH��L��H��dH�%(H�E�1�H�4�+H�B@1�A��tL��H�����I��1�M��t[H��L���~���I��H�CH�x8H��tL9`0uhL�`0H�CH�x8t}A����H�Ȣ+L��I�E@H�KH�Q@H�q8��H�M�dH3%(��H��[A\A]A^A_]�f�苜��H�CH�@8H�CL�`0H�CH�x8u�M�G��1�L������H�
Qt
L������H�CL��H�5�x
H�8�@���H��H=�tE1�H����X���A���1��I����A���I�7H���
����	����L�c1�I�$I�t$@H�8�)���I�D$8H��������d���@��UH��AUI��ATI��H��H�5`d
SH��H��H�GH�8萲��H=�tH��1�[A\A]]�H�CL��L��H�H�8H��[A\A]]驭��f���UH�G1�H�5d
H�8H���3���]H=������D��UH��H��H�}�H��tYH�?H��t#1�H�5rc
��H�E�H�8H��t	�C���H�E�H�xt
H�x�ߡ��H�E�H�xt	H�x�ˡ��H�}��¡���1��ff.���H���UH��ATI��S�™��I�D$H�x(tH�x(�}���I�D$H�xtH�x�h���I�D$H�xtH�x�S���I�D$H�x tH�x �>���I�D$H�x8H��t
����I�D$H�8H��t�y���I�|$8�t0@H��L���M���H���tH������H��I;\$8v�I�|$�Ҡ��I�$[A\]�D�ff.�@��UH��AWAVI��1�AUATSH��H��H������1�H�����L���dH�%(H�E�1��0���1Ҿ�1�H���������H����H����L�M����M��H��a
L������LD�H���L�����H����������L��1�M��H�
�a
��z���L��L���O���H���������������������	Ј�����H������H����H������L�=�4,�3�M��LD�1�1��3���H�����H������L��M��L�Ha
H������H�����H���������1Ҿ,H�x��I��H�@Hǀ�H��1�)�������H�1�H�����I�讇��L��H��tH������چ��H����I�G�������HD����A�G ����	�A�G ��������L��貝��=���=��A�g(�������@������Q���t��@��L���~��H������H��H���1H����������tA�W,�� �o�@���������A�G(u
�����H��_
H�5�_
L����=�����=�uA�O(A�G(u
�����H��tz������@������Q���t��@��L���1}���R�I��蚞��L��貒��I��H������fDH��L�M���8���������@��E1�H�]�dH3%(L���H��[A\A]A^A_]�DL�L��H�
�^
1����r����L�������H������0���@��L��A�G �ћ��=�����A�O(I�G1�1�H�p� �������H��1,�wH��HE�H���������f��H�=�]
����������@�����H�=Nb
E1��^������f�=|t=��N���1�1��,���H��t:1�1Ҿ.譄��H�����H�����(���H�ƺ�L�����ƅ���1�L��L��L���Q���H����H��]
H�5�]
L���r���=������=��L@M��������:���f.�1�1��,����H��t:1�1Ҿ.���H�����H���<�z�����H��L���:���ƅ���1�L��L��L��裢��H����H��\
H�5�\
L����=�����=|�����=��E����������������@H�5t[
L��IE�H��蟈��H=~���������X����1�L��覩��H���g���L��襏��I��H�������N���@=��m������A�g(��f���fDL���h���I�����L���X���I��������H������������������@H�����L��I�H�H������1�������M�7��H��H����@I�>H	�H������I�H��t,������������Q���t����L���"y��H���S���M��H�
H_
L��1����܆��L���o���I�?H��t�r���I�L���s���I��H���������荔��������@������ff.���U1ҾH��AWAVAUATSH��1�H��(dH�%(H�E�1��x���1Ҿ�1�I���g���H�����H���'L�����H�{L����I���������#H����tI���H����L�kM����M�mL������I�}�>���H�
:Z
�L��I���1�谅���C$��
�t������H�S�B�t������@�B�t�������B�t��������B�t�������B� t������ H��@ t�������C%t������H�1�H������H���+H�������@��t�K$��������t�K$�S%@��t���S%���������4��	�S%���������	Ј�����M���'	�{$��HDž�L������HDž����HDž��HDž����HDž����H�u���f�@@@(@8H�CL�(������@tH�C�HH�C������t�HH�C��������y�H������H�C��t�H������H�C�� t�H H�C������tH��H H�C�H@H�CH�����H�H�SH������2���H�����H�B�C%���L��L���x���H1��-H�PH������1��~��L��H��tI�}�}��H��H�������!���H���|��H�����L��H��tH��L��L���H��L�{裠��I�G ������=f�C"���f�K$H�CHI�}�5���1Ҿ,1�I���~��M��H��tI�}�3}��I��M��H�
`W
L��1���袂��L�sA�F������������ �aI��@ �4�C%��D�{$A����M�FM��tVL��H����������!�%����t�¾�����D�H�WHD�H��������H�
�V
H��1���D�{$L��E���8�H����������!�%����t��L����������D�H�WHD�H��������H�
eV
H��1�苁��H�{���L���
���H�CH�CH�8�G,��H������C$��}1�H��I������1�H���V���H�M�dH3%(L���v	H�e�[A\A]A^A_]�C%����/���f�H����H�5*T
L���:���H=��vI�EL�������
L��H�x�y��H�������
L��H����x��H������L��
H�������x��H�����H��H������H�CPH��H	���H�AL���L������H)�H������I9��H�
�',H����H;�������H����H������H)�H��H���������L�-�+���@H�SL��H������m���H�����H�B ���������L�{I���E���I�G���@�H�5]T
藊������f�H���H������H���9HDž��L������HDž����HDž������@�C$L����H�߉���L���C$������������H��M��H������ATH�����H��L������H�����p��ZYH���L�����L�=�Q
L������L������HDž���HDH;����r2H����H�PH9C8��H��H��H�����8���H���H�HL���Ր��I�}�x��H������H�����H��L����€���te�
1�H���&���H���L9��n���I��H�����M��1�H�
�V
���~��H�����1�H�����K&�j����H�������4���������c&�H��I��H�C8H���������C$��	ЈC$�i���H����H�����H��H��蟐���D���f.��H�5eL���\���D�{$A�������H�5�Q
L���9������@�H�5�Q
L�����������H�5�dL����������H�5�dL���܇��A�F�Y���f��H�5�dL��輇��A�F�1���f��H�50Q
L��蜇��A�F�	���f��H�5CdL���|���A�F���f�H�BQ
H�5�a
譞��H=����H�CH���1�H�H�8�ٙ��I��H������L���H�SI�H������2���H�����L��H��H�B(L������H�CL��H�P(H���������o���@L���1�L����H�
�P
�{���L���A����O���@1�L���.����C$���DL�������L������L�����L������L�����M���L�
#,����M���DD������A��@�����E���<A����A�� �h���?A��������uLD�C$H�����1�1�H��N
HDž���A��A��A��A��赛��I��H�����^���@A�$I����������!�%����t��M��������D�I�T$LD�H��������H�
�N
I��1�L���5z���T���L��H����������!�%����t�¾�����D�H�WHD�H��������H�
�}
H��1���y�����������HDž�L������L����f�H��M�l$�S���L�`H���M��H�pH���L9�v����H������H��������DI�}����L��E1���������f.�L������HDž����L������L�������1�L��H�
GP
��y���L��蘌�����H��H��H����讑��H�����8���f��H�5{`L��較��������H�5<M
L��蜃�������H�5\`L�爍���v��������r���f.��H�5`L�爍���F��������8���f.��H�5�L
L�爍�������������f.��H�5�_L�爍������������f.��H�5�_L�爍��趂���������蕅��D��UH��SH��H��H��(dH�%(H�E�1�H����H��H��t]H�U��$���H�}�H�E�H��t"1��f�H�E��< ~�H��H��H9U�w��H�u�H��1��w��H�}�H�E��v����@1�H�5�T
H���w��H�]�dH3%(�u"H��([]�@1�H�5%<
H���Ow���K ��贄��@��UH��AWAVAUATSL��$���H��H�$L9�u�H��hH������H��H�?I��dH�%(H�E�1�H��+H�������E�H������H������H��p���H������H������H@H������H�F(H����L�`��l��L������M��H�
%K
I����L��1���u��I�~H�5�X
�pk��H��x���H��t�H������L�%�J
H�������2f.�I���t
I��|���H���=���H��tx1�L��H���u��I��H=Tu�H�=,H�5jJ
H�;ID�蕋��H��t H������H�������L������H��upH�5N
H����I���i���f�H��x���H��t� �I���t1�I���~hH�M�dH3%(��H��hD[A\A]A^A_]�1�H�5�G
H���/u��I������H�F L�%�I
H���k����j����H��p���M���@H�
�M
�H���]t���H����M��8���1�I��c���S����&���fDUH��AUI��ATI��SH��H��H�t	H��j���L����n��H�x�y��M��M��H�CH��1�H�
�F
H�������s��H��L��[A\A]]�@��UH��AWI��AVAUATI��SH���>.tpL�5�F
�/�D�k�CH�SL��L)�L���uz��H��t'D�kL�cL��L����h��H��H��u�A�<$�u9H��[A\A]A^A_]�f.��H�5F
�z���z���f.�H��L��L��[A\A]A^A_]�7����U��H�
VN
H��SH����H��dH�%(H�E�1�H�GH��L�@1��r���H���>���H�U�dH3%(uH��1�[]��n���ff.���H�Nt
1���UH��AUATI��SH��H��H�GL�hL���%m��L��L��H���}��H��tH��[A\A]]��H��H��[A\A]]����ff.�������wqH��N
Hc�H�>��H�5�,H���DH��+��H�5	�+H���DH�i,��H�5Y,H���DH�Q,��1��ff.�f���UH��ATI��SH��H�?H��t��r��H�L��H�߾�[A\]������U1ҾkH��ATSH��1�H���0l��H�{I��t	H�{�M���H�;H��tM� k��H�CH��t?�C uQ1��
H��貅��M��tH��cH�E�H�{A��H�E�H��[A\]��H��H��H�52L
[A\]�!d���H���؆��H�C�f���UH��AVAUI��ATI��SH��H��H�� dH�%(H�E�1��-k��I��M���L���k��I�|�?u��M��M��H�E�H��1�H�
�W
H������o���s L�e�@����L����j��Iĸ
fA�$A�D$H�;H��tcH�u����H��tUDH���c��H�CH��c~�H�S�z-t�H�}�H�E����H�E�H�M�dH3%(uaH�� [A\A]A^]��H�5!K
H����b����@��L����:a��L�e��K����H�x�Gt��L��H��H�E��x�������|��ff.���UH��AWAVL�5ME
AUL������ATI��SH��H��XH������H�dH�%(H�E�1�����g �HDž����H������H������H������H���H�������L���1y��H�x�d��I��H����L������M��t>M�GH�
uD
L��1�H�������/n��1�L���Ł��H�������y���L������A�$H�;HDž������E1�M��t�C t:H�������>���H�M�dH3%(L���H�e�[A\A]A^A_]�f�L��M��H�
�I
1�H�������m���L���#����L��fDL�������t���@H������H������H������H������L��I��H��M��t6M�GL��H�����1��L���m��L��豀��H�������e��A�e �I�WH�5O
L���]p��H=NtuH������H��uH��L��H�I���8����I�}�G���I�UI��H������H������H������H��t
H;
��+�G���H��L��I�����f�A�uA�M H��M������H������H��PL������H�5L~+H�=�|+A�WZYH��t:I�}�tHH������H��t
A�e ��,����H�=ZE
���f�H������A�e ������L��Aƅ�L������A�e �A�����y�����UH��SH��H��H��(dH�%(H�E�1�H����H��H��t]H�U��4~��H�}�H�E�H��t"1��f�H�E��< ~�H��H��H9U�w��H�u�H��1��n��H�}�H�E��}���@1�H�5�H
H���n��H�]�dH3%(�u"H��([]�@1�H�550
H���On���K ����x��@��UH��H��H�}�H����H�?t&1�H�5q>
�n��H�}�H�H��tH���?l��H�}�H�t
H����|��H�}�H�t
H����|��H�}�H�Ht
H��H�|��H�}�H�xt	H��x�|��H�}��|���1��f���UH��8
H�5�C
H���m��]H-�H��c�������UH��AWAVAUATSH��(dH�%(H�E�1�H���XI��I��I���)DH�=[C
�D���I�G I�M�8M���$I� t	I� ��{��I�_H��t�M�oL���gd��H=��CH���Sd��H=�w�H������1�L��Dž����TO:<H��ƅ����FZ��H�ߋH����������!�%����t��M�GH�
/�����D�H�WHD�H�������@ƾH��1���h��A�D$(tA�D$8��<��H��H�5�B
L���%l��H=�tm[H=������I�I�|$����I�G M�8M�����D1�H�M�dH3%(�*H��([A\A]A^A_]ÐH=tH=&u�A��$�t���fDH�=�A
謅��I�G I��c���@H�ڋ
H����������!�%����t������D�H�JHDщ��H� NOTIFY=H��I��H�H�J�BA�T$<���Z�������A�}��H��H�����nb��H�����D�M�O0M�������M�G(H��@
L����L��H�
A
�M��LD�1��1g��H�ߋH����������!�%����t��M�������D�H�WHD�H��������H�
�@
H��1���f�������H�5�@
H����q���M���H��H�����a��H����H�SUCCESS,H�H�0�@���H�ψ���H�����ka��H����Y,H�f�P�����DELA�@���f�H�FAILURE,I�E�A����$t��@��UH��AWAVAUATSL��$���H��H�$L9�u�H��H������I��I��I��H������dH�%(H�E�1�H�x+H�z@HDžػ��H������H����H�H���H����H��@H������E��#1�H�5�LL����h��I�E�:<�FROMf�s�CH��t>L�pM��t5H�@H��H��Ȼ���2`��H��@wL���$`��H=����H�ڋ
H����������!�%����t������D�H�JHDѹ>��@�H��f�
A�D$(t"A�D$0��<��A�D$8��<��H��L��L���h��H=��~JH=��H=&��E1�H�}�dH3<%(L����H��D[A\A]A^A_]��H=�u�I�u@H����H��ػ��L���<]��H����1�H�5gKL���g��I�$1�1��L�p�,_���,I9�L�5�A
H��KLD�1�1��	_��H���X1�1Ҿ.��^��I�<$H�����pr��I��M��@�H��H�
�=
1�L������c��L��H���]x��H��L��L���ov��H�����I������fDI�uHH��tH��ػ��L���P\��H������I�uPH��tH��ػ��L���/\��H����L��ػ��M���1�H�5R=
L���ef��H=b�j���A�D$01�L��H������H������<��蓀��I��H����1�H�5�5
L��E1��f��H=�A������@A��$��^����4���@M�D$���fDH��Ȼ��H��1��gS��H�ߋH����������!�%����t��H�
G0
�����D�H�WHD�H�������@�I�E�H��L�@1��a�������A�D$@H�5�;
H��;
H��HE�H����������!�%����t������D�H�WHD����H���m��M�D$HM������H��H�
�;
H�����1���qa�����@H�zH����H�zP����H�F;
�*E1������f�H� BODY=8B�B	ITMIH�B�MEf�B
�B�B���f��k[��I���F���1�H�57HL��E1��Od��H�;
�*L�����G���H�5�<
L���WT���3����n��ff.�f���UH��AWAVAUATSH��H��8D���dH�%(H�E�1�A��A����AtA��H�{0��E��A��H��H�C(Hǃ�)����1����H������L������I���H�
T:
L����_���C ��H�5�V
L����j��H�;L���	v��H���pH������L������H������H���S��I��H=�tUH��cv�H�C�x-t�1�H�=@&�gx��������H�M�dH3%(L���YH��8[A\A]A^A_]�H�{�t�t��~fDH��L��H�5B.
�-~��I��H���r���H�5*.
1�L���~��H�5�F
L��H������H��t	�8���,�������H�C�KP�x-�
����(���D�t��=�x����G H�{�k���������
���1�H�=9%�Zw���H����������� �����@L���t���S��������uo�:k��H������H�H��DP�M���H�������
�PV��H�CX�3����H�5x8
L���A����umH�C�K0�x-�#����A���fDH�598
L�������ut�j��H������H�H��DP�	H�C�K`�x-�������H�58
L���~�������K8���H�5�7
H����P��I������H�5�7
L���~����tkH�5>?
L���w~���������H�������	�8�n���L��H����u���H���w
�����L��H�5,
1���{��H������H��u��,���H�������?z���KpH�Cx����H�5%7
L����}����u#�Kp���H�������
��T��H�Ch����H�57
L���}����u	�K,���H�5�6
L���}����u	�K,���H�5�6
L���}����u	�K,���H�5�6
L���i}����u�K,�m�����i��H�5�6
L���H}����u	�K,�L���H�5�6
L���,}����u	�K, �0���H�5r6
L���}����u	�K,@����H�5�.
L����|����u	�K,����H�5?6
L����|����u	�K-����H�5)6
L���|����u	�K-���H�56
L���|����u	�K-���H�56
L���|����u	�K-���H�5�5
L���h|�����q����K-�h������UH��AWAVAUATSH��H���H������L�����dH�%(H�E�1�H���cL�>H��M���TH��H�??L�����HE�H�����H�����H��	������I���H�����@H��L�;M���ZL���0U��H=�w��1�M��L������H�
?5
L���Z��H�����L��L���1l��H���8f�������)��������������	Ј�����H������H���-H������L�-,���M��LD�1�1���T��H������H���L��M��L��4
H���q��I��H���������|^��1Ҿ,H�xH�@I��Hǀ�H��)����1����H�M�/1��MT��L��H��tL���}S��H���v��H�����I�G�������HD���A�G ����	�A�G ��t������L��H�=�3
�z��H�
�3
H���������fDL���L��H��c~�M�GA�x-t�H�
�3
H=�����L��1��`X���L����k��L���l��I��H�����H������>t8A�O8�tA�O<�����tA�O<�����tA�O<����� tA�O@�����@tA�O0H�M�dH3%(L���hH��[A\A]A^A_]�fDL�L��H�
�+
1����W���L���5k���8���H����H�54<��x����tQH�����������H�<�+�H��HE�H���������@�H�=F2
E1���j���A����H�����onH�submissiHDž����KH�f�P�@
�A����H�����L��L���g��H=�t"H�����H�52
L���0Z��H=���1�1����Q��1�1���H������Q��A�O(H���H��������uBH��t=A�,y6��u21�H�5�)
L��H������Y��H�����H=��I�������@uv������������A�����L��3
M��H�
�2
L��1�����U�����DL���L��H������,���M�GH�
1
�H���M��H�
"2
��L��1��U���L���1i��L���Ii��I��M���%����������?���A���L�d0
�T���1�1��,�~P��H��t21�1Ҿ.�kP��L��H��t8��c����H��L���R��ƅ���L��L��L���	h��H�����������fO���ƀ�����@H�����I�H�p������1�L��������M���H��H����@I�8L�����H	��L�����I�H��t@H�����L��L���8e��H=�tM�GH�
�0
����[b��A�O(�������(���M���L��H�
�,
�>T��L����g��I�?H��t��U��I�L����g��I�����f.���H�5}e+1�1��K��ff.����H��twUH��SH��H��H�Pt	H�P�f��H�{ht	H�{h�f���H�CpH�CXf��tf��t4H��[]�DH�[xH��t�H�����H���H��u��Ր��H�s�H�=+:�����u�H�CxH�x��X��H�{xH�t
H���|e��H�{xH�8t
H��8�he��H�{xH�Pt
H��P�Te��H�{xH�GXH�CxH�@@H�CxH�@ �?���ff.���U1�H��AVI���iAUATSH��1���M��H�s8�H��I���A��tH�C$@u6H�{8t/A��L��H��A��H��t	H�xH�X��I��L9c8s�H��p�W��A��tAH�{8t:A��L��H��A��H��t�xu�(L��H��A��I��L9c8s�[A\A]A^]�ff.���UH��SH��H��H��u�f�H���C�H�����u�H��tH�wH9�v�?AtH��H��[]�Lu�Lu� u�H��H��H)��l����ff.�f�����UH�
zb+I��f��	����H��ATSH��P�Ѓ�f��A��H���������H��4�H�?H�
H.
1��Q��L�#L����K��I�XZL�#H�e�[A\]�f���UH��AUI��ATI��SH��dH�%(H�E�1��G$u|L���K��H�xH���U��H�
�%
M��H�����H��H�Eо1��|P��I�EH�u�H�SH�8�hW��H�}�H���b��H��H�M�dH3%(uH��[A\A]]��H���f���w����^��fD��UH��ATI��H��SH��0dH�%(H�E�1�H����H��H��t{H�U��b��H�}�H�E�H��t 1��H�E��< ~�H��H��H9U�w��A�D$$���
H�Sf�I�D$H�u�H�8H)��V��H�}�H�E���a��H�E��f�H�56-
L����q��H�M�dH3%(uPH��0[A\]�f�H�5�
L���q��I�T$�JQ��fDI�D$H�}��pP@�����A���]�����\��ff.�f���UH��AVAUATI��SH��H��H�dH�%(H�E�1�H�t
H���a��H�{H�GH�CH�@ H�CH�@H�CL�`M���OL�sI�~�C$�
L�m�H�5�
L���zm��I��I�FH���BL�s�H�=�-
I�v�����u[H��+
L��H�56W
1�I�FL�c�+m��I�D$ H����L�cI��H�M�dH3%(L���;H��[A\A]A^]�f�L��H�5�
1���l��I��I�FH�CM����H�x�bp��L�cL��1�H�5�V
�l��I�D$ H��u�L�kM�eL���cH��I�M�e �j�����c��L�sI�~���fDH�CH�
+
H�P �7���@H�CH�8H��t	��N��H�CH�E1�����@�H�5E*
H����d���K&���L�@�@�H���H�
3*
1���L��H�C�H��H����d���K&����Z��ff.�@��UH��AVI�ֺAUI��L��ATSH���kd��H�CH�8H��t	�
N��H�CH�L�cI�|$tI�|$�^��L�cM��H�y
LD�L���i��H�
�)
I�D$H�SH�BH�CH�HH�CL�p H�C[A\H��A]A^]�f.���UH��AWAVAUATSH��(dH�%(H�E�1�H��8(�*HDž����I��I��HDž����H�XE1�I�]D�xA��)��A��(���xX��I��H��DP��1���k���
L��H��I���C��I�H����I�V�BQuVM��tqM�|$M��I�]D�;A�� u�H�CI�ED�{H��A��)�z���H�CI�E�{(�N����f.�H��L���ub�����u�I�M��u�H������H����L�xM��L�������t���DL��L�����H��M����I�D$I���K���@I�غ�1�L������H�
�'
L���;J���L��L���+b��A�N&H�M�dH3%(H��������H��([A\A]A^A_]�f.�M��L������L���������f.�L������1�M��t*�=j��I�GH������H������I��H�X�����j��H������H��������HDž�����M����^W��ff.���UH��AWAVL�u�AUI��ATI��SH��H��dH�%(H�E�1�H�L�xH�GH�8�C��AWI�L$E1�jI�$I��1�L���T��H�ZYH����H�xh��H�xp��H�xxtdH���t:L���RJ��H�� �H�E�dH3%(��H�e�[A\A]A^A_]�f.�H�U�H���H���Hǂ�말H�U�H�JxH�HxH�BxH�H���u��DH�U�H�JpH�HpH�BpH�H�xx�R����@H�U�H�JhH�HhH�BhH�H�xp�#����@H�U�M����H����	Ȉ� �����U�����UH��AUI��ATI��S1�H���I�t�XH��tL���h����tH��H��u�H��1�[A\A]]��ٸH����[A\H�A]]�f.���UH��AWAVI��AUI��ATSH��H��(����ˆEǃ����Ȁ�U�H������H�U�Hdž�fDH��L��L�yL�;�A< t�<)��H�Af�H�D� H��H��A�� tA��)u���A��t<\tgL��L���d��I	��A��)u�H�D�e�H�]�A��>��A	�D���tA�����>��>8�tnI�6H��(L��[A\A]A^A_]�]��DH�5�,
L���g����uA����L��A�)�\���f�H�5BX
L���qg����u)A����[���H�E�I;��u�H��([A\A]A^A_]�H�5N-L���5g����u
A�������H�58-L���g����u
A������H�5D#
L���f����u
A���@����H�5-L����f��������A��� �����UH��AWAVM��AUI��ATSH��1�H��H��h���1�H��x���L��X���dH�%(H�E�1�H��gD� �6@��1Ҿo1�H��`����!@��H��p���A�� ��I�EH���H��I�EH��D�`�A�� t�L�JM�MA��N�X�A��n�HA��{���
L��L����<��I��H=����.M��tM�>H��x���H����H��`�����H�A H���
H��L�y(H�A H�CH��x���L��H�=�V+H�0H��`�����I��H��h����`V��H��X���t*L��L�5�!
M��u�D� H�xL���1b��H��u�H�CH�8�>��H��h���H�H�����C$��I�E�f.�A��"��D�BA��"�p1�E1�M���1DE���I�EI�t$H�PI�UD�@A��"�I��A��\uI�EH�PI�UD�@��u�E��y�H�C�@�H�
+
H���1��B��H�C�H��H�����Z���K&���t���H�C�@�E��H�
� 
H���1��B��H�C�H���H���Z���K&M��tI�E1�H�M�dH3%(L����H�Ĉ[A\A]A^A_]�fDH��I�UM��u��H�CM���@H�
^*
�H���1��B��H�C�H��H����Z���K&L��P���I��DI�EL����?H����D��H��I��I�EL��H�8�#e��M)�u�L��L��P����@���I���F��1�H��p���I�����L��`���I���0@H�CK�,L��M�M)�H�8��d��L��H��x���H��p�����L����D��I��H��u�L��`����'���H��M��I�|$I��I�EL��p����1F��I��M���UL��p���I�4f.�A�I�I��\u	A�QI�I�H��I��H9�u��M��tM�>H��x���H���3���H��`����%���H�A H��tH��L�y(H�A H��P+H�]�L��L��H��H�E��H��x���L��H��H�=8Q+H��`���������f��H�5�
����I�U�u���H��x���H�H0���H���vV��H��h���H��d���H���E1�I�U�E��I��H������H�=�
�k]��H��h���H�����H�CL��L��H�8�c������M��H���������UH��AWAVAUATSH��L�6M����A��� uI�Ff�I��H�H���H��� t�Ntu��ntpI��I��I����(tnE1�I�D$M�H�

H����@�1��?��I�D$�L��H����W��A�L$&I�H��L��[A\A]A^A_]�I��L�6E1���I�FH�A�V��(�I��� 1�L�6��C��f�H�E�I��@E1�L��L��E1�1�L���g@��H�}�H�M�A��� uI�@I��I�H���P��� t�Nt&��nt!��"�PI�D$H�
�&
H�������I��M�A�< ��H�E�H�x����Y��H�CH��E1�E1�1�L��L��L����?��H�H���oI���� uH�AH��I�H���P��� t�H�H�EȀ�(tyI�D$L�EȺ@H�
t&
�H���1��=��I�D$�L��H����pU��A�L$&H�=T
��Z��H�CM��*���f��+Y��H��H�E�H�X�:���H��I��+�M�A�< �������X��H�CH�PH��H��u�A�E1�1�L��L��L����>��H�CH��u�I�D$L�EȺ@H�
u%
�H���1��<��I�D$�L��H����T��A�L$&H�=�
�Z��H�CH��I��8 �s����^�����H�5�$
L���\T��A�L$&H�=@
��Y��H��c���f�<)��I�@I�A�P��(ukI��� M��6A��H�}�f�@H�E�H�G�]���I�@I�A�@<\tH�u��FI�L�@M����I�@H�}�I�A�@�G��E1���)�q���H��I����I�D$�@�H�
�$
H���1��;��I�D$�L��H����jS��A�L$&�j���ff.�@��UH��AWI��AVAUATSH��HL�dH�%(H�E�1�H�E�A�<N��<n��I��<(tsH�G�@�H�

H���1���:��I�D$�L��H�����R��A�L$&H�E�H�u�dH34%(H�E���H�e�[A\A]A^A_]�H�E�I��E1�1�H�E�H�E�H�E�I�@M��I�LD��mA��E1�1�A�L��L��L��H��H�E��<��E1�1�A�H�L��H�]�L��L���;��E1�1�A�H�CL��H�]�L��L����;��E1�1�A�H�CL��H�]�L��L���;��H�CM�A�8)�I�D$�@�H�
�
H���1��9��I�D$�L��H����Q��A�L$&M�A��� uI���M�A�I���� t�H�U�H�z��H�z��H�E�H��HD�H�E�M����I�V8L��I�D$�@Qt<H�:H�U�H��t0�@H�M��b2��H�M�H��tH�U�H���MK��H�M�f���(����M�L�u��[���I��M��8���@H�}����H�5"
L���P��A�L$&H�}��/��L�u�1�M��t�H�}�L����1��C���f.�L�L�JM����M��H�
LD�I�D$�@�H�
�!
H���1��8��I�D$�H����g����L�H�BL�JM����H��H�
�
HD�M��LD�H��I�t$�@PH�
� 
1�H�����7��XI�D$L��Z�H����O�����fDI��H�E�M����1�H�U��B���M��t"L�*
����M��tH��t,L�
�k���H�E���L�
�
H��u�H�m�����H��
I���<����D��ff.���UH��AUATSH��L�A�	�� uI�A�H��I��H���� t�M�AL���Ntj��nteH��I����(tzH�GH�
�
�@E1�H���1��6��I�D$L��H����kN��A�L$&H��L��[A\A]]��I��E1�L�H��L��[A\A]]���{'��L�I��A�8)uI��L��L�H��[A\A]]�f.�I�D$�@�H�
�
H���1���5��I�D$L��H�����M��A�L$&H��L��[A\A]]�ff.�@��UH��AWAVI��AUI��ATI��SH��H��dH�%(H�E�1�H�H�E�H�H�PI�U��� uH��f�I�E�P�H���� t�N����n����(thH�CM�EH�
H
H����@�1��5��H�C�H��H�����L���K&H�E�dH3%(��H��[A\A]A^A_]��+C��A�E1�1�I�L��L��H��I���|6��A�E1�1�I�GL��M�>L��H���\6��L��L��H��I�G8M�>�S��L��L��H��I�G M�>�S��L��L��H��I�G(M�>�S��L��L��H��I�G0M�>�xS��L��L��H��I�G@M�>�cS��L��L��H��I�GHM�>�NS��A�E1�1�I�GPL��M�>L��H���5��A�E1�1�I�GXL��M�>L��H���5��I�G`H�E�H���}I�H�HhH�}�H�JhH�HpH�@hI�H�JpH�HxH�@pI�H�JxH�@x�4��M�EA�8)tAH�CH�
>
H����8���f.�I�E�Q���fDI��M�EA�8)u�I��M�E�.����@��ff.���H�D�A�� uH��H�H��D�H�A�� t�A��"�<A��{�2UH��H��AVI��AUATSL�&H��A�$M��<*v<{��<\��H�����%D��xI��L�A�<*��<{t<\u�M��M)�tPH��tL�+I�}�g7��L��L��H����/��B�(H��[H��A\A]A^]�DH�����%H���}���@I�F�@�H�
9
H���1���1��I�F�L��H�����I��A�N&1�H��t�H�H��[A\A]A^]�fDH�������9���f�I��E1�1��c3����UH��AWI��AVAUI��ATM��SH��H��8H������dH�%(H�E�1���H��L��
�L��L����€���t"L�5�(
�L��L����€�����L�pxH�PxM����H��tL��H�������<C��H������H�xhH�������%M��H������H������H�HhA�}H� �C$@�^L��hL9�`tL���2��H��p�3��L��`H������L��L��H���^E��I�$I�I�D$I�F1�H����H�]�dH3%(�*H��8[A\A]A^A_]Ð�H�=m
L����€��������H�=\
L����€�������L��H�=
��€����3A�UL�����L�pXH�PXM���T���H���;���L����A���.���@A�}.����A�}
.����H������H�������H���H�BH�RH��u����f�H������H�p@L��H���*D������DL�Y��M��L�ل����q��.u�@������H�������<��H������H������H��DpucL�Y1��
L��L������L�������C��H������H��t6�QL������L�������|���L���H���M�������&����9�g�L�IL��L��H��L�������L��L������L��
H��I����A�9t?f�8tO�H�=\L���������M�wPI�WPM���X������DL�phH�PhM���=������H�p�H�=������u��L��L����������L��L�������twL��H�5�
L�������IB��L��������tVL��H�5�
�/B��L��������t<�L��H�=�
������
���I�GxL�pPH�PPM����������@I�GxL�p8H�P8M�������H��tL��L�������O?��I�GxL������H�x(L�������4I��I�GxH������L������H�p(A�9Ht[I�wxH������L��H���A���?���M���1�L������H�
�

L���x,���L��H���hD���K&1�����A�y.u�A�y
.u�H�������H�@H�@H��u��x���M���1�L������H�

L���,�����9��I�����ff.����UH��AWI��AVAUI��ATSH��H��L��DI��I�AI�D�@�A�� t�A��(tMD�����<N�OA�A���<I�?A�A���<L�/I��E1�M�H��L��[A\A]A^A_]��;G��I��I��A�E1�1�L��L��H���-��I�$H����A�E1�1�L��L��H���,��I�D$H���M�E�A�� ��A��)tqH�CH�
>
�@�D�M�H���1���*��H�C�H��H����B���K&D�M�A��)�*���M���6����qF��I�D$I���/���@I��M����@I��@M�E�I��A�� t��DH�CH�
�
�@E1��H���1��**��H�C�H��H����B���K&���f�H�CM�$�@H�

�H���1���)��H�C�H��H����A���K&H�=��	�AG��I�D$�����H�5+
H���A���K&H�=r�	�G��I�$�D�����H�L�@L�D�HA��N��A��n��UH��AVI��AUI��ATI��SH��A��(��H�G�@�H�
�
H���1��)��I�D$�L��H�����@��A�L$&H�H��H�����t@��)tH��H�����u�[A\A]A^]�H��H���H��E1�1�A�H�H��L���c*��L��H��L��I�F(�Q;��I�F0L�A�8)uI��L�[A\A]A^]�@I�D$�@�H�
�
H���1��,(��I�D$L��H����@��A�L$&[A\A]A^]�@��UH��AWAVAUI��ATSH��(H�dH�%(H�E�1�H�E�H�BH�E�1��:(t'H�}�dH3<%(��H��([A\A]A^A_]�DI��I���R1�L�u��HfD�"��H�CH��H�KL��L��L���R��H�H��t:H�E���� uH�PH�U��PH�E���)tmH��u��"��H��H�E��fDI�D$L�E��@H�
�
�H���1��&��I�D$�L��H�����>��A�L$&H�}��0C��H�E�H������H�u�H�VI����4��ff.���UH��SH��dH�%(H�E�1�H�H�HH��x(tDA�L�E�1��C(��H��1�H��t��!��H�H�U�H�PH�]�dH3%(uH��[]��������4��@��UH��AWAVAUI��ATI��SH��H��H�>L�GL��G<9wx<0�<"t?<(�|L��H��L�����H��8)u�H��H�H��[A\A]A^A_]�<\��I��I�PH�A�@<"u�I��L�H��[A\A]A^A_]��<n��<{��<N��I�D$�@�H�
*
H���1��<%��I�D$�L��H����#=��A�L$&H�H��H��H������D�����)�8���H��H�����u��$���H���
L��[A\A]A^A_]���DH��H�;H��[A\A]A^A_]�f.�H���
H�>����I��H��u7I�D$H�8���I�EH��tA�D$$uiH�H��[A\A]A^A_]��I�D$L����?H���H�U��'��H�U�I��I�D$L��H�8�|G��M)�u��DI��L��_���@H���X:��I�E�H�=�
�vA��I�E�l���ff.�f���UH��AWI��AVAUI��ATI��SH��H��8dH�%(H�E�1�H�L�@L���� u!H��f.�I��P�I��H���� t�N����n����(tfH�CH�
�
H����@�1��3#��H�C�H��H����;���K&H�E�dH3%(�'H��8[A\A]A^A_]�DA�<(�<)u I��M���I��M���A�EE1�1�L��A�L��H���$��H�E�H��tIH��E1��KE��H�E�H�E�H��3+D�u�J�4�H���<H�}��/7�����+I��I��u�A�E1�1�L��L��H���$��I�EH����H����D��L��L��H����4��A�E1�1�I�EL��L��H����#��A�E1�1�I�EL��L��H���#��A�E1�1�I�E L��L��H���#��H�E�H��tVH��E1��fD��H�E�H�E�fDH�Y1+D�u�J�4�H���+H�}��G6�����I��I��u͸fA�EI�?�
L�����I���A�Ef���_f��u I�u�H�=��������M�A�< ��<)����H�CH�

H������f��E1�fA�MM�����5��I���I��L��L��L��H������I��8(t�A�E1�1�L��L��H���i"��I�EH����H���4C��M�A�< �b<)�}���H�CH�
R
H�������fD���I��I�Ex�t���H�u�L��L��H��H�E��6��H�}����"��H�U�I�ExH�M�ux�!A��L��L��H��I�FI�ExH�p����I�?�
L�����I�������H�5��	H���7���K&A�}�i��H���!=��I�E�����H�5g�	H���t7���K&A�}�6��H����<��I�E�6���fE�uH�/+Lcu�J�<��H�}��1������fE�uH��0+Lcu�J�<���H�}��h1�����L��L��H����1��I�EM�A�< �}���L��L��L��H���A@��H�C�x4w�@4M�A�< �L���L��L��H���33��I�E8H�C�x4w�@4M�A�< ����E1�1�A�L��L��H���F ��I�E@H�C�x4w�@4��L��L��H���$��M�A�< t�����L��A�E1�1�L��H������I���H�C�P4��u�@4M�A�< ���L��L��L��H���H?��H�C�x4w�@4M�A�< �����L��L��H���:2��I�E8H�C�x4w�@4M�A�< �����E1�1�A�L��L��H���M��I�E@H�C�x4w�@4�fDL��L��H���#��M�A�< t��1���H��,+H�M�J������H��.+H�M�J������H�5��	H���4���K&H�=	�	�v:��I�E������*�����UH��AWAVI��AUATI��SH��(dH�%(H�E�1�H�G�@PuSH�X@H��t1H�]�L�m�H����.��H�E�L��H�X��.��H�]�H��u�I�D$f�H�@@@0I�D$�HPL�m�L��H�5k�	A�L���M;��H��H��u9�I�D$�H0I�D$�H0I�D$�H0L��H�5+�	1��;��H��H��tLH�57�	H���==����t�H�5*�	H���*=����uvI�D$�H0I�D$�H0I�D$�H0�f�1�H�=[��4������wI�T$�R8����H�E�dH3%(�JH��([A\A]A^A_]�fDH�5��	H���<����uI�D$�H0�*����H�5��	H���y<����uUI�D$�H0I�D$�H0���fD1�H�=����3���H����f���I�T$������ B8�R���f.�H�5�
H���<����uI�D$�H0���H�5�
H����;����uI�D$�H0 �y���H�5�	H����;����uI�D$�H0@�X���H�5�	H���;����uI�D$�H0��7���H�5��	H���;����uI�D$�H1�����(��H�5��	H���g;����uI�D$�H1��H�5��	H���F;����uI�D$�H1����H�5x�	H���%;����uI�D$�H1���H�5��	H���;����uI�D$�H1 ���H�5>�	H����:����uI�D$�H1@�l���H�5-�	H����:����uI�D$�H1��K���H�5
�	H���:����uI�D$�H2�*���H�5�	H���:����uI�D$�H2�	���H�5��	H���_:����uI�D$�H2���H�5��	H���>:����uI�D$�H2����H�5��	H���:����uI�D$�H2���H�5��	H���9����uI�D$�H2@���H�5o�	H����9����uI�D$�H2��d���H�5V�	H���9����uI�D$�H3�C���H�5>�	H���9����uI�D$�H3�"���H�5'�	H���x9����uI�D$�H3��������<Su/�C���<Ou$�C���<Ru�C���<TuI�D$�H2 �����=H��� ��H��������H�5��	H��L�x�9����uI�D$�@QtBH�5��	H����8�����v���I�D$L��H�pX�Z0���H���wMI�D$D����P8�K�����f��L��H����4��H�CH�I�D$H�@@H�CI�D$H�X@����H�53�	L���f8���������I�D$�H1�����UH��H��AWAVAUATSH��8H�}�L�o8dH�%(H�M�1�M����I��H���L�u�I�^H���tH�����(��I�^L���r��H�x���I��H���H�E�H�E��H�5h�	L���4��H��L�pH���i�<,tr<:u�A�?*M��t�
1�L���n��I�€{*uuL�CL��L�E�L9���A�8tI��L�E�L��L��L��L�E�L)�H��I��h��L�E�M���l���@L��L��L��L)�M��H��I��>���I���f�H�u��
L��L�U���
��L�E�L�U�H��M���m���L��L�U�H�E��W��L�U�H�U�M�L�E�L9��M���fDM)�L��L��L)�L��L�E����L�E�L��H��C�:K�|���L�E�L�}�I�DI�A�?�����I�GI��H�E�A�A�D$�L�}������A�?uBA�$H�E�H�@H���H�M�dH3%(u,H��8[A\A]A^A_]�L���x��I�����L��L���e����n"��ff.���UH��SH��H��H��%+H9tH�=��	�!��H�CH��tH�8H��tH��[]���@H��H�/�	[]�f.���UH��SH��H��H��%+H9tH�=]�	�H!��H�CH��[]H��0�f���UH��AWI��AVAUI��ATI��SH��H��XdH�%(H�E�1�H�E�H�E�H��t�>[tNM��t$A�D$$uH��H�<�	HD�L��H��L���]+��H�E�dH3%(��H��X[A\A]A^A_]�L�v�]L��L�u����H��t�L)�I��H=�?w�I�D$L���@L��L�E�BƄ�I�D$H�E�H�I��H��H�E����� L���(��H����H�PH�U��H�}���H�5U�	L���3��L�E�����H�}�1��
��
��I9D$HL�E�I����1�1��i�
��I�|$8M�l$HI��t4�f��H��L��A��H��tH�@H��I9\$8s�H�}��10��H�}��(0�����H�E�H�}�H�5D�	�H3�����3A�L$&�x���DH�}�H�5o�	L�E��3��L�E���u4H�}��
1���	��H�}�H��I�D$P�/��H�}��/���'���@H�}�H�5��	L�E���2����uH�E�L�E��8(��H�}�H�5��	�2����uH�u�L����������L������@t<I�D$H�xHt0H�}�H�5��	�h2�����.H�}�H�59�	�P2�����\H�}�H�5+�	�82������H�}���.��H�}���.��A�D$$�G����P���H�}�H�5�	�1������A�L$$����H�E�J�D��8)�!����H�E�H�]�H�5��	A�d$$�'��H��L�-�	I�D$(H�x�a/��H�E�H��u6����H��L���%.��I	D$(H��H�5F�	1��//��H�E�H������8\u�L��H���R1�����&A�L$%��H�}�M�l$H�ǹ�]-��H�}�I�����-��H�}���-����H�}�H�5�	�0������A�d$$�����1Ҿ�1��
��I��H��������}��H�}�H�H��DP�o���H�M��
H��H�M����I��H���N���H�E�H�M�H�xH�}��8 �5���H����'��H�E�H��� ���H�U��:����I�T$L��H�zHH��A��H�}��-��H�}��,���u���1Ҿ�1���	��I��H�����������H�}�H�H��DP�����L�m��
L������H�E�H�������H�E�H�xH�}��8 �j���L���"'��H�E�H���U���H�E�H�xH�}��8 �@���L���&��I��H�E�H���(���H�E��8����I�D$H�M�L��H�U�H�pHA��H�}��,��H�}��,�����H�}�H�5[�	�=/�����O���M���LD��>���H�}�H�5�
�/����uA�L$%������H�}�H�5���.����uA�L$% �a���H�}�H�5����.����uA�L$%@�B���H�}�H�5���.����uA�L$%��#���H�}�H�5n�	�"��������A�L$&������U�H��ATI��H�=��	SL�FH��L�KL����������H�=f�	L�������t�H�=H�	L���������1ɺL��L���/%��I�D$L�CH�
�	�@�H���1��w��I�|$�H�ǰ� ��[1�A\]�f.�L��1ɺL����$��[1�A\]��L��1�1�L���$��[�A\]��I�D$�@�H�
��	H���1������p������UH��AWAVAUATI��SH��H���dH�%(H�E�1����M�l$I��H�A�U�DP�K�H�=��	L���������I�D$H���?�8(��
�H�=G�	L����€����7L��p���H�5a�	H��L���F*��H��h���H����L�5?�	��
1�H���I��I��H��tQH�C�@P��L9c8r=�@QtL��H���|"�����t#L��H���h"������C$��L��L��1��)��H��h���H���{����1�M�l$�H�=a�	L�������uVI�D$H������H�E�dH3%(�H���[A\A]A^A_]��H�=�	L�������t�fD�H�=��	L����������H�=��	L����������H�=X
L��������.I�D$H���gH�u�L��H��H�E�H��x����v���H��h���H���&���H�E�H��tH�PH�U��8 ��H��h���������H��`����
L��H��H��X����z��I��H��`����8��I�|$H���y
L��p���H�5+�	L���(��H���+��1�H�5�
L��H��`�����'��L��`����H�=z�	H��h���L����������H�=p�	L�������u
L9s8���H�=M�	L��������UM����L9s8��1�1��i�t���L��H���H��t	H�xH��
��L��H���n������f�L9s8�F
�H�=��	L��������e���L��H���������1�1Ҿ�����H�{I��H���tH�Lj�	��I�D$H��`���H���@���L�cH��`���H������I��$�M��tH�CH��H���A��L��`���M�������A�8�����H�CH�
i�	H����fDL��H���=$���x�����H�=�	L����������H�=��	L���������@�H�=��	L��������b���H�CM��@H�
��	�H���1�������H�=��	L�������t�H�=��	L�������uI�|$H��t	�?(���
H�=��	L��������CL�kI���H���7���H�CH���H������H�CH���H������I�D$H��`���H����
H�CL��`���L��H��L��L������L��L��H��I�H�CL����y��L��L��H��I�FH�CL����\��L��`���I�FM������A�8�����H�CH�
[�	H����&�1�1����R��I��H�CH�@`L�kI�}ht
I�}h�_��L�kH�C8H�<��

��I�EhI�|$H��t-L��p���H�5��	L��L�%��	��#��H��h���H����H�SH�J`H�BhH��M���B���H�CH��H�P`H�phA���+���L��H��������tH�CH�P`H�HhH�rH�p`L�<�L��L��1��_#��H�SH��h���H�J`H��t�H;K8�z����
1�H�����I��H��t�H�C�@Qt��fDM������L;s8����L��H�����H��1Ҿ�H��@�����H��h���L��H���H��8���L��@���H�yH�M�HDžP���H��0���H��H��h���H��(���L�� �����
L��H�=0�	��������H�=��	L���������	�	H�=��	L��������6	M�~@�C$@�$H��h���L��L��H������I�H��HD�P���H��P���fDH��h���L��H�5��	��!��I��H����
H�5�
1�L����!��H�]�L��H��h���I�H�E�H�E�H�E�H�E�H�E�H�E��#%���H�=��	H�����������H��h���L��H�������V���fDH�CM�D$H���H�
��	�@�1����H�C�H��H��������K&�����H�=�	L����������H�=_�	L��������4I�D$H��`���H���H��`���1�L��H��H��H��X����Y�H��h���H����1Ҿ�1��{���I��H��`���H��tH�PH��`����8 ��H�CL��h���H�
��	H����@�1����H�C�H��H��������K&���DL��p���H�xL��H�5��	L�5��	����H��H��`���H��u(�#���1�L��L�����H��H��`���H���0����?\t�E1��(fD��!������I��I����H��`���J�t�XH��u�I��
����J�D��@I�D$H��`���H���a���H��`���1�L��H��H��H��X������H��h���H���+	1Ҿ�1�����I��H��`���H��tH�PH��`����8 ��M���W���1�H��h���H��A���C�����)���H��`���H���E����x �;���H�PL��p���E1�H��`���H�5��	L���I�D$H�x�d��H��h���H����
L�=��	�%I��L��H�5M�	1��6��H��h���H����
L��H���[ ����t�H��h���H�5K�	�D �����PI���fD�����I������f.�I��
J�|�����H��`����T���@�H�5)�	H���|���K&�#�M�l$fD�	H�=�	L���������I�D$H��`���H����L��`���1�L��H��L����H��h���H��tb1Ҿ�1��4���I��H��`���H��tH�PH��`����8 ��H�CL��h���H�
��	H������L��H������`�M�l$�H�=��	L��������ZI�D$H��`���H���EH��`���1�L��H��H��H��X����G�H��h���H���	H�KI���@1��H���H�
�	�!���H��`���H������H�PH��`����8 �����H�PH��`����x(����P��������)u
�x����1�1������H�E�I��H��`����8)�H�����H�E�I��H��X���1�L��H���t�I�EH����H��`���H����H�HH��`����8 ���pI��Dp��H��X����
H���}�I�EH��`���H�HH��`����8 uF�pI��Dp�0H��X����
H���<�I�EH��`������ ����)��H�CH����H������K&H�}��I�H�}�����;��H��h���E1�1�L��A�H���S���H��`���H������H��L���8��H����H��X����
���f���M�l$f��
H�=��	L��������I�D$H��`���H����H��`���1�L��H��H��H��X������H��h���H����H�KI���@1��H���H�
��	���H��`���H�������H�PH��`����8 �����1Ҿ�1����I�����L��X���I��H�E��9H��`����8��
H�PH��`����8 �y
���I�FI��H���oI�NL��L��H����I�H��u�H�C�H��H��������K&H�}��G����f��H�=��	L��������
A�G���FI�w�
H�=F�	��€����&<[��H�CM��H�
�	H����@�1��g���H�C�H��H����O���K&�n���fDH��h����
H��h����x�I�FH�SH�BpH�CI�H�Px�4���M�l$��H�={�	L����������H�=��	L����������H�=A�	L����������H�=�	L�������� �H�=��	L��������:�H�=��	L��������I�t$H����H���������H��8���L��H���H�����H��P���H�����L��H�����@I�t$�1�H���t������H�5f�	H�������K&�k��H�=��L�������uA�G���]<.�UH�CM��H�
S�	H������M�~H�C$@tWL��H���L9�`t@H��h����H�CM��L��`H�
�	�@�H���1�����L��`L��pL���&����1��H��h���L��H��I�H�������H��pL��h��I�H��`��M�l$��L�`L�e��x(�J��)L����H��`���H���-�I9��$��x���H�}�L��`���H�E�H�E�H�E�H�E�H�E�H�E��?u3�{fDH�M�L�e�H��`���1��? ��H�H�}��?�M� �V�H���/H�PL��H��`����
�H��`�����H�}�H�5�	I�������t�H�}�H�5~�	�������H�M�L�e��o���H�C�@�L��`���H�
3�	H���1��d���H�CH�ߺH����L
���K&H�5�	L������������I�W�H�=�	H��������?L�v�	�H��L��������L�!�	�H��L���������L�E�L�U�L��H��E1�L��(���H��h���L�����H�U�1�H��L��0���H��H���H�E�����H��`���H�PH��`����P��N����n����"��E1�H��x���H��`���L��H����I��H��h���H�����H�SL���H��P���M��t0L��L��X������H�x���L��X���H=�?H��P����cL��`���I�D$A��L��L��H�߀xS���-����L�I�t$��H���!���<�H��h���H�5��	��������I���A�I�t$��H��������H��	H�E��x����H�=X�	L��������tM�L$M���fH�SL���M��t1I��L��L���L��H��H��L���H��H��H�D�H=�?�GL��h���H��h���1�1�H���5��`�HDžx���I��,���H�=~�	H�E�H��I�������t$L��H�5��	L��@���E1��2��L��@�����uM�~@�C$@tL��hH�CL�Ǿ]L��@���ƀ���L��@���H��H��`����XH��`���H�C����	H�BH��`����H��`����8<��H�C�����L��`���A�8��H�E�����q<H�iL�U�L��L��(���E1�L��H��H��h���L��@����W�L��@���H�E�H�E�HE���H��x����
��L��@���I�z���M���a��A�@H�C��H�߀HPI�t$�	������L��X���I��H�E��DI�~��H��`���H����8 �pH��H��`������I�FI��H���
1�L��L��H����I�H��t�H��`���H��t�H�PH��`����8 u�1�L��L��H���_�I�F�o���H��X���1�L��H���B�H��x���H����H��`���H��tH�PH��`����8 �(H�C�@�L��h���H�
��	H���1���H�C�H��H��������K&H��x����0���o�H��h���H��h����
��I�F���H�CM��H�����H�PH��`���D�hA��\uH�PH��`���D�hH��`�������H��H��`����	���1�L��L��H���4�H�E�H���V�H��`���H��t	�:��M��tH��H��h���H��A��H�}��d����H�CM��H�
��	H����m���L��(���E1�1�L��H��h���H��M�~@��L�/�	L��0���1�H��H���L��H��H�E����C$@���L��h��H��h���H�5��	�������I���<��8��H�C�@�L��h���H�
~�	H���1��0�H�C�H��H�������K&H�}��K����q����H�}�H�5��	�L�����H�M�L�e����M��t�H�U�H��h���H��A���HDž`���L�s�}L����L�`H��x���M)�L�H=�?��H��h����'���H���M���@1�H�
y�	�H��`����I�L��`����o����(���H�E�HE������1�L�U����H���H�
#�	�@1����H�C����7���H����H�������K&H��x����+	��L�U��w���I�>���H��H��t	�8���M�����H�U�H��h���H��A����H���H�
��	�@1��H��h����b����H��h���H�5��	�
����ujI�� ��H��X���H�x�
�x�L��`���H��H�E�I�@H��`���A�8>�*���H�C�@�H�
O�	H���1��������H��h���H�5Y�	�)
�������I��@��L��`���A�����H�� �����H�1�DVu<.�wI�@H��`����H����t��H���D~u�.tܺ
H�5��	H��L�����H��@����������H��@���L������y
t&H�y
H�5��	L��@�������L��@�������H�C�@�H�
��	H���1����H��`���H���������H�}�H�5d�	������uH�M�L�e���H�CL��@L��L��h���H����]�L��J�< �Q�H�CH�U�H��H����������H��h���L��H������H��x���H���RL��h���A�8]�H�C�@�H�
E�	H���1���� ���H��X���1�L��H������H�E�H�������H��`���H��tH�JH��`����: �M��tE1�H��H��x���H��H��h���A��H�}������L��0���H�U�H��L��@���H��x���H��H�������L��@����
���H�C�@�L��h���H�
�	H���1��.�H�C�H��H�������K&����� L��L��`����Y�H��tBH�PH��h��������H�C�@�L��h���H�
��	H���1�������HDžh��������I��H�E��9H��`���H�����8 �CH��H��`������I�FI��H����H��X���I�NL��H���5��I�H��u��H�}�H�5��	�	������H�M�L�e����L������x�4�M���G�H�U�H��h���H��A���1���I�EI���8�H�C�@Q���@��-���H��H�5��	H��P������H��P���H���HD�H��h�����H�C�@Q���@��-���H�Ͼ H��P�����H��P���H���HD�H��h������8tTH�C�@�L��h���H�
�	H���1��	�H�C�H��H������K&H�}��D���E���M��t�L�E�H�M�H��H��x���H��h���A�����7
���<
���A
��ff.�f���UH��H��AWE1�AVAUATSH��dH�%(H�U�1�����H��I��H��1�M������I��H����L�mƾH��L���	��H��tq�E�<*ui1��D<
t3<
t/H����H��L��L��A�D��R	��H���E�u�A�<
u L��L���0	��H��t�}�
t5DL��E1��e�H�M�dH3%(L����H��[A\A]A^A_]�L�����L��H�����H�=��	H�pH����€���u�H��L����H�S�H�=��	H�������t�H�=E�	H��������W���I�FL�8I���S���AƄ$��:������D��UH��AVAUATSH��dH�%(H�E�1�H��thH�GI��I��L�-�	H�8H��u7�MH�P�L��H�������u^L��H�����I�D$H�8H��t���L��H�����H��H��u�E1�H�M�dH3%(L����H��[A\A]A^]�DI�D$H�8tǀ:+u€zu�L�cM��t�L�����L��L��H����I��H��u�L�C��1�L�����H�
��	L������L���`����`�����fD��UH��AWL�=��	AVL�5�	AUL�-�	ATI��SH��H���fD���H��H�����H��H��u0H�CH�8H��u�H�e�L��H��H���	[A\A]A^A_]�d���@L�@�L��L����������L��L�������ttM��tL��L��H�U��H��H�Uȅ�ttL�BH��L�JH�C�rL���@�H���1���XH�CH��Z�H�������K&�/����H��H��H�U����M��H�U�����H�e�H��[A\A]A^A_]�f.���UH��AWI��AVI��AUATSH��xH��x���H��p���dH�%(H�E�1�H�GH�E��P8H�U��`Q�H�GH�H�E�H��`���H�E�H��h���H����H�}���H��`�����H�x�
��I��H���nL�M�M��t9M�D$�L��1�H�
��	H�������1�L������H�}����L�M�H�E�H�E�H�]�A�H�E��Rf�H�}���I�}����H�E�I�FH�H�����@P�;���H�E�H���.���H;�I+�!���L�M�M��t8M�D$�L��1�H�
E�	H��������L����l�H�}��#�I�FH�
Q�	�H�߾�`Q�M�F0I�@E��I�F01���M�L$L��1��I��H�
��	H������l�L��L������H��� ���A�$uI�F�HPH��H��x�����p���H�P�	H�=B�*M��L��h���H�5��*A�T$H�E�I�F�`P�M�nZYI�}H��tiH��I���M����u8�E��������L��L�����H���z�����]H�5�	L���!��H��L�����H��H�xI�������u�먐H�)�	H��L�����I��됾H�=��	��1�H�M�dH3%(ucH�e�[A\A]A^A_]��L�E�M��tI�F�@Qt
H�}���1��L��H�
��	H�����1������L���������ff.�@��UH�H��AVI��AUI��ATI��SH��G$u|H�PL��H��
H�H�PH��
H��I�EH�H�8L)���H��tL��L���j���L�#[A\A]A^]�fDL��L��H�[�	��L�#[A\A]A^]�f.��H�GH���pP@�����&��H��b���ff.���UH��AWI��H�����AVI���AUI��ATSH��H��L�aH�A0L+a(H+AH�
-�	I)�I�?1�M�����I�H��H�U����H�U�L��L��L��H�I�I�EH�������H�=��	H�p��€�����M��tyH�{8uH�C@H��PH�{8t�H�s01��H��:u��H�s0H�S8H��H9�w�I�EH�8��H��tVH�C8H��H�C8I)�H��HC0H�C@�PM��u�H��1�[A\A]A^A_]�L��H�E���H�E�H��[A\A]A^A_]�L����H��L��L��[H���	A\A]A^A_]���@��UH��AWI��AVI��AUI��ATI��S�H��xL��h���H�QdH�%(H�E�1�H��tH�G�XQ����H�n�*H�M�I�6L��p���H��H��x���H�E��I�<$I�FL��p���H��x���H�I9���H���$M�A�L��I�4�<%����<*��vy<{ty<tu<\������< AN�H��H9�u�����1��
I�<$M�A�H�OH��I�$�I9Fw����I�$H�PI�$�"1��5D<(r���D<
twB��t<
�u���L��L��L����H�u�dH34%(uxH��x[A\A]A^A_]�f.�< t�<"�3����f�H��h���AD��/������u@1��@H�GI�$�"I�~�B���I�<$�M������|�ff.����UH��H��AWI��AVI��AUM��ATI��SL��H����H�[H��t0I�4$L��H���H�L�ME1�H��I�$L��L��L���<�H��t�H��[A\A]A^A_]����UH��AWI��AVM��AUATSH��H��p���H��L��H��h���L�eL��X���dH�%(H�E�1�H�H��H��`�����I�M���H�ǻ����L9��M�I9�uiH�GI��*I�FH��t(I;t#I�H�PI��:M�FI9�uoI�H�PI��*M�vM����I�?I9���H�GI��,M�I�?I9�t�H�����H�
I�	�1����M�/L������I�TI��o���f�I�?H�
�	H�����1������I�H��H��x������H��x���H�I�M�vM���b����1��f�H��`���H��H)�H��H�{�� O�CR�(f�I�� H���	H���
���I��JH�xH��I�?@�0��u�H�V�*H�]��H�5��	H��H�E��H��h���H��L��H��p����l�H��t'H�]�dH3%(ucH�e�[A\A]A^A_]�f�I�H��L��M��H��h���L��X���H�PH��p���I�1��)AT���Y^H��u�I�H�JI��)��`���UH��AWM��AVM��AUI��ATSH��H��H�u�L�!H��tH��L��1��F�I��L��L�AH���	�D��H��HH�zH��H�;@�2��u�M����	M�M��t\I�xt=H��H�u�H��L��AWL�
��	L�����AXAYH��t-H�e�[A\A]A^A_]�fDI�8u�I�E8I9@u��M�FM��t&H��H�u�L��H��AWL�
[�	L���H��^_H��u�M�FpM���	M�FxM����A����t>�AH���	� �����HH�H��H�zH�;@�2��u�A����t<�UH�}�	� �fD���HH�H��H�zH�;@�2��u�A����t<�DH�I�	� �fD���HH�H��H�zH�;@�2��u�A����t<�UH��	� �fD���HH�H��H�zH�;@�2��u�A����t<�DH�ݷ	� �fD���HH�H��H�zH�;@�2��u�A���� t<�UH���	� �fD���HH�H��H�zH�;@�2��u�A����@t<�FH�m�	� �fD���HH�H��H�zH�;@�2��u�A�������A����t<�RH�1�	� �fD���HH�H��H�zH�;@�2��u�A����t<�OH���	� �fD���HH�H��H�zH�;@�2��u�A����t<�SH���	� �fD���HH�H��H�zH�;@�2��u�A����t4�UH�j�	� �fD���HH�H��H�zH�;@�2��u�M�NHM��t*H��H�u�H��L��AWL�_�	L�����ZYH�������M�NPM��t,H��H�u�H��L��AWL�6�	L����AZA[H���P���A���f����A���f����A���f����A���f���jA���f���BA���f���M���M����M���M����M�N(M��t,H��H�u�H��L��AWL�ߴ	L�����AXAYH�������M�N8M��t*H��H�u�L��H��AWL���	L����^_H���b���M�N@M��t*H��H�u�H��L��AWL�X�	L����ZYH���/���M�NhM��t,H��H�u�H��L��AWL�,�	L���T�AZA[H�������M�NXM��t,H��H�u�H��L��AWL���	L����AXAYH������M�N0M��t*H��H�u�L��H��AWL�Ѵ	L�����^_H�������M�N`M��t*H��H�u�H��L��AWL���	L����ZYH���_���M���M��t,H��H�u�H��L��AWL�v�	L����AZA[H���'���M���M��t,H��H�u�H��L��AWL�S�	L���I�AXAYH�����M���M��t*H��H�u�L��H��AWL�+�	L����^_H�������M���M��t*H��H�u�H��L��AWL��	L�����ZYH�������M���M��t,H��H�u�H��L��AWL��	L����AZA[H���K���M���M��t,H��H�u�H��L��AWL�³	L���m�AXAYH������M���M��t*H��H�u�L��H��AWL���	L���5�^_H������M���M��t'PH�u�H��L��AWL���	L����ZYH�������M�^ M��uR�[f�H�L�]�E1�M��H�u�L��H�PI�KH�H��� �F�H���`���L�]�M�[ M���H�3H��	L��L�]����L�]�H�u�E1�H�M��H��L��L����H��t�����DH�;H�
��	H�����1�����H�H��H�U����H�U�H�H������H�5��	H�����������H�5;�	H����������H�5y�	H�����������H�5p�	H���v���W�����H�5R�	H���_���/�����H�50�	H���H������H�;H�
@�	H�����1������H�H��H�U�����H�U�H�H��A�����UH�}�	� �D���HH�H��H�zH�;@�2��u������H�;H�
s�	H�����1���c��H�H��H�U��D��H�U�H�H����DH�;H�
'�	H�����1���#��H�H��H�U����H�U�H�H����1��A���M�^M����H�3H�
�	L��L�]�����L�]�H�u�M��H�H��L��L��M��L���H�������� H���	�)L�]�����PH�H��H�yH�;@�1��u�M�CH�u�M��H��L��L��L�]����H�������H�L�]�H�PH��)M�[M���L���M�vM��tLH�3H�S�	L���2��H�u�M��H��H�M�L��L����H���A���H�H�PH��)M�vM��u�H�31�L������H�1��������UH��AWAVAUATSH��1�H��H��X�����H��P���1�dH�%(H�E�1����L�C0�c&�H�
�	I�ĺ
�I�@E��H�C0H������H��h���H��1��K��H�CH�8�MH���5�M��t-H��X���H�51�	�}����E�H��X���H��A��H�{H���tH�ǐ�I��H�{L��X���L��h���1�H�ǰH�
��	�@����H�CL���L�����L�H��x���H��P���I��H���dH��x���H��`���f.�I��M�u�M���0H��x���H�PH��x���� A�>�A�H�52�	Hc�H�>��@M�fH��I�L$I�T$I�t$M�D$ A�$H����I�|$ �|M�~H������L����H��H���H������I�wH��@���M�w H���yL�����H����	I�GH��tu�8(H��x����iH�JH��x����(�8t(�H��x���H��H�JH��x����H��
�8u�H��x���H�PH��x����)H��x���H�PH��x���� I�tnH��H���L���W��H��H���������L�KE1�H��H��@���H��`���H������H��h���I�����H����H��x���H�PH��x���� I�O H��`���H��H��h������H����I�OI�WI�wM��H��A�H����I� tH��x���H�PH��x���� I� ���I�wH�������I�GH��������y����H��x���H��H�JH��x����H��
�8u�����f.��OH�;�	�B�D���HH��x���H��H�zH��x���@�2��u�I�F�8�H����H��x���H��H�JH��x����H��
�8u�����f.��OH���	�B�D���HH��x���H��H�zH��x���@�2��u�I�F�8�����H��x���H��H�JH��x����H��
�8u����f.�M�fH��x����(�fDM�d$H��x���M����H�PH��x����M��t�I�$�8t)�H��x���H��H�JH��x����H��
�8u�M�D$H��x���1�H�
��	H�������i��L��x���L���J���M�d$� L�H��x���M���j���H�PH��x����)���f.�M�f�(M����fDH��x���H�HH��x����A�$��fA�|$��A�D$H�=�	Hc�H�>��D�CH���C�D���HH��x���H��H�zH��x���@�2��u�M�d$0� M���j���f�H��x���H�PH��x����)���fD�OH��	�T�D���HH��x���H��H�zH��x���@�2��u�M�d$0� M�������됹UH���S�D���HH��x���H��H�zH��x���@�2��u�M�d$0� M��������=���D�RH��	�F�D���HH��x���H��H�zH��x���@�2��u�M�d$0� M���R������D�RH�}�	�A�D���HH��x���H��H�zH��x���@�2��u�M�d$0� M����������D�AH�ë	�D�D���HH��x���H��H�zH��x���@�2��u�M�d$0� M��������5���D�IH�x�	�S�D���HH��x���H��H�zH��x���@�2��u�M�d$0� M���J�������DH�CM�FH��H��`���H��h���H���L����<���H�������H���M�f�(L��h���L��`�����M�d$� M���e���H��x���E1�L��H��H�HH��x���L��L�KL��I�������H��t�H���%DI�NH��`���H��H��h������H��������U����M�~L���D���H=��A�?����fDH��x���I��H�PH��x���A�W��A�?u����H��x����@�]I�F�8������H��x���H��H�JH��x����H��
�8u��Z���f.�I�~H������蠼��H������E1�H������H�CL���H��`���H��h���H�����H�������]���I�FH��x����8(tWH�JH��x����(�8����f�H��x���H��H�JH��x����H��
�8u����f.�H��x���H��H�JH��x����H��
�8u��z���f.�M�FH��x���1�H�
�	H���������L��x���L��蜻��I�L��x����-���DI�F�8����H��x���H��H�JH��x����H��
�8u���f�I�~H�������@���H������A�H������H�CL������@�EH�L�	�R�D���HH��x���H��H�zH��x���@�2��u�fA�|$����H�=1�	�4��M�d$0� M��������L���@H���*L������1�H�5n�	L��H������H��`���L��H��h���H�����H��H����H�]�dH3%(H����H�Ę[A\A]A^A_]��H�=�	�����H�CL���H��h���L��H��x���H������H��H��h�������H��h����H��h���H�4�	H���
��H���b���f�H��X���H�5d�	�������H��X���H�5��	��1҅�����H��h���H��	H�����H������H���*L����1�H�5.�	L��H�� ����H��x���L�����H��I�����I�FA�H��`���I����,�x���I��H��tI+FH=�~H�=m�	�X��A�EH��P���H��M�}H��X����	�A�E,H��H��H��h�������H��h���H��t6L��I+FM�~I)�t&I����p���H��P���H��X���H����H��H��`���A�I�F����T��@��UH��SH�������H��������r~@����������������uJH�5m%+H���@�������~��������������z1�H��[]Ð����d������B��������������u�H�5]d+H��먁������H�57d+H���f����t(�����l���H�=��	�z��f.�H�CH�@�I��������T��H�5�c+H���'���������~*�������H�59$+H����f���q�g��s����H�F�@1t$H���u1�H�5�	H���i���H�CDH������H���[]�@H�5Ac+H���y����H�5)c+H���i����H��b+�\���@H�c+�L���@H�=��	�T����2���f.�H�5�b+H�������H�A#+����@H��b+���@H��b+���@H�#+����@H�5qb+H�������H�ab+���@H�5�"+H������H��"+���@H�Ab+���@H�Ib+�|���@H�FH�@@�k���H�5�"+H���Y����H��"+�L���@H��"+�<���@H�5Q"+H���)������UH��AWI��1�AVI����AUI��ATL������SH��H��hdH�%(H�E�1��ʴ��H�5�*1�L��H��x���H������H������Dž����Dž����H������L������H������HDž����HDž�������H����M��tH�5��*1�L��L���Ӱ��H����H����H�CH����H�8I����M��tH������H������H������L��L���«��L��H��I���Ծ��1�I��H����H��x����I�D$H���H���A���C<��H�ŭ	��Hc�H�>��PL��1�衭��I��H���^���E1�H�]�dH3%(L����H��h[A\A]A^A_]�f.��L��H��x�����H��H��tw1�A�?RuH��H��x����в��H��x���H�L1�L�����H��I��H���DI�}�O��I9��d���1�L�������U����H�=5�	����@��f���[���fD��K���fD��;���fD��+����!�����1�H��	����ff.���1�H�қ	���ff.���H��H���	���ff.�f���UH��AWI��AVAUATSH��XdH�%(H�E�1��G%��H�GI���@1@���AI����H�E��E�I��1�H�E�H�E�H�E�H�E��E�H�M�H�U�H�E�H�E�A�H��L��L��L���˻��A�?��I�D$H�U�H�5�|L��HP����L��H��H�E�����H�U�H����I�D$��`P�I�M��1�I�ILJ�H��I)�A�����H�H��H�]�dH3%(�H��X[A\A]A^A_]���H�=t�	���1���H�=
�	���A�?t1H��H9�+v$I�D$H�8t�@PuH������D1��>���f�H�z����I�D$H���tC�`P��D�H�=��	�w��1�����H�=��	�_��1������H�SH9-+u��H�=t�	�2��I�D$�`P��-����o��ff.�@��UL��H��AWI��AVAUATSH��H��H��H��0���H�3�	H��8���L��H���dH�%(H�M�1Ƀ�H��x���H��@���H��	HE�H��L�}�HDžh���H��P���H���HE��E�Džp���H�E��E�M���TH��p���L�e�H��H��P���H�E�H�E�L��H�E�H�E�H�E�H�E�胦��H��h���I��t"H��h���H�E�貳��H��@�����L�5Ґ	I�u�L���������H��H�����ufI��L�
$�*L��H��H��0���H��8���I������H�M�dH3%(��H�Ĩ[A\A]A^A_]�f.�I�}��b��f�1��@I�uL�52�	�L��������L��H��諸��H��t�H�SH���Hǂ��l���H�{8t�E1�E1�A�HDžX����:�L;�X���tM�l$荸��L��X���M��I�D$I��L�0I��L9s8r6L��H��������t�M��tMI�EL9�u�M��I��L9s8s��H��h���H�E�H������L9�X��������M�l$��D����M��I�����L��X���H��h���L� M�4$�f���fDH�CL��H�߀HQH��P����^���I��H�C�`Q������9���f���H�WH�:t:U1�H�5(�	H��SH��H������H��H���-���H����H����[]�D1��D��U1�H�5�	H��ATI��S�ԣ��L��H��H�����1�H�{[H��A\]@��H��M��ff.�f���U1�H�5ː	H��AUATI��SH��dH�%(H�E�1�H�G�`P��g���I�D$�@Pu\H�X@H��t1H�]�L�m�H�����H�E�L��H�X���H�]�H��u�I�D$f�H�@@@0I�D$�H0I�D$�H0H�E�dH3%(uH��[A\A]]��ѽ���UI��H�
�	�H��AUI���ATI��SH��XdH�%(H�E�1�H�GDž����Dž����H�@xH�GH�����H������H�@pH���	H������H������H������H������H������1�HDž�����1���H�55�	L��H����������L��H��H���-���H���dI�T$H�BpH��t2I�L$8I9�t\�H��tf�H��L�����L;ht
H��I;\$8v�1�H�M�dH3%(H��uIH��X[A\A]]�f�H�{��2���H�rxH9�w�L���/��L;htI�L$8�I�D$H�Xx��R���f���UH��AVAUATI��SH��H��PdH�%(H�E�1�H�GH�8���I��H�C�@1��L�C0L�m��H�
��	�L��I�@E��H�C01�����L��1�M��H�
�	H������ͭ��L��H���2��H���H�u�H������H��tL��萨��L��H��H���ҩ��H�CH�xL�`H����L��L�5�r	���������5@H�E�H�U�H��L�u�H�5y�	�E�H�E�H�E��2���I��L��H���D���H��H�E�t+�H�M�dH3%(��H��P[A\A]A^]�fDI�|$����H�E���L��H���=��L��H�����L��H�xI�������u��{���f.��H�=̜	H�E��+���H�E��l���f�H��H���	L�����I��H�x����M���ff.�f���UH��AWAVM��AUI��ATI��SH��H��xH��h���dH�%(H�E�1�H��t	�:��L��谮��H���AM���^I�EH���QH�8M���DL��}�'���L������L��L�@L��M)�Mc�L��L��`����|���L��`���I��BƄ����M�I�GL��L���M��������@@�`H��p���H��L��H��h���H������H������H������H������H������H������H��	HD�HDž����Džp���H��x���Dž����L������Dž����L�������ԝ��I�GHǀ�M9�t
1�L������H�E�dH3%(�lH��x[A\A]A^A_]Ð�PL��1��џ��I��H��������H������H��t�M���:I�EH���-H�8M��� H�߾}蓣��L������H�޹L�@L��I)�Mc�L��L��`������L��`���I��BƄ����L��g���D�s������H��p���H��HDž����H������H������H������H�v�	HD�L������Džp���H��x���I�GDž�����@1��H��h���H������L���_������f.�L���ب����e���L���Ǩ����Z���L������H��t	�;���L��L���i���������L���t��%u�*H�����u�H��h���H������H�5�	HDž����H������L������Dž����L�������1���H���/H�5�	L��L��膛��H��	�H�pH������������H�5��	L��L���R����H��H�p������c���I�G�`0��V���f.��PH��1��a���I��H�������J����H�=d�	菻������f.�1Ҿ�L������H���S���H��h���H�5�	�����uH��	H��h����)���fDH��h���H�5ʌ	H��������H���	HE�H��h�����H��	���M��I��H�
ol	L����1��<����.����"���f���I��H��H��H�5�	�'������H��E1�H��H�5B�	�������UE1�H��H��AVI��AUATI��SH��H��H�5�	H�� dH�%(H�E�1�HDž���費���;{��M��tA�$<{������L������H��L���ȭ��L������L���Ȯ��H��H��t@H�����H��t�1�L��H������H��t�H��1�1�L��蒿��L��芮��H��H��u�f�H�E�dH3%(upH�� [A\A]A^]ÐL�����I��M��1�H�
�j	��L���ȥ���[���H���h���H���0����DL���P���H��t�A�$�
����|���ff.����UH��AUI��ATI��SH��H����H�GH��tOH�8tIH��H���֤���tYH���	L��1�H���ݰ��I��L9�t
1�H���K��H��L��[A\A]]�D�PL��1��I���H��H��u�E1���@H���p���H�P�	�t��f��P1�����H��H���j���E1����UH��AUI��ATI��SH��H����H�GH��tOH�8tIH��H�������tYH��	L��1�H���
���I��L9�t
1�H���{��H��L��[A\A]]�D�PL��1��y���H��H��u�E1���@H��蠣��H���	�t��f��P1��D���H��H���j���E1����UH��AWAVAUI��ATI��SH��(dH�%(H�E�1�H��tH���6�����m�{$�c�PL��1��Ԙ��H��H����I��L�����L��L���C���H������H��HDž����H���I���Dž����H������躢����H������1�H������Dž����H�����H������HDž���f������A����A���kA����A����A����H�ϺH�5Ӄ	ƅ����(蚭��H���H��H�5!�	脕��H��A�H��蓨��H����M��t
1�L�����H�M�dH3%(L����H��([A\A]A^A_]�L��H��赜��H�������E1����@H�5ȇ	H��H������H��H������H���fL��H���A��H������H�C8H�����H�S@HDž���H�������H��t$A�f�L��H��I���A�������L9c8s�1�H�5B�	H���s���H��H��舧��H��tAHDž���H�{8t/A�L��H��������tH�����I��L9c8s�L������H�s�A�L���d����}L���W���I���H�x�Ǫ��H������L��H������M���g����l����1Ҿ�H�����H��t,H�SH���H��t�H���H����f�E1�M�����������H�ϺH�5-�	�T���H��A���~���H�ϺH�5�	�3���H��A���g���H�ϺH�5��	����H��A���P���H�ϺH�5��	��H���4���f�H� MESSAGEH�������Sf�����A������L���@E1��M�����S$H��1�H����L	����I�������h������UH��AUATSH��dH�%(H�E�1�H����H�GI��H�����@Pu<����H�8t?1�H�5�	L������L��H��H���#���H����I�D$H�8H��t
蘠��I�D$H�I�D$H�xhtH�xh�'���I�D$H���H��tE豛��I�D$H���H��蜛��I�D$H���H��臛��I�D$H����ְ��I�D$H���tH����[���I�D$H�X@H��t3H�]�L�m�DH��蘰��H�E�L��H�X舰��H�]�H��u�I�D$H���tH����d���I�D$H���tH����I���I�D$H�xtH�x�4���I�D$H���tH�������I�|$����H�E�dH3%(uaH��[A\A]]�D�����t1H�5T�	1�L���u���I�D$�C���H�{�����[���L���ݜ���u�H�5�	��*���f.���UH��AVAUI��ATI��SH��H��@dH�%(H�E�1�萜�����L�5��	A����H�C�@Q��L��H��H�U�L�m�H��|	�E�H�E�H�E�H�E�H�E��E�H�E�H�E�蔏��H��H��I��覢��H��taH�E�dH3%(ucH��@[A\A]A^]�DH�������X���H�CL�5S�	�@Q�b���L��L��H�߃��	���I���I����I�|$�豯������f.���UH��AWAVM��AUATI��SH��H��XH������L�mH������L������dH�%(H�E�1��B�����9H���	H������A���2A��t
H�s8L9���Dž����L������H��{	L��`���H��Dž����H������H������H������H��0���H�����H���Dž���L�����Dž��
L����Dž�H��8���HDžP���HDžH���HDž@���H�����HDž ���ƅ`����C�����H�������H�=
�	L����������:1�H������������H������H�����H����H��@���L������H������L��H	�t)H���(�L��I�����H�
��	LE�1�����H������H��0���H������H��H��I������I��H����fDH��A��b����u-L�5��H�������L��������X�H�M�dH3%(L���Y
H��X[A\A]A^A_]��H�����������H�g~	H���������@M����1�H��H��w	����A��������H��w	HD�H�����H�����H��@���H����H��H�������C$@�k���I�|$L������襛��M��(L��I��H�
r�	�1�贘��L������Dž�����4���fDH��� �����?H�������H�=�~	M�����A������H�������H�=�~	������DM��H�Y~	H�c~	HD�H�����H������H�5P蝍��L��H����H������H���H������HDž����HE�E1�M��tI��M������1�E1�H������H�
��	H��蛗���H���.������f�A�� �^M��H�,�	H�a}	HD�H������5���DL��H�����H���H�����H�zL���H�������@���H������L��H��螝��L��L��H��H��H�����H�����L������1��b����=���DH��t5L������I��1���L��H�
Ӈ	讖���L��H��螮��M��t5��M��1�L������H�
ԇ	L���t����L��H���d���L������M����H������L�����H��L���;���H��H��I���M���H����L��H���ɭ������BM���L������L�������1�H�
�	L���ڕ��1�L��H���ͭ��H������H��H��0���跈��H��H��I���ɛ��H���L��H���E������tLH�	|	H������H�5|	H��L���l���H��H��I���~���H���u���I�}�����b���f�H�������R���L��H���׬������:���H��{	H�������f.�L������L������1���L��H�
��	�ה��1�L��H���ʬ��H������H��H��0���贇��H��H��I���ƚ��H���]���I�}�E1��,�������I�������I���DH������H���B���H���������@H���Г���H�=�z	H����������M����A�����^H�������H�=:z	������,H�z	HDž����H�����H������H�57z	�P���L�%s	H����1�L�-s	H������H�����H��IE�M��ME�M��LD�����A�� ���H��H���	H�?y	HD�H��������DH������H�5xy	�ň��I��H��H�6�LE��"����M��H�(y	H�y	HD����fDH�������8�L������H�5Ly	L���b���H����1�M��L����L������L)��L��L�����I�ʼn�����H����H��@���H���c���I���.0M�fA�A�@�J���f.��������H�������H�=}x	�������H�`x	E1�H�����1�A��L�-	�H������LD�H���H������H������HE�M��LE�����@M��H�x	H��xHD�H���������A�� H�x	H��w	HE�H�����M����H��p	H����������A�� H��w	H��w	HE�E1�E1�H�����H�>�H�������4���f.�I�~��¤���}���DH������H�5HxL������莆��L�cp	H���>���H������H�5w	�k���I��H��H�:p	LE�����DH�������8��H��wHDž����H��������f�HDž����E1����DL�=^�H�������L���������H������L�=��8����H�wE1�H���������1�M������������H����H��@���H���������H����Dž����H��@���H������HDž����H�������L��H���j���L���M��uH��u	H������}���L���L������I�}L�����蝔��L������L��A�H��L����L��L��H��H��H�����H�����L������1�趁���������ff.����UH��AWAVAUI��ATSH��H��hdH�%(H�E�1��~����uH���q���H��L��tL��H���{���H��x���H�@H��t+H�M�dH3%(�H��h[A\A]A^A_]�fDH�v	M��H�������H�������H������H�
�q	H������H������H������1�Dž����H��p���H������Dž����HDž��������L�%��*M��t3L��p���I��L9k8r"L��H��蟥��H�xthI��L9k8s�fDH�5�r	H��H�������€��H��H��I���ԓ��H��tH��x���H�@����I�|$��)������L���h���I�L��H+�p���H=��M��H�
�t	L��1�H������M�}�?���I���]���L9{8s"�f.�I�GI��tfH9C8rpI��L��H��貤��H�xt�I�G�L9�M��I�����L���Ї��M���H�
�	I�<H�����1�迌��M������������M9�����I���f�M9�u�I�����M������v���fD��UH��AVI��AUATI��S����taE1�I�|$8�u�A�I9�t7H��I9\$8r%H��L���ݣ��H�@H��u�A�H��I9\$8s�E��u.1�H��[A\A]A^]�L��舋���u�L��H��[A\A]A^]�@[L��L��A\A]A^]����ff.�f���UH��AWI��AVAUI��ATI��SH��H��hdH�%(H�E�1��������L�5r	A����H�C�@Q��Džp���H��L��x����E�A�����Ɋ����A��H��q	uH��q	H�E�L��H��H�U�H��p����E�H�E�H�E�H�E�H�E�L�}�H�E�H�E���}��H��H��I�����H����H�E�dH3%(��H��h[A\A]A^A_]�f�H���(�����
���H�CL�5&q	�@Q����L��L��H�߃��I���I����������tVA��H�q	�)���H��p	����f�I�|$�����X���@H��蠉�����������f�H��舉���u���ܗ��ff.����UH��AWAVI��AUI��ATM��SH��H��A��H�U�u}H��t�;����@tUI�FL�x@M��u�^fDM�M��tOI�?H���ܪ����u�H�U�H��M��L��H��L��[A\A]A^A_]�u~��DI���uI���t�@A��u/M��H�U�L��H��L�
#�*H��L��I��[A\A]A^A_]�џ���H��1�[A\A]A^A_]�ff.�@��UH��AWAVAUATSH��H��HdH�%(H�E�1�H������I��tx�3����@��H�E�L�e�H�U��E�H�5Qo	H�E�H�E�H���k{��H��I��H���}���M��t2H��I�|$H�E�@��@��H��ܛ��H�E��fD��|��H��uVH�M�dH3%(��H��H[A\A]A^A_]�@�H�=�y	菛��1���1�H�5�n	�g���f.��@���H�E�I���H�{8��A��f�I��L9k8��L��H���7������t�H�E��8tA�,I��L��H��M���?���L���H�
�j	I��H�����1��?���L���'���I��f�M�|$H��L���О�����t	M��L9c8w�M9�t6L��H���ދ��L���H�
��	I��H�����1��ކ��L���Ɓ��I�L��H+E�H=�?8M��I��L9k8�!���H�u��H������H�}�H�E����H�E��f����H�=^m	����1��N����_���ff.�@��UH��AWAVI��AUI��ATI��SH��H��XdH�%(H�E�1�軅�����L�=m	A����1Ҿ�H���2���1ҾuH��H�E�����H�E�H�C�@Q�EH�U�L�pHL��H��H�U�H�U�H�U�H�U�L�u��E�L�m��E�H�E��x��H��H��I��讋��I��H�CH�@HM��tRA����H�M�dH3%(L���H��X[A\A]A^A_]�H���Є�������L�=/l	����H�}�tqH�}�tjH�CH���t\L��H���y��H��tLH�C�	H��H���H�E���H��t.�K$H��L��H��H�E�H���� L	��I���F���fDI�~��B����-���DL��L��H�߃��g���I��H�C���A��H���	L��H��I�L$�z������C�����UH��AVAUM��ATI��S1�H��PdH�%(H�E�1�H������H������Dž����H������H��t$H������H�������Dž����H������H����L�����H��L��蠎��H��ukI�\$H�{tH�{����I�\$H�=�H	�%���H�5a	H�
�j	H�CI�T$H�BI�D$H�pI�D$H�H I�D$H���f.�H�����L����Dž�����t���H������H������Hc�H��Š����C��L��L�����H�Hc�L������Dž����L��Š���HDŽݠ����l����t7H������H�5�b	L���u��H�M�dH3%(u3H��P[A\A]A^]�f�L���(����u�L������HDž������j���f.���UH��AWI��AVI��1�AUI����ATSH��H��H�EL�E�H��X���1�H��@���H�EL�M�H��x���dH�%(H�E�1��:}��H��P���H���SH�} H�H��QH��H���H��x���H��p���H�E�H��h���H�E�H��`���H�5D�*H��X���1�L���ky��H����H��H���H��X���1���v��H��H���~H���	����@��H��@���H��H�U�L�m�H�5%a	�E�H�E�H�E�H�E�H�E��E�H�E�H�E��'t��H��H��I���9���H����H��P���tFH�CH���H��t6�
H��H��P�����H��X���H��t1�H���������f.�I�|$��Q���1�H���מ��1�H�M�dH3%(��H�Ę[A\A]A^A_]�L��x�����L��x���M��tMH�M�H�U�L��H���w��H��H��I���c���H���*���L��p���H��h���L��H��H��`���A��H��u�1�H���=�����^���L��X����L��1�H�
+r	H����������L���r���1��&���趍��fD��UH��AWI��AVAUATI��SH��H��0���H��H���dH�%(H�E�1�H���D�G$1Ҿ�A���z��A��1�L��H��H�5ސ*H������A��H��H��@����v��H����H�� ���H��0���A��H��(���H�CH���MH�8�CL�`HH���~���@�EL��p���E1�E1�I�D$ H��8����Ef�L������M��tZH������H������H��H��@����v��H��H��I��蹄��I��H����I�L$I�T$H��L��8���H��H���A��H��u�M����H�CH�@HM��������H�� �����H�CH���H�����
H��H�� �����I��H����H;�0���t1�H��L��8�������L��8���H����(���L������L��L������ATL�������H��H���H��@����ޙ��H�� I���D�H�=�o	�/���E1�H�u�dH34%(L����H�e�[A\A]A^A_]��I�}���H;�0���t�1�H���o����D1�1����Zx��H�5��*1�L��H��H������H��H��@�����t��H���m���H�� ����PHDž(���L��1��+r��H��H���/���H�@����fD1�H��(�����H��P��DH��@���H������H��H�5_\	L��p���L��p���H��X���H��H���DžP���H��x���H��P���H������H��`���Dž`���
L��h���H������HDž�����&o��H��H��I���8���I��H�CM��H�@H�����fD1�����܉��ff.����U1Ҿ�H��AWAVAUATSH��H��dH�%(H�E�1���v��H����L���H�{I��L���k���L�cƅ����M��t+I�<$t�{$�jA�D$2�^1�H���Ĉ��L�c�������t�K$������t�K$�t�K$ �t�K%���K%M���I�<$��H���z��1����C%�փ�H����у�?��	�	ȉ�������	�	ЈC%�Oz�����1�f�C"1Ҿ,1�H�C(��u��M��H��tH�CH�8�t��I��L������1���L��H�
�a	�dz��H�CH�8�{������L��
H����������!�%����t������D�H�JHDщ�@ƸpH���/imaf�BL�cA�D$P���� �|�@�T���A�D$Q������C%���K$������ �fM��$�M����L��H����������!�%����t��H�
N	�����D�H�WHD�H�������@ƾH��1��Cy���H�5�]L���/����C$�����H�C8H��X	H�5�^	HD�H����I���H��H���H���H����H����Dž��HDž��k��H��H��I����~��H����H����M��t'H�CH���H��t�H��A��I��H����I�|$�E1�����H�=T +�)�K$��{$��H�{蟊��L���Ǖ��H�CH�CH�8��I����DH�= +���M����1Ҿ1��#s��L��+��@L��+H�����M��LD�M�Ҹ�LD�L����L������|��1���@H���u��L����L����H�C�H0H�C�H0������tH�C�HQ�C%����Q���t��H�S��H�BXH������u�S$�������� ��H���L�kH����M��L�1^	L��1�L���-���I�EH����1�H�����H����H�p�H�=+<	��€�����L�@�H�=DW	L����€����ZH�CH�8H�����H�=�X	L����€����Z1Ҿ�1��q��I��H�C�@P��H�8�������qM���h�@1 t	�ˆ�-��@�V1�1��,�Kq��H��t:1�1Ҿ.�8q��H��H�CH�8�;賄����H��L���ss��ƅ���H�C�`P��C$ ��H�CH������L��H��H�������x8�`����H�������M��t`H�CH���H��tP1�H��A��I��H��t@1�H���ւ��H�{轇��L�cH���q���I���H�CH�8��v��H�CH�DE1�H�u�dH34%(L����H��[A\A]A^A_]�D�C$H��A�ă��C$A��A��A���n���S$��D	�S$H���k���H�CL������H�8�&o��H�
"I	�L��I���1��t��H�CL���M��tRL��H����������!�%����t��H�
I	�����D�H�WHD�H�������@ƾH��1��6t���C$���������1�H�5�S	H���g��L�c����L�%��*����@H���xs����)���������!���D�����������H�������G���I��$�H�CL���M���X�������fD�L��H�5CH	�|~��1�H���B���1�H��舆������H����r����������V�����H�5�-L���,~�������H�5�G	L����~�������K���f.��H�5�ZL����}��������H�5\G	L���}������H�5|ZL���}��A�D$Q������H�5HZL���|}��A�D$P�����H�5�F	L���\}��A�D$P�e�����B/tls�B	A�D$P�F���f.�L��H����������!ʁ ��t��I�����€�D�H�OHD�H�
�u	��@�H������H��1���q�����@�H�5�YL���|��������H��L���|��H�{8u�C$u1�H�=�X	�%���DI���H�5�Z�͒�����C$�ƒ�	ЈC$������H�=`S	L����€����H�CH�8H���^�@P�fI�������@t
A�L$PL�c������t
A�L$P L�c��������yA�L$P@������L�c�tA�L$P�������L�c� t
A�L$QL�c�����������A�L$QL�c���f�1�H���}��H�{�݂��L�sH����I���<���f�H������L��H��L����L������H��H�5YW	L����M��H�����e���L����L����H���!���H�������C%u31�1���L����L�����k��L����L����H����H�CA��L��L��L������H����H��V	L����H����������H��%@I	��L���H����H�H���KH�C1�H�5)M	H�8�Tv��H�������1�H�߀������*����?���D1�L���Ƃ���C$��DH�x�誂������1�H�5BB	H����a��H��H���	u��H���-��������@��H�SH�:�����I�����f.�H��舌��L�c���H���w���H�C�3���H�CM��t'H���H��t�H��A��I��H����H�CH�8�4����9�����cr��H�������H������H���d��H�������L����H����M��L��H��H�5U	L�����4���L����H�������L�kE1�E1�1�����H�=OF	�b�������(h�����H�C������@H����H�H�pH�SL��������L�"��������<I�<$H�H��%��@H	�A��I�$H��t H�SH�:�����H���"����m����({��H�CH�8H��t	��n��H�CH���f.���UH��AUI��ATI��SH��H���l���t4L��H��L����_��H��H��I����r��H��t;H���[A\A]]��H�=4_	�G���H��1�[A\A]]�f.�I�|$�H�E�����H�E�H��[A\A]]�ff.���UH��H��`dH�%(H�E�1�H�E�H�u�H�5oS	H�E�H�E�H�U�H�U�H�E�H�E�H�M��E��E��E�H�E�H�E����H�M�dH3%(u����y��ff.���UH��H��@dH�%(H�E�1�H�E�H�u�H�5�R	H�U�H�U�H�E�H�E��E��E�H�E�H�E��g���H�M�dH3%(u���Qy�����UH��H��0dH�%(H�E�1�H�U�H�u�H�E�H�5|R	�E�H�E�H�E��
���H�M�dH3%(u����x��@��UH��H��@dH�%(H�E�1�H�E�H�u�H�5�L	H�U�H�U�H�E�H�E��E��E�H�E�H�E�藁��H�M�dH3%(u���x�����UH��H��0dH�%(H�E�1�H�U�H�u�H�E�H�5L	�E�H�E�H�E��:���H�M�dH3%(u���$x��@��UH��AUI��ATI��SH��H��XdH�%(H�E�1��i��� t}H�E�H��H�U�L�e�H�E�H�54Q	H�E��E�L�m��E�H�E�H�E��\��H��H��I����o��H��tA�H�M�dH3%(uFH��X[A\A]]�f.��H�=$\	�}��1���I�|$�H�E��|��H�E���:w��f.���UH��ATI��SH��H��@dH�%(H�E�1��h��� tbH�E�H��H�U�L�e�H�5VP	�E�H�E�H�E���[��H��H��I���n��H��t9�H�M�dH3%(u>H��@[A\]�@�H�=T[	�?|��1���I�|$�H�E��%|��H�E���jv��f.���UH��ATI��SH��H��@dH�%(H�E�1���g��� tbH�E�H��H�U�L�e�H�5�O	�E�H�E�H�E��[��H��H��I���&n��H��t9�H�M�dH3%(u>H��@[A\]�@�H�=�Z	�o{��1���I�|$�H�E��U{��H�E���u��f.���UH��AVI��AUI��ATSH��H���dH�%(H�E�1��f����TL�%hL	A���TH�C�@Q�[H�����H�
�N	H��L�����H�U�M��H�� ���H�U��P4H�Qt*A��Dž���H��H��8���Dž ���H��H���H��+Dž0���H��X���H�:N	H��h���H�TN	H��x���H��Y	Dž@���DžP���Dž`���Džp����E�H�E��f�����H��M	H��(���M����H��0���H�E�A��@���A��tkH��p���H�LՐHcЃ��WDH���e��������H�CL�%K	�@Q�����L��L��H�߃��m��I��H�C���D��H�M�H�LՐH�L��H�U�H��H�DŐ�X��H�u�dH34%(��H���[A\A]A^]��H���d��������H��L	M��tA��H�MX	H�X	HD�H��(�����t���f�H���d�������H��@���H��X���H�E�t2H��P�����H�E��H��`���H�t͐����������r��f���U��H��ATSH����e��H��H��I���j��H��t[A\]�f�I�|$[�A\]�
x��ff.�f���UH��AWAVAUATSH��H��h���dH�%(H�E�1�H�GH�8��H�8H��HDžx����eH��x���E1�E1�E1�A�H��X���HDž`�����I��L9{8��L��H���w{�����t�H�x@u�H��x����II�D$L9���M9��M��M��H�
K	L��H������1��oc��L��M��M���Q^��H��`���I�L��H+�x���H)�H���`���H��P���H��X���I��H��`���H��`���H���TV��H��P���H�x���I��L9{8�'���f�M9�t M��H�
�f	L��1�H��������b��H��x���H��tH�ߺ���c��H��x����u��H��h���H�E�H�E���H�{8��A�L�u���I��L9c8��L��H���z��I����t�1�1�L��H���L���H��t�H�P8L��H��H�U�H�P H�U�H�PH�U�H�P`H�@xH�U�H�E�I�EH�E���f��L��L��H��H��I��H��h�����L9c8�w���f��H�M�dH3%(��H�Ĉ[A\A]A^A_]�fDM������M��H�
I	L��1�H�������pa�����1��@�M��M���pf��M���H�
�D	H��H��x���1�H������)a��L��x���L���
\��HDž`���I��'�����n��f���UH��AWAVI��AUI��ATSH��H��H��P���dH�%(H�E�1�H�GHDž����Dž����H���@Hǀ�@H������H������H������H������H������H��`���H��X���H������Dž����HDž�������hHDžx���H�8���I���$�H��x���H��H��x���H;s8��H���w��L9hu�L��x���I��L����fDH��X���I��1�H�
C	���_��H���F_����mL��H���Rw���S$H��H�����@��H��hL��pH��0���L��(���L9�`�X���5H��H���H�x�]ƅ����H��0���H�H��t	���L�������H�5�F	L���j����P���@��H���^�����H�CL�
�+L��P4H�l*L�ЋH����������!�%����t������D�H�WHD����H��M����
H��H�F	H������PH�
>F	1��s^��XZ�M��tH��(���H�8� H��H��������H��H���H�x��������~M��tH��(���H�H����I�H��0���H�H�M�dH3%(��
H�e�[A\A]A^A_]�H��H���H�H@H��0���H�HHH��(���H��P����M���H��H�@@H�������M���tH�yH�
���Z�������H��X���I��1�H�
�@	���U]��H����\���u-�H����\�����������P����n���I��H��P���H��X���H��H�0���AH����!^��H��H��I���c��H����H�{8�HDžx���u'�fDH��x���H�pH��x���H;s8�|H���Dt��L9hu�M��tH�PHI�H�@@�w���f�1�M���H��X���H�
�?	L��P����G\��H����[�������H���[����x������M��tI�1�����H���]��L���_��L��`�S$���H���u[�����Dž���� UIDƅ������H�������H�5�C	�f���c���H�������H�5C	ƅ����(H��L�������f��H�5�@	H��L��H�������gN��H��H��I���ya��H���)���H����Z���uH����Z����UI�|$���n�����H�������H�5�B	�f������I�|$��n������H��`����+H�H�*H��X���H��h���H���qI��L�� ����ODH9� ���tH���Or��H�x@��H��h�����H��`���H�@H��`���H������L���NU��I�L��H+�X���H=���H��`���H�s8H�8�����I��H9�t�\��L�c8H��H��`���H��x���H�x�����H9�tL����\��H��x���I��M���7���I9��VL��L�� ���L��x���I��H���L��I9�t*H���`q��H�x@��H��x���M��tH�xH�GH�rH��x���I9�w�I��H��h�������M9�����������I�@I��L9�v�Yf�I��L��H����p��H�x@tM���H�xH�I�EL9�v�L��x���M��I��M9��L��L��8���L��@�����S��L��@���L��8����I�H�
v@	H�����1�M��L���X��L��@����H��h���H+�x���N�L��x���I9���L)�H��h��������M�EL��x���M9����L�� ���L��DL9�t#H����o��H�x@�*M��tH�xH�H��x���H�pH��x���L9�v����@L��x���M�]�M9������I�@L��L��@���H��x�����R��L��@����H�
^?	I�H�����1�L���W��H��h���L��x����'����HDžh�������L�� ������H���W���ttH��(���H��Q���L�� ����S$���H����V����c�����H����V�������H���V�����H�5�>	H��������b������&x��H���.v��L��(���I��8�R��M�'H���at��L��(���I�D$M�?�r��H�=>I�GI���:t��L��(���H�=VLI�$I�L�`�t��1�L��H��I�D$L��P���H��x����\l��H��x���I�H�4H���H�L�f�H��H)�H��x���H9�����H���x�
u�H��(���H�H����̃��������L��x������H��x���I���{���L����P��L��x����H�����I�H�
e=	1�L����U��H��h������+���L�%-�*I�uH��x���M���IH��X���H;s8�8I��L��h���� @L��x���I�uH��x���H9s8�H���m��H�x@u�L���5P��I�L��H+�X���H=���L��x����L��1�H�
�<	H������U��H��x���H��I��I����H;C8v%�DI�EI����H9C8��I��L��H���jl��H�x@t�I��L9�x����1���L��L��x����O���M��H�
2X	I�<H�����1��rT��H��x���H�pH��x���M����L��h����S$���I������L;�x���u�H��H��x������L;�x����x���L��h����S$H��x�����L�
q;	H�
�;	H�����1����S���m���H���eS��������M�������H��(���H�8�����H�-6	H�5�8	H��L��H�������F��H��H��I���Y��H��tKH�C�`0��P���f�H���R����r����S$����H����R����-���H�5�:	�(����$a��I�|$���f������UH��AWI��AVI��AUI��ATI��SH��H��dH�%(H�E�1�A��uH�G�@Q�N��t1E1�H�U�dH3%(L���H�Ĩ[A\A]A^A_]�fDH��L��L��L��H���G��H��t�L�-�*M��������A�F$@��I�FA�H���H�U�ƀ��@I��M9f8�L��L����i��H��t��t�L��L���i��H�x@u�I�FH�}����tH�GH�E��,H�}�M��H�
 5	H�����1����Q��L�}�L���L��I�<H�}�I����M��M9f8w(��fDH�x@H��h���u.I��I��t%I9V8vI�WL��H��H��h����i�����u�H�}�M9�t1M��H�
�T	H�����1���6Q��L�e�L���L��I�<H�}�I�FH���H)�H���?
M�gM���������t]H��H�H���H������@H����^n��H��L��H��H�E���Q��L��H��H����V��H����H�}��b��@A����D�P����L���P����	M��������������I�<$�v���I�|$�j���I�|$�^���I�|$�R���I�|$ �F���I�|$p�:���I�|$x�.���H�������I��$�����A��$�0����I��$������I��$����I��$�����I��$�����I��$������I��$������I��$������I��$������DL����N���@uI��$��m���I��$��^������kI�|$�_I�|$�SI�|$�GI�|$ �;I�|$@�/I�|$h�#I�|$8�I�|$(�I�|$X��I�|$0��I�|$`��I�|$p��I�|$x��I��$���H������I��$���I�|$H��I�|$P��I��$���I��$�uvI��$�ukI��$�u`I��$�uUI��$�uJI��$�u?I��$�u4H��1�L��L��H���C��H���Q���H�=0A	�+[���@���fD��H��5	H��5	H�E�HE�H�E�H�E�H��P���Džp���L��x���M���:H�E��E�H�E�H�E�H�E�H��p���H�E�H��4H�E��E�L�m�I�V��H��P���L�����BP��	ȈBPH�E�H��H��@����@��I�����,M���#I�4$H�=m*	I�FH��H���H��8���H���I�p���€������HQI�~8�t.@H��L��H��h����>d��H��h�������H��I9V8s�H��8���H��`����!fDH��`���H�@H��`���H���AH��`���H�0H��t�H��`���H�xH��X���H���H9�vH��H��H��X���f�H�FL��H��h����c��H��h������H;�X���v��q����H�=N)	I�FH��H����`P�H��H����I�p�����u/������H��L��L��L��H���@��H�������L��L��L��h����~Q��L��h���H������I�x���^���m���H��p���H�E�����I�F�����H��X�������I�$H��@���L��H��P�����=��I��H��8���I�$I�F�`Q�I�F�	���H�{��Y^������M������X�����UH��AWI��AVI��AUM��ATI��SH��H��L��P���dH�%(H�E�1�H�A��I���@ t
A�����{$L��@��@���Hf����H��H���=��H��P���H����@H��H��X���M��t?A����H��P���L��@�{$L��H��A����A���;Q���C$F����D	��C$I�D$I�D$H�{8H�E��vH�E�E1�E1�A�HDž@���HDžH���H��8�����H�x@����t|H�}��QI�FL9���L;�H�����M��M��H�
�0	L��H������1��I��L��M����C��H��@���L��H���I�L��H+E�H)�H����@I��L9k8��L��H���g`�����t�I�D$H��X����B���������;���H�@0H���K���HDžX����q���M��t3H����G���@u%I�������I�����f�H��P���L�u�H�0	HDžh�����L��x���H��H���H��/	HE�M��Džp����E�H��X���H��=IE��E�H�E�M���}H��p���H��X���H��H�E�H�E�H�E�H�E�H�E�H�E�H�E�H��H��@����}:��H��h���I��t"H��h���H�E��G��H��H����nL��$	I�u�L���������H��P�����E1��_fDL9�H���t M��H�
�J	L��1�H��������F��H�u�H��tH��X���H���G��H�}��&Y��E1�I�|$�'H�M�dH3%(L���YH�Ĩ[A\A]A^A_]��M�����L��P���L��L��L��H���XU��I���M��H�
�-	L��1�H�������@F���7���H��H���H��8���H��@���H��@���H���P9��H��H���HE�L��H���I���&���fD�M���K��M��H�
)	H��H�E�H�����1��E��L�}�L���@��L��H���HDž@���I�����f�1Ҿ�1��@��L��H��I���4D��H�E�A�$�eH�}��W��M�������I�T$L��H��A�����H�{8����A�1�1�1�L��@���I��L��8���M��I��L��0���I���.fDM9�tM�o�RK��M��M��I�GI��L�0I��L9s8rhL��H���}\�����t�M����I�EL9�u�M����DL��H���J��H���6H�CH�@`I�D$H�CL�phH�@h���f�H��h���L��L��L��8���L��@���L��0���H�E�H���&���L9��{���L�j�r�����J��M��M��I���eI��H��h���L�8M�7�!���H��P���H��L��H���R��I���~���I�uL�Z!	�L�����������H�CL��H���H�߀HQH��@���H��X����6��I��H�C�`Q�L��H����;���L��P���L��L��L��H��I������I�����I�}�E1���V������3Q��������4�}H��8	Hc�H�>��@�
�f�H��*��H�5ٮ*H���DH�	�*��H�5��*H���DH���*��H�5��*H���D1��ff.�f���1��f���1��f���UH��ATSL��@���L��H��dH�%(H�E�1��0W��H��tKH�T*I��$�H�3�W����u0������u'I��$�H�5�+�sc����H�؅�tf.�1�H�M�dH3%(uH�İ[A\]���O��ff.���U�H�=78	H���WU��1�]���UH��AUI��ATI��SH��dH�%(H�E�1�H��t�>H��ubH�����H�5,S*1�L��H���9��H��t1�H��H�=�*�)3��H����H�E�dH3%(��H��[A\A]]��H���c��H��t�1�L��H�=z*��2��H��t�L������H��L���>H��L��}�1:���XL��1�f�HL���@INBO�/B���j���f.��L��H����G��H�߾}��9���X1�L��f�P�H���@INBO��A�������GN�����UH��AVI��AUATSH��H��0dH�%(H�E�1��:{HDž�����H��t�<{������L������H��L���BG��L�����L���@H��H��H��tHH���@b��H��t�1�L��H���1��H��t�H��1�1�L���
Y��L���H��H��H��u�f.�H�E�dH3%(u|H��0[A\A]A^]ÐL�����I��I��1�H�
i	��L���8?���Q���H���a��H���&����DH��H�������a��H��t�H�����������L����H���2��@��H���d1��@��UH��AVI��AUI��ATI��SH��@dH�%(H�E�1�H����H�GH�8���9��H����L��H�C8H�S@L�e�A��H�E�H�U�t6H�E�H��t)A�L��H���U�����uH�E�I��L9c8s�H�CPH�U�L��H��A�H��H�E�H�CHH�E��D/��I9�t
1�H���%\��H�M�dH3%(L��u3H��@[A\A]A^]�fD�L��1��3��H��H���8���E1���K��ff.���UH��ATSH��H��dH�%(H�E�1�H��t�>ujL����H�5$O*1�H��L���5��H��t,1�L��H�=�&�!/��H������t�H�=�4	��P��H�E�dH3%(u5H��[A\]�H���_��H��t�1�H��H�=j&��.��H�������J��ff.�f���UH��AVI��AUI��1�ATI��uSH����7��H��tL��L��L��H��[A\A]A^]��fD�H�=3	�P��[1�A\A]A^]�ff.��U��H�
&4	H��SH����H��dH�%(H�E�1�H�GH��L�@1��<���H���O��H�U�dH3%(uH��1�[]���I��ff.���H��tH�OH�AH��t�8+u�x t1��@��UH��AUATI��SH��H��L�iL���6��L��L��H���G��H��tH��[A\A]]�H��H��[A\A]]���ff.���UH��AWAVAUATSH��xdH�%(H�E�1�H����H�H���t�����:��H�������XH�{8�MH��x���A�L��p���H��h���H�E�H��`����L��H���eR��I�����������tI���HDžp����C$@��I�W@M�w@H��tI�upH�1�H��h���L��H����I�>�I�u<H�H��`���L��H�߹���H�U�H��x���H+U�HE�HU�H)�H)�I�GA�������u:I�H��tH�pH��tL���D��A���uA���f%���!fA���L���?;��I��L;c8���H�E�dH3%(uH�e�[A\A]A^A_]�M��L9�`����L��hH��h���D�.��H�����G����H�H��x���E1�1�L�
�L���rH��j�D��XZ�����F��ff.���1��f���U�H��ATI��SH����P��H�CH�8H��t	�t:��H�CH�H�{H�t
H���K��H�{L�g1�[A\]�fD��UH��AUATI��SH��H�_H�{tH�{��J��I�\$H�;�2��H�CH��tjM�l$I�]A�D$$uAH�߾ �1��H��H�PHE�I�]I�D$H�@�8+��H��[��A\A]]��H���XN��M�l$I�]�DH��L��H�5�/	[A\A]]�OQ��ff.�@��UH��ATI��H��SH�� dH�%(H�E�1�H����H��H��t{H�U��BJ��H�}�H�E�H��t 1��H�E��< ~�H��H��H9U�w��A�D$$���
�CH�Sf�I�D$H�u�H�8H)��!>��H�}�H���uI���I�D$�H�5�-	H�8�=��H��L����Y��H��H�M�dH3%(uTH�� [A\]ÐI�D$�H�5i-	H�8�=��H��I�D$�HX�f�I�D$H�}��pX���(���A����qD�����UH��AVAUI��ATI��SH��H��H��dH�%(H�E�1��=1��I��M����L���)1��I�|�O;��H��H�E��#X��H�CH�8�H�}�M��M��H�
�	H�����1���5��L�e�C$��L����0��Iĸ
fA�$A�D$H�CH�u�H�8�K��H��uKH�5�-	H���$O��I��H�}��G��H���pB��L��H�M�dH3%(��H��[A\A]A^]�DH���`X��I���H�x�o:��H��H�E��CW��H�CH�8t9H�}�L���
?��L�e�C$�<���H�CL���pX���'��L�e�� ���H�5�+	H���qN��I���H�����B��@��UH��AWAVI��AUATSH��H��8H�dH�%(H�E�1�H�8t
H��8�G��H�{H�GPf�1�H�5L+	G0G@H����A��H���(H�CL�m��H0H�E�H�E��Mf.�� L��E1��-��H��t�L�}�L�`H�5�*	L���U����uMH�C�H0L���mF��H�CH�8�A.��I��H�E�H���|�xu�8.t^�C$t�L���8J��L�}��f�H�}�H�5�	� U����uH�C�H0�f�H�}�H�5r*	�U����udH�C�H0 �z�����C$��H�}���E���H�M�dH3%(��H��8[A\A]A^A_]�fDH�S�J1��fDH�}�H�5*	�T����uH�C�H0@�����H�}�H�5�)	�`T����u!H�C�H0������L���@I���]���H�}�H�5k	�+T����u
H�C�H1���H�}�H�5�)	�
T����uM����L�{L���!P��I�G8�s���H�}�H�5m)	��S������M����H�C� L��H0�+��H�����L�xL��H�E��&-��H��vH�U��z u�BH�5�	L���sS������H�5�	L���\S���
1�L����F����H�K����Q0��	ЈA0���H�}�H�5�(	� S��H�}�H�5�(	�S��H�}�H�5	�S�����H�5T	L����R����u���H�}�H�5m(	��R����u{M��t�H�C� L��H0�*��H��t>�L�xL��H�E��+,��H��vH�U��z u�BH�5�	L���xR�������
1�L����E��H�H�SH�B@����H�}�H�5V	�BR��������M�������H�U�H�5��L����O��H�������L��H���I���H���wH�C���PPH�U�1�H�5���O��H��u��c����
1�L���YE����H��a����K>��ff.���UH��AWI��AVI��AUATI��SH��XH�M�dH�%(H�E�1��G%H�E�����At����L��H��H�E���$��1Ҿ1�H�E��+��1Ҿ�1�H���*��I��A���M��tI�W�B0�i�@��H�}���I�G�@PH�E�1�H�=M��tH��H�U��H�����H���[A�G%�
A��A��I�GH��	�@1�/H��L�m��n@L��H�5�	L���n<��H���I�G�H�x�B��H�ܚ*H9E��f�A�<$��H�M�H;
��*��I�GH�8��A�$H�AL��L��L��H�E��K4��A�<$�p����H���3B��롐�����H�H������1�H�==��^G���H���������Hc�H#U�H�U�����@�������1�H�5�$	L���;��H����A����h���f�1�1��,�2)��H��t;1�1Ҿ.�)��H��I�GH�8�L�<����H��L���Z+��AƆ�I�GH�E�L�-�	�`X�I�GH�H�E�H�E�L��M��I����H�}��nL��M��I��I�FH�H����H�}���H�}��8��H�x�#��H��H����H�E�H��t;L�CI��H�
�%	1�H������L���-��1�L���@��H�}��c?��H�E�H�u�H�E�H�u�L��M��I��fDH��t:L�CI��H�
-	1�H������L���,��L���J@��H�}��?��I�GL��L���`X�H�S��9��H�����uI�G�HXH��L��u�L�M�H�7M��H�5M<*H�=>*�SZYH��I�G��H�PH����:+��H�}���`X�I�GH�x�I��H�U�H�E�H���t���I�OH;Η*H�	��H�������L�E�E1�1�M����I�G�@X�VH�}��>���,��`X������L�E��`X��H�}�A��M��u�I�|$I�$1�IDŽ$�H��I)�A��$���H�E��tH�u�L����? ��H��H�]�dH3%(��H�e�[A\A]A^A_]�f.��H�="	�>��I�G�`X��b���f�L��M��I���m���f�1�H�5�	L���8��H���4���H�]�L�m��)@L���C���H���w
���H�H	E�H����<��I�GH�8��$��H��H�E�H������xu	�8.��A�G$t��@��H�}�랾H�=	��=��I�|$I�$1�1�IDŽ$�H��I)�A��$���H������H�=#!	�=���I�GL��H�5��L���HX�.7��H��I�Gt7�`X�H�}��A���9���M�������H�=2	1��C=���_����`X�����H�=q	�$=���:���A�G$��H�}���;������L��H�
�!	H�����1���I)���L����<���{���A���@I�GL��H�H�XI�W1�A���H�A�����H��H��H�;��@H	�A��H�H��t0H�u�L�������,����H�=�
	�d<������H�U��B���I�GH�8H��t	�U*��I�GH�1��T����"�������>�������j6��f.���1�H�5c
	�5��ff.���UH�����H��u]�@1�H�=k	]��;��f���UH��AUI��H��ATL�����SH��H��dH�%(H�E�1���,��H�
$	�L��I���1���'��L��L��H���5��H�M�dH3%(uH��[A\A]]��5��f.���UH��AUATI��SH��H��H�GH�6L�h�I,��I9�tWH�CH�x(H��t	�2��H�CH�@(H�CH�5�	H��H�@ H�CH�@I�$��+��H��u&A��$�H�CH�@ H��[A\A]]�f.�L�kI�t$I�}I�U �zD��I�E(H��t�I�4$L�kH���+��I�E�ff.���UH��6*H��AVI��AUI��H�5]	ATI��SH��H�B@H��1�A��tL��L���kB��I��H����L��L���>��L��H��I���B��I�D$H�x(tjA��tDH�]7*H��H�C@I�L$I�UH�q(�I�D$H��H�p H�C@�P[�A\A]A^]�fDA���I�uL���<=���f.�[1�A\A]A^]�D��UH��AWAVAUATI��SH��H��(dH�%(H�E�1�H���*�����<��I��M����E1�A��FDL��H���=�����t)M��t	���tL��H�5�	H����)��H����I��L9s8s��C$u;M�����M���1�H������H�
C	H����$��1�H���{8��H�M�dH3%(L����H��([A\A]A^A_]��K$��I���*���H�CL��H��H�@H�������f)��H9�����tEL��H��I���*���J���f�A����D1�H�=�	��7���e���DH�CH�x(H��t	�f/��H�CH�@(H�CH�@ H�CH�@���1��ff.���UH��AWAVI��AUI��ATI��SH��(dH�%(H�E�1���H�t
�?��I��H��tWL��L���L;��H�xxH��tRH���I�H�CxH��t/H�U�dH3%(�4H��([A\A]A^A_]�f.�H�	���I�E�@Xu
�@0@��H��L���?��H���H��t�I�EL�`(M���r���1�1�L���0��L���I��(��L��L��H�CxH����9��H���H�Sx�I�EL9`(�"���L����-�������L��L��L�������n'���L��I��H�
�	1��p"��1�L��L���/��H������I�EH���H������H�8��?��I���+����#0����H�GH����UH��ATSH�8H��to�G$A�ă�A���G$A�������C$A��1�H��A��H�5����A	�D�c$�/��H�CH�ߺH�p�9��H�CH�8H��t	�T#��H�CH�x8t
H�x8��3��H�CH�x(H��t	�,��H�CH�@(H�{H�t	H���3��H�{�3��H�[A\]�f���1�1��0���9���f.�UH��AWI��AVAUATSH���H��H���H�dH�%(H�E�1���5��I�ƅ����tH�=H	�-.������������A�G$� ���������ƃ���@�����t��A�G$A�W%��t��A�W%����%����`���	�A�W%���������	Ј������_%���H�xH��H��H�H��H�@X1�H)���`���H�I�W��A�O%L�%�*fA�G"M��LD�1�1�����nM��H��H���*M�oL�Q	H��HD�H��1���7��I�EH��tL���B��H����I�GH�xH��t
��%3��1�L�����I�GH��IE�H�]�dH3%(�xH���[A\A]A^A_]�A�G%�������f��H�=	�2��1���H�=	�2��1��I�G1�L������L������H�x�2��L��L��H��L���b1��H���D���1�H�5��L���,��H���A�G$A�ƃ�A�G$I�GA��A��H�8����1Ҿ,1�H�������I��H��tI�GH�8����I����L��1�L����H�
�	�>����������@�������������S���$�� �I�O�������QX�����4��	�QX����A�G%�QL��H����������!�%����t��L���M������H�
A	D�H�WHD�H�������@ƾH��1�1��v��A�O$I���/��L����:���
1�I�GI�GH�x���L��I�GPH���	6��I�w8L���M0��I�8t&fDH��L��H���4������H�XI;_8r�I�G�@Xu
�@0�LA��I�w8L��B��E�w$A��A	�E�w$�5��I�8�>���A�G$�3����H�=�	�=0�������I�GH�x���H�5.L���o'������H�5��L�爍���P'�������#����H�5�L�爍���*'���������H�5��L���
'���&����H�5�L����&������H�5�L�爍����&����������H�5~L�爍���&���������1�H�5�	L����(��H�������L���H����fDH����-��I�GH�8���H���H��tp�8.tU�
L��H�����I��H��t�I;G8w�H���1��
�j��H��t�L��L��H�����2��H����H�P�H����J-�������(���H�=	H�����h.��1�L������H�����B���f���H��t���f�H�I,*�������x�f�H�G������H��t1�����ff.�@��H��t1�����ff.�@��H��t1��P4���ff.�@��UH��AWI��AVE1�AUI��ATI��SH��XdH�%(H�E�1�H���gI�D$8I�T$@L�m�A��L�m�H�E�H�U�t?H�E�H��t2�DH��L���E1�����uH�E�H��I9\$8s�H�U�I�D$PH��H�E�I�D$HH�E�H��tMH�U�L��L���
��M��t
1�L���j7��H�M�dH3%(H����H��X[A\A]A^A_]�D1��Y,���1�H���J��I��H��t�H�@8I�U@HE�HU�H�}�t1H��t,��H��L���u0�����uH�E�I�E8H��H9�s�H�U�L��L��HE���	��M��t
1�L���6��1�L���6���:���@�1��
��I��H��tI���}���1������8&�����H��t!��8t)����HDV�*�DH�5I�*��H��tH�5oH���l4��@1��D��UH��AWAVI��1�AUATL������SH��H��HdH�%(H�E�1��!��H��L��H�������4��H����H��I���&��L��L��H���!	��H��t#�/L���%��H��t:�xu4L��H����/��H�M�dH3%(�AH�e�[A\A]A^A_]��1Ҿ1��B��I��H��u�1Ҿ�1��,���L��H��1��*�����������<L��H��������H�������H�H�����������L������I��H��'*H�
=	L��L�1����A�EI����������! ��t����€�D�I�ELD���I��L���X	��H������H��'*H������L�0�,��L��I�����H������H��H�
�	I�H�'*H�����VL��AVAWL�E1�H��&*L�1�����H�� DL�����H��t6L�����L��I�����M��H�
/	I�H�����1�L�����I��I��u�L���k��H������H�
�	I�|H��'*L�1��R��H�������
H����������!�%����t�D�����������D�H�JD��HDщ��H������H��H)�H�����H����D���J7�����DI�غ�1�L������H�
�L������L���N(��1��^�������H�������8�
��M��H��I��H�
	�1��l���H���'��L������1���������8����H������M��H�
3	I����1�H������H���'��L������������\6��1������!����UH��ATSH��H�5V�H��H��dH�%(H�E�1��5����tYI�غ�1�L����H�
�	L������L���''��1�H�U�dH3%(u&H��[A\]�f.�H�5s
	1��4�����;!��ff.���UH��AWAVAUATSH��(dH�%(H�E�1�H�H�����t)H�]�dH3%(��H��([A\A]A^A_]��H��I��I���*��H�=��*I����H�CI�up1�Iu(�x�;3��A����H�{I���H;W8�\H�w0��(��H�CH�P0I���I�$�H�CI�4$H�P0H�H�U�H9�s(H��fD�8
tH�JH�M���
H�U�H��H9�u��H�C�H�u�H�B�*H+p0I�4$H�CH�x0��#��I�$H�CH�@0���@M���I�~���H�SH�E�H�ƋzL����'��H�U�I����H�{H�U�I���H�w8H��0�g��H�}�I�$��#��H�CI�4$H�P0H�H�U�H9��E���H���'f�H�JH�M���
H�U�H��H9������8
u݀x
u���DH��0�#��I���H�CH�x8H��L�s�+��I�F0I���H�{�k�����k��I��H��*H�V
	I�I�G�J��H��I�GH�6
	H�H�BH�U��(��H�U�I��H�BH�
	I�I�G
���H��I�GH�
	H�H�BH�U�����H�U�I��H�BH��		I�I�G����H�=�		I�GH�8H�@
�f������f�UI���H�
h	�H��SH����H��H��dH�%(H�E�1������H���u#��H�U�dH3%(uH��1�[]����D��UA������H��SH����H��H��H��dH�%(H�E�1��H�D���|%��1�H��xC������ wYH�&H��s'H��fDH���< �a��
����1���Ft1H�]�dH3%(H���MH��[]�f��H��1���Fuτ�tˀruŀou��mu�� u��WH�G��u��H�����t��
u�1���t��x�
uH��H��H)�H��(�^�x� ��H������H��H�J��| u�|�m���P��� �I�x� �21��x� �����x� ������+���	��������Hc�1��|�:���|�:���ɍLI)�HcҀ< �����|� �����|� ������|� HD����@H����������������H���B����|�o�B����|�r�7����|�f�,����|� �!����|�e�����|�t�����|�o�����|�m������|�e����|�r����H�T�: ����H��H��1�H)�H�����������x� t41�����x�:t1�x� t!1��x� �����X��SՀ�������������������������ff.�f���UH��AUI��ATSH�����H��dH�%(H�E�1����L��H���I���(��H����H��@���H�ƿ��������H��p���t{1�1�H��1��}��A�Ņ�xn�����H����A�$����E1�D���s.��H������H������H9�����H9�}2H��0���H��0���H��1�H��8�����	���fDA�$E1�H�M�dH3%(L��uH�ĸ[A\A]]�DL�%�*�y������ff.�@��UH�5��H����,����uHH�={	�
��H��t?1����H���
��H��tH��*]�f.���������t�1�]�@�s������t�1���f���UH��AVAUATSL��$��H��H�$L9�u�H�ĀdH�%(H�E�1�H�GI��H��I��H���I��It$(�x1��/+��A���UH�CI�T$H;P@��H�P@H�CH�HPI9L$���@I��$�HDžx���H��`�����`���I��$�ID$(L������H��h���H�����L��H��p���H�*H�������H�CL�pH@H������H��H+�����H�����H9�����t/H������tuH�BH�������<
tt<
t�A�I���fDA�H�CL+pHL�pXH�CH�@XI�EH�CH�@HH�]�dH3%(�4H�Ā[A\A]A^]�f�H������L��P<
u�A�
I���DH�CI��$�H;P8��H�p0�x�.��H�CH�P0I��$�I�E�H�CI�uH�P0H�H9�s!H������
t�
H��H��H9�u��H�CH+P0I�UH�CH�@0�)���DH�xH���I�D$H�SH�BPH�xL�s�
��I�FHH�C����H�x0����H�SI��$�H�B8H�xL�s�z
��I�F0I��$�H�C�����0����UH��AVAUATSH�� dH�%(H�E�1���t)H�u�dH34%(��H�� [A\A]A^]�f�H��I��I��I�������u	���t1H�U�H��H��L���/���H�
�*H�U�L��H��I�M@��눐I�T$L��L��
������H�E�����H�E���`����UH��AWI��AVL�u�AUI��ATI��H��L��SL��H��dH�%(H�E�1�����H�sH�S0M��H+SH��1�L��L�FL+C(�I)�H��	L�=�	�"����y!��fDL�����I�L�XH����H�}�u�L��
��(�������DH�{0H��H��H+SHS(H9S��H�S8H�H9�v ��8u��H��H9�u�H�S8H�{0L���(��H�S8H9�uAH�C@H�s0H��H+sHS(H�P�fD1�L���L���.!�����D���fD1�H�u�dH34%(u'H��[A\A]A^A_]�L��
��'�����������������UH��AWAVI��AUATSH������H��hH������H������H��x���dH�%(H�E�1�H������Dž����H������H�������H�����H�����`��H������I��H��DP���
H�����H����L������H�ߺ
L�����I��H������H�xH�������8 �|H�PI�E�DP�h�
L������I��H������L�HL�������8 L�������6���1�H�������c���L�������L��L������H��1�H�?
	�|������A��tL���R�a&�������L��H�=���������A���A����A����A�� tL���T�&�������L��H�=���G������nL�������!D����WL������%������DL���\�����
u�L���
A���%������H��x�����H������H�<��L��H�HPH������H��H�HP1��`������M���FL������L�������L���H���`��H����I��A�I����������!�%����t������D�I�VLD��I��I)�M9��3M)�H������H���*@H��L��H��I��H)�H�pH)�H���A��H�������
��H������H��u�M��t_A��
u9������<S����<
��<FuI��v������r�UDH������L��H���i$��I9���F��5����M������L������H�����������H������H��x���H�pP�����k���I������������<U����������<I����������<D�u�����:�hH������H�=q����������@1�H�]�dH3%(��H��h[A\A]A^A_]�L���F�L#�����t�A������L���A�0#����������DL���D�#�����������M�����������f�<stT<xt<X�������������t������-����f�Dž�����a����H�=o���
������I���>������������0������������<Tuz��������<Aul��������<Tu^��������<UuP�����Dž�������<S���������:����H������H�=��\�����������~���fDDž�������I����������ƒ�߀�I���������߀�M���������߀�Auz�������߀�Puk�������:���I��
�������߀�BuZ�������߀�AuK�������߀�Su<�������߀�Eu-�����:u$���@I����I��
�d�����������<K�R�����������<E�@�����������<Y�.�����������<W������������<O�
�����������<R�������������<D�����������<S���������:�������f���������<S�@�����������<T�������������<A�������������<T�x�����������<U�f�����������<S�T��������:�G����b���f������o����������m���������� �����H�=m*t.H�������>������e����0�����(�����������H�CH��������
t&��t"H�K���
t�H��H����u�H�������H�C�������x�
uH��H������H������H��H)�H��(��H��H)�H�������P��� ���x� tw�x� ������x� �������+������������Hcʀ|�:������|�:���ɍLI)�HcҀ< �l����|� �a����|� �V����|� �K��������x� �<��������띀x�:���x� t�x� �����H��QՀ��n�������H���H��H�J��| u�|�m�����|�o�����|�r�����|�f������|� ����|�e����|�t�����|�o�����|�m������|�e������|�r�����H�T�: �����H������H���|�����������f���H�GH����UH��SH��H���x�����x���}H�xt
H�x�
��H�CH�x0t
H�x0�
��H�CH�xHt
H�xH�
��H�CH�xht
H�xh�q
��H�CH�x`t	H�x`�]
��H�{�T
��H�H��[]�fD�1��D��H�C�x�(��H�CH�x�K���H�CH�x�V����^�������H�C�x���/����f.��ff.�@��UH��AWA��1�AVI��AUATI��1�S��H���u̾�D�E��k���1��I��к����L��L���_��D����H��uU�u�L��1��H����Å�y"1�1�A��H����[A\A]A^A_]�f.���L��L�����H��t���'���u�D���L��1�����Å�x�uȉ�1�����f�L�������fD��UH��AVI��AUATA��SH��dH�%(H�E�1�H����1�H�����H��@���D��I�����H�C�@��x`H�E�I�U�L��0���L9�HM�H��8���M�����D��1��k��L���#���H�E�dH3%(��H�İ[A\A]A^]�H�{@H�U�H�E�t)H9�}H9U��I9�IN�H��8���H��H��0����H9�|
H9U�����I�U�I9�L��0���HN�H��8����X����1�����D������T����H�{1�H��0����F������$���H�CH��8���H�P �������D��UH��AWAVAUATSH��H�$H��I��L������I��H��dH�%(H�E�1��x�L��L���=��H���H��tL����H��L����H��t	�8�H�
�L��I��M���1��n���L�����L���
��1�H�U�dH3%(H���kH�e�[A\A]A^A_]�f�HDž�H������H����L��H��H��������������1Ҿ�1���H�����L��H����H��A����~��������H���?H����/L�����?��I��H�����@A�@�L����H�� �L��L�����������L�����u��8�%�=@t-H��L����F��L��L��H�����L���H��������A�@L��L���������2H�������1�������1�1��w��H�����K�L�������R���f�H�
Q�L����H���������@�/L���#��H���H���3����x�����/���@M���1�L����H�
�L���+���L���C����fD�s�L����8��M��L��I��H�
���1������1�1��
��H�����Y�L������V���@���8�<�H��I��M��P�H�
��L��1���XZH�������1�� 
���fDL��������n�����L����8���M��L��I��H�
p��1��$��f�H�������1�H����	�����1�1��	��H�����z�L����H�������������1�����D��UH�5��H��SH��dH�%(H�E�1����H��H��t-H�5��1����H�M�dH3%(H��u H��[]�H������������8�����1��%���D��UH��AWAVAUATSH��H�$H��H�$H��H����H��I��I��1�1ҾdH�%(H�E�1���H����HDž��E1�L��0��H���<L�����H�����L��1����I��H���PH����L��(��L��H����H�� ��L�����H��H�����H�����A��I��H��u.H�U�dH3%(L���kH��.[A\A]A^A_]�fD�{��I��H���H�����H��8��H�����H�����H��@��H�����H��H�� ��H����H�����H����1�1��"���H���"H�����H�����H��8���O�H�� ��L��(��I�@0I+@I@(I9@�=H�� ��H����L��L���������kL�����H�����L��H�����H����A��H���/L��E1��D��������S������~N��
����uKH�����M��H�
G���H��1�E1���H���C���`���fDI�܅��
���H�����M��H�
$��f.�H��*L�{XL��H�@L��I�����M9������I�?u�����H�����M��H�
���S���f.�1Ҿ�1�I���/�H����H���3����J���I���&���f�L��(��M�������L��L����H������*���L�������IL��L������L9�L����t1�L���
��L����H��L����� �1��L��H�=w�)���L����H��I����@$��1�1���L�����X�L��I��H�����H��H��������H�����D��A��H��H�������L������A���JH�5D���L���������H����H���%H�� ��D������L���E�1����H����L�����H����tL��0��H����L��L��L���������H����������uD���������eH����H�����H����H��H����1���L��A��8���H������M����I�|$H�����I�t$HH��0��L��H������H�����1�D���W��H��������I�D$1�L��	���H�����>���@H�����H���)�H�� �����DH�����M��H�
���{���f�H�5��L���������H�5��1�I���X�����H�����H��H�� ���j��H�� ���,���fD�c��1�A���9���McϺ�I��H�����H�
�H��H�����I��1���H�� ��L���������t,H�����H�53�����I��H��tH��������d�������8����H�
��I��H������z���1�H�5��H��E1��#������H�=K�������H�������L�� ��H��H�
�����H���t�������*��H������8�L�H�
��I��H�ߺ�1����H���1����}���H��H�������������8��H�
��I��������H������8���H�
p�I���1�H���i	��L����I��H�������M������M���1�L�����H�
K�L����L������L������L����HDž������#���8�L�� �L�����I��H�
�1�L��L�������L������L������H��P��D������H��h��H9����H;�x��|H����H�����H����1�H�����A�L��E1��f���M��t61�I�|$Hu_1�������j������I�D$H�!���H��������H��0�����H�����D��1��~���H���������4������H��0������������UH��AVI��AUI��ATI��H��SH���m��H��t [L��L��L��H�5��A\A]A^]�;�H��[A\A]A^]�(�����UH��AWI��AVAUATI��SH��H�H�U�H�`t	H��`�m���M�w0L��I+wIw(I�8uI�G@L���PM�w0L��I+wIw(I9w�lI�8I�>H�s�L9���A�>
��A�~
��A�~
�A�~
��A�~
��L��z
t{�z
��z
��z
��z	
��z

�H�B�x�
��H9�v;�8
t6�x
���x
���x
���x
��H�€z
u�H�B�H9�w�f�H��H9�t�8
u�H��L)�H9�t/H��I�H)�I�G0I�8H�E�H�H��L��[A\A]A^A_]�I�D$H9Xp�IH�xhL��H����M�w0M+wL��Mw(I�H��H�E�I�G@�PI�w0M�O8N�I�x�H9����>
���~
���~
���~
���~
��H��z
t{�z
��z
���z
��z	
���z

�H�B�x�
��H9�vA�8
t<�x
���x
���x
���x
��H�€z
u�H�B�I9�w�f�H��I9�t�8
u�I��I)�M��M9��HI�T$I�|H�U��m�H�U�I��H�B`I�D$H��L��H�ph��I�w8M����H��uI�G@I�w0L��I+wIw(�PI�w8L�����I�w0I�<H��I���v�I�G0I�w8L�L�L)�I�G0I�w8M)�u�H��I+WIW(H��uI�G@H��L���PI�G0H��I+WIW(I9WtI�o8��H�PI�W0�A�H��A����fDH�E�L�5*�H�����H�xh���I�D$H��H�XpM�t$�Q�I�FhM�w0I�D$����I�G@I+wL��Iw(L�PI�GI+G(H��I�G0I+GH)�H��I�W@M�tu!�4DI�G0H�pI�w0�8
tI��M9�tI�o8u�L���RI�W@<
u�H�u�L���R�:���f.�I�G@L���P����H�F����H�B�g���H�B�^���H�B�U���H�B	�L���H�B
�C���H�B�:���H�B
�1���H�B�(���H�B����H�B����L������I�G0�=���H�B�l���H�B�c���H�B	�Z���H�B�Q���H�B�H���H�B
�?���H�B�6���H�B
�-���H�B�$���H�B����I�F���I�F���I�F���I�F���H�����H�F���H�F����H�F����@��UH��AWAVAUI��ATA��SH��H���	dH�%(H�E�1�H�G8HDž ���HDž0���H��X���H���I�E@L��H��@���A�E$������>�������I�E�x��x�2��L���z��1Ҿ�1�����M�uI�}E��H�ى�A�v�����\��A�F����I�EH�������p���I�ML��@���L�AM9��gL��L)�H���������AH������L������I�&HDž����������H�A0H������H��x���H��H������H���)H������H���fD�< ��H����H+����I�MH�H9�����HL��@���L�II�EH��h���H�P �H�M�dH3%(��H�e�[A\A]A^A_]�f.�H�A H��t�H;�h���t��H�=r����I�ML��@����I���Y���H������tH��H����4���@H�����H��x����PH�������H�����H�@H��0���I�E8H�� �������D�+��H�������8�M���H��H�
.�I���1����H���2�L������L���b�L�����1�����HAH��x���L��I��H������H��H��p����L�H������umL������I���1�H�
��L����L����I�EH��L��x����g���L������H�
���1��L������븀8Fu��xru��xou��xm�x����x �n����PL�p��u�f�I��A���t��
u���E���A�~�
uI��L��H)�H��(~zH���H��H�J�A�| u�A�|�mumA�|�oueA�|�ru]A�|�fuUA�|� uMA�|�euEA�|�tu=A�|�ou5A�|�mu-A�|�eu%A�|�ruI�T�: uI��L��H)�H�������A�V��� �fA�~� ��A�~� �����A�~� �u�����+���i���Dž`������������Hc�A�|�:�K���A�|�:���ɍLI)�Lc≕d���C�<& �%���C�|&� ����C�|&� �
���C�|&� ����1�A�M$f��<���H������H��(���H������Džh���H�������f.�f��<�������?�������������������	Ј��I�EL���E1�L+����L���H�HL�H��H+S(H��H������H���H+S8H���I�UH��H���LzH����I�L��L)�H���H��H���H)CA�E&��H��������H��P���Lc�d���H��X���H��X���L��H��H��H��H��P�������H��L����ƅ����-L�x(H�À���H������ƅ����-H�C8H�Cpƅ����-ƅ���� ƅ����:ƅ����:C�D&�H��@���������C�D&�������C�D&�������C�D&�������C�D&�������C�D&������C�D&������C�D&������C�D&��������d�����Hc�A�<:��A�00��d���fD��������d���9�`���u'Hc�`���H��A�D��+��<����D��d���Lc�d���C�D&������C�D&������C�D&������C�D&������Hc�`������9I�D��������H��+���������H��������P�������@ƅ����������ƅ���� H��(���H����H���H��P���I�&��?���DH��p���H��x���L�����H������I��H�������<S�,<X��A�~-��A�~-���h���M��u"A�< �<	�H������1�H��tI�91��1�A�9
��I��H�L9�u�H�SH��Džh���H�DH�CH���D���A�<
t<
�,���A�~
�!���H���f��<����!���H�{�#���I�EPH��I�EPH��0���H�C���I�E��������f����<St<X����A�~-����fDM���M��A�yt�j��L��H����Y��L��H���L�I9���	A�������:�p	L������L��L���f���:t�� ���H9�t
���u�� �H�5��L��L��H����y���L��H�����tH�5��L��L��H����X�������L������L�M��1�L�׺H�
Z��L��h������L��h����L���M�H������Džh����J����I���D����O����L��1��L������H�
�L���[��H�5��L�����H��t�L�����H������Džh��������A�F<S�W<K��A�~e�?���A�~y�4���A�~w�)���A�~o����A�~r����A�~d����A�~	s�����A�~
:��M�fL��h���I��A�$���h	<
�`	<
�{< �I��A�<$ t��oL������L��L���)���fD�CLƅ����Lf������ƅ�������f�A�ya�����A�yt�����A�yu�u���A�ys�j���A�A<:�]���I��H�,���AI��<w)��Hc�H�>������@t�࿈��H��@���A���t<
t<
u�A�y
tI��A���u�A�Džh����B������ ���븀��므��릀���D<I��A�~M�|���A�~A�q���A�~P�f���E�fA��:t6A��b�Q���A�~a�F���A�~s�;���A�~	e�0���A�~
:�%���H��P���Džh�������I�EHH��H���H�������1�A��:��H��L�9 u	H���9 t�H��h�����1�H��h���H�0���0H�<�H��Hc�H�<z�D��B�DFu�����d����AH�A��������A��	H���d���A�����������@L��������L��(���L��H�
������L��������HDžH���L��M��I��H�ÐH��p���H��x���H����H������H�����8F��I|$H��L����
uI�l$H��L9�t�
��
u�H��I�D$L9�u�H����HDžH���E1�H���H�CL���Džd���L+����L���Lx�G�����xr�e����xo�[����xm�Q����x �G����PL�p��
t��u�D��
tI��A���u������A�~�
uI��L��H)�H��(��H����A�V��� ��A�~� �YA�~� ����A�~� ������+�������Dž`������������Hc�A�|6�:�����A�|6�:@��@���tv)�d���Hc�A�< �p���A�|� �d���A�|� �X���A�|� �L���DH��L��M��I��H���HC(�V���A�~t��A�~a���A�~t����A�~u����A�~s����A�~:M�N����������<U�����A�~I�����A�~D�����A�~:�����I�}H�
f��<���t��?���Džh�������E�fI�VA�� uH��D�"A�� t�H��h������E1�H��h���H��A��H��K�4�D�"��0H�L�pA��DAu�A��
t	H���:
u�H�CH����L�ASL������H�
��Pf��<���I����L��1��o��^�_L����I�EHH������H�CDžh������f.�H�5��L������)���H�5��L���j������H�5��L���S�������H�5��L���<�������h���L��H����������%���f.�E1�8
A��L��H�H��H����a���f��<�����I�}H��H�� ���A�U$L��H��P���I�E8��>��������	�A�E$��H��@���L��H���T�H�����I�E�I�ML��@����`��8
����E1�x
A��M�L��H������L������L�����1��;��1�1��I�EH���H��tZA�M&�?����L���]�H��P���L�������@<H��@�����Z��L������H��X���H��P������H��P������I�E�I�E�I�E�t"1�H�=$�������Džh�����L����������A�|$
��H�5��L���R�H��H��tcH��L)�H�H�H��1vI���-���L������E1�H�������
I��I��t�K�|�XH��t�H����������uܸD��H��I	���H��L��1��H��I�\��A�~�:��A�~� ��A�~� ��A�N��QՀ�����������`�����L��H������L��h���Džh������A�~� �t���Dž`���������������A�~� ���Dž`�������������6�f�H����� t�H�������Džh����DV���A��:ufDž<���I�U�
I�}H1�H�0�Hk�
��0H��H�H�����D~u�L��h���M�eXH�����I�UPL�����M��I��A�$<
�<
�< uI��A�<$ t�H�5��L���r�H��H���I��wH��L)�H�C�H��1��H��H���I��M���H��0���I9�w)L�H��f��<���ARL������PH�
�I���(���L�KM9MPrA�L��0�������I�EM�MPL��0����I�EDžh����H��������I�}tL�����H�{�j��H��L��I�EH������I�E��:���A�|$
�����L��h���H�����Džh���L�����H��������A�~�:�A�~� ��A�~� �B���A�N��QՀ��1���Dž`�������������v���A�~� �
H������H��H�J���`���A�| u�A�|�m�����A�|�o���A�|�r����A�|�f����A�|� ����A�|�e�����A�|�t�����A�|�o�����A�|�m�����A�|�e�����A�|�r����I�t�> �q���H��I��H)��Y���Dž`���������������Dž`������������������`�����Dž`����������Dž`�������H������fD��UH��AWAVAUATSH��8dH�%(H�E�1�H�����G$H����<M�A��I��H�tH�=������xL�������5��H�5��H�xH��H��H�H��H�@p1�H)���x���H�H�SH�{�6�H�sL���C$�ƒ�	ЈC$�9�I��H���UH�{���L���,��H�CH�C�@����H�C�@����L�s����I�F0H�CH�@8��L�s�v���I�FHH�CH�@P��L�s�X��I�FhH�CH�@p��f�C"�C$uML������H�sL��L����A�Dž���C&��I����I���C$��M��u�H�CH�C@H�C8�P�����C$H�CPH�CH��<uH�C�@����L�������H��L�������L�sM��t.A�F�������C$���	�H�{8�C$u���t4I��H�M�dH3%(L����H��8[A\A]A^A_]�f��C&�K%��u�H��@�����H�S(�ƒ�	ЈC&�fDH�{������	��������8
������H�=���;��H�C��x1����H�C�x���H�C�@����H�CH�x��������H�CL��H�ދx���H�����H���V��������H������H�����C$�F����H�=������0���M��t��������@H�CL��D�xL�c�d�1�1���I�D$��H�S��H�z�����C$��HDž����1�D������D���[�����fD��������N�����L��1�L������H�
��A��F���L�������C$�4�������f.�1�H�=?�����C$����������H���H�����k����L��A��H�
��1�����L��
H����������!�%����t�L��D�������D�H�JHDщ��H��L)�H������H���}��H�����������H�=��)���I���+���@L�CL��H�
��1����9���L������������f���UH��AWI��AVAUI��1�ATL������SH��XdH�%(H�E�1��E��L��H���������M�]HI�EPL������H���������L������H������H�F�)L������H�0H�������p��H�
��)H������H������H�<�)H�L�0�9���L������H��L������L������H������I��L��H������H�E�)������H�����ASARAPV�QH�
4�SI�]XI��HAVL�5��ATL�1�����H��PL���׾��I�1��L�L�$M��t'H�����L��L��1�����L��裾��L��I�H��I9�u�H���)�L��H�
��H�����L�1��}��L���e���H�u�dH34%(uH�e�[A\A]A^A_]��B��f���UH��AWI��AVI��AUI��ATSH��H��h���L��`���dH�%(H�E�1�H��u
�G&��H��`�����H��h���L�U�H�X-IMAPbaM��H�L�XH����������@se: I�H�
�H��H��H��I��H��H��H��H�H)�H�ȃ�0A�@�H��	w�H��x���M9�v+L��L���
fD�B�H��H���G�L9�u�M)�M�M��I�{A� H���������M�_P�I��L��L��I��H��H��H��H�H)�H��0A�@�I��	w�H��x���M9�v)I��L���
fD�B�I��H��A�C�L9�u�I)�L�HDžx���E1��DI��L��x���I���[K�D�XL�GH��t�� ���u�CfDI��H��I�x�W����u�I���DDž\���2L��h���A�H�Status: I�PI�A���t	A�@RI�P	H��`���t#A���@��I�G����H�
X-Statu�s:�B
 H�H�Bf�rE���A��t�BDE���H�BH�xA��t�FH�PE���H��H��A��t�AE���H��H��A�� t
�TH��H���
E�����dsH�x�@:H�X-KeyworH�pf�H	I���H��x���H��tKH��x����� L�gH������L��I�T�X���tf�H��H���G����u�H��x���u�Hc�\���H��H+�h���H9��ZH��x���H��`����
��H���
f�H�GH+�h���H�]�dH3%(�eH�Ĉ[A\A]A^A_]�fDL��h���E1�Dž\���2������OH���T���@�
A�Dž\���P����M����I���������L�U�L���@I��L��L��H��I��H��H��H�H)�H�؃�0�F�I��	w�H��x����D:L�G�GX-UIf�W�G L9�v)L��H�����B�H��H���A�L9�u�H)�I�I�xA�
����f�H)�H��x��������H�DH���G� H9�u�HDžx����x���H�GL��I���|���M�u�������ff.���UH��AWAVAUATI��uSH��H��	H����1�H����dH�%(H�E�1��	���1�1��I�����H���OHDž���1�HDž���1Ҿe1�H������¸��H���I��H��u�'�A�FuM�vM��tI�6�H�������u�L��H������'���H����1����aM����H�����
�H���lH�'�H����H����H�=�)�1����I��H����@$��H�CH�x0�H���s���1Ҿ�1����H����I��H������H��H��������H������A�D��H��H������1���A�Ņ��.H�� ����ƿ���H�{8�8H������A�H�������f�I��L9c8�L��H������I����t�H�p(H�C1ҋx���H�CI�W8H�p0�x���H�CI�W8D��H�p0�Ѽ��H�����#����8�L����H�
y�H�����I��H�CH�x01�藻��H��P���D������M��tI�~H��H��������H��������1����H��h���H�����H9������6H�����H�����1�H������2���H�����1�D�����M��tI�F1�L���	�+��H�C�H�x0���1�H��H�������H����H�M�dH3%(�QH��	[A\A]A^A_]�@H�����ܼ��H��������������~�����
����/����M����H����H����L��H��A���s���@H�������L��H�����H������H��t�|�
�H��D������H���6���M���EI�FPL��A�H��H�HI�NPH�CH�p0�P���H��H�CD��H������H�p0趺��H�����H������L��H�߹����H������D��H��脺��H��������H�5��D���g���H�������H������ ���L��H���%���H�����H������I�vPH�������������ۭ��H��������D���������8���M��tI�~H�sH�����H����I�VHL�����H��H�����H������1����H�����H�����H�����H��H�����1�褶��H�����1�D���3��I�F1�L���	���������y���H�{8�n���A��L��H���������tH�S�
������I��L9c8s͸�$���H;�x���HM����H��H������������H�CH�����H�x0����������L����H�
g�H�����1��蜷��H�C�H�x0�*��H�CHDž���H�x0���f�1Ҿ�1�蒲��H�����H�������譽��H�����衽�����@H���P���苨���8贯��H�
�I��H�CH�x0H������1����H�C�H�x0���1�����fD1�H�����H��I��������1�����I�FH�8���H�CL��E1�1�H��H�p0����H������H����H�5����������M������H�5�1����H�CL����H�
��H�x0�1���M������H�CL����H�
��H�x0�
����H������,��H������ ��1��Y���H�����H�����H�����H��H�����1����H�����1�D���q��M���F����0���1�H�5/�H�����1�����H�CL����H�
.�H�x0�k���1��־��I�FH�}����X�����H�GH�PH9�r��f�UH)�H��AUATI��SH��H��H9p8��H�x0L��1��r���f�H�C1�H�p�x���H�CL��H�p0�x���H��xH�C�x誼�������-���D�(H�CH�p�x���1�Ic�H�����H��t�H�C�x�l���D���$���H�
n��H�����I��H�CH�x01��o���1��C$u$H�S�H�E�H�z0����H�E���H��[A\A]]��H�x0���H�CI�|$L�`8L�k�1���I�E0H�C���@��UH��AWAVI��AUI��ATSH������H��(H������L�'dH�%(H�E�1�H��uW������D�8D���0�����H��I��H�
��1�肳���H�����Ic��1����I�D$I�u1ҋx����H��x�I�D$H������L��x�7���H��x�MuH�E�dH3%(uH��([A\A]A^A_]�������UH��H��AWAVAUATSH��H��H�w L�g0H�E�I)�H���mL�o(I��M��L��L)�H��%�M��LE�M��t=H��L���n���H�{0H�u�I��H������L{0L{M9���Lm�O�<,M)�M��H�sL��H+s�,���H��t_H�SH��H��?H��3H��H)���H= v6H%�L�$M��t'H�s L��H���к��M)��WL{ L�{0�M��t5L�c0L�k M9���K�4L)�H9C(rMH�u�L��L���V���Ls0LsH��[A\A]A^A_]��A� I)�L9�wjH= v�1��]���H�� H�{ M)�H���H�s(誤��Lc L�c0�L������H�C H�C0H�CH�CH�CH��[A\A]A^A_]�DH���L��H= �����@H�{L��H+{�г��I��H= wL�c0L�k �����I���H�u�H��L��芹��LcM)������Le����H�{ L��J�4'�@�����ff.���UH��AWAVAUATSH��H���H��X���H�� ���H��@���dH�%(H�E�1�H�G@H��0���H�G���E1�H��X����(H��X���H�H�C���<M�I��H�{8��L��P���A�H��L��I��fDH��L�����H��X���I��t ���tH��@���t\���uS@I���M�n81�L��L��P���L��H��H���I�GO�d%H�p0���L�H���HDžP���M��I�H��I9_8�k���L��M���_L��H���$���H��(���H����H�{8� H��p���H�E�HDžx������ H�E�H�E� ����H�E�H�E�H�C���L��p���HDžP�������H��h���A�H��8���f�L9k8rlL��H���?��H��X���I����������H��@���tA�������@L��H��<H��0����菴��H��X���H�L9k8s�1�1�L���"���L9e�tH�=C��p���I�~ �g���H�CL��L�`H�C�x�P��H�C�x贵��M��tH��P����aH�CH�߀ �H�C� �H�s8���H��0���H������1�����H�{H�u�H�E�H��H�E�1�薫����uH�CH�U�H�P H�C�x����1Ҿ�1�茨��H�{L�c�H��1�腱��A�D$����H�� ����\���H�M�dH3%(H��(�����H���[A\A]A^A_]�H�8L��X���I���������1Ҿ1�E1����H�������H�CH�߀H�CH�p0�Ϸ��I���h����H��x���I��I�w(H��P����H��H��H���H�CtA���u	H9����x1�����H�CI�W8H�p0�x�X��H�CI�W8H�p0H�D��8
uH��I��I�W8�
H�CI�W8H�p0I�GpL��IG(H�E�����I�7�H��H��8����\��I�W8I�WpH��h���H���S�|�
�HI���H9��SI���I)�I�H��I���L��IO(H�M�葪��H�C1�L��L��P���H��H�p0���H�SL��H��h���H�r0H���[���H��h���I��I���H�E�H9�x����H��8����L��H��莠��I���H��H��h���H9��$H��I���H)�I�H��x���H��H+�H���I���L9k8�H��h���H�DH��L��H�E�跩���H�5dzL��裩��H��H���A����HDžP���I�G(���I���H��H��h���H9�����������H�=V�H�����謷��H��h���H��������f�1�1�L���$���L��L��L9k8��I���HE�H�U�H�pH��h���H9�umH�U�H��x����B���D���H�=�H��P����'���H��P�������L��H��H��P����V���H��h���H��P���H�@(������H�5��L��H�E�H��x����i������@L��H������H�H(H���5���f�H�p0�W���H��X���I������������H�p0H��L��p����-���H�SL��H�r0H�����H�C��%���HDžP���� ���DI���H�p0L��I���L��P���H��H���1�H�����H���$���H����H9�H�����H��x���I�w(H��H���H�C����DH�=���ĵ�������H�����H�@(�H���f�蛙���8�Ġ��H�
���H�����I��H�CH�x01�����H�C�H�x0蝻��H���E�����1�1�L�����L��L��L9k8s^I���IG8H�U�HE�I��H�pH��h���H9�uH�U�H��x�������H�5��L��H�E�H��x�����������L��H������H�H(H����Q����U�H��ATSL����H��L��H��dH�%(H�E�1������t'H�C�u?�xL��H�����H�����H���!���H�E�dH3%(uHH��[A\]�fD1�1�L��H��聬��H��t�C$u�1�H�=��X����fDH�C�蕴��D��H�GH��t
�@��x�G$t�D����ff.���UH��ATSH��dH�%(H�E�1�H�GH��tVH���x��xL�S$��uC��tn���1�色��H�C�x�m��H�C�@����H�CH�x腡��H�C�H������H�M�dH3%(�SH�Ġ[A\]��1�1��0���H��tUL�����H��L���&����t,H�C���1�L��1�H���&���H���N���H��膘��H�C�m���DH�CH��P����p��xa�茱��H�CH�pH9������z�����.����l���f�H���ر��H�C�x����@�xL��H��蚺���o���H�s��G�����t��.����8�W���H�
��H�����I��H�CH�x01�袤��H�C�H�x0�0���H���ؿ��1�����l���ff.����UH��AWI��AVAUATSH���dH�%(H�E�1�H�t�G$t1L���q���H�M�dH3%(�mH�e�[A\A]A^A_]��1��a���1Ҿ41�H��I�GL�`(����L�H9�|�1�H�� ����"���H�ڿH���2�����u�H��P����w���L��L�������Q���1Ҿ�1��Þ��I��1��ٶ��D��L��A�H���0���A�ą�yL��聖��I�_1�趬��H�C(����H�ډƿ莯����uL��P���M��uP1��w����H�
s�H�����I��I�GH�x01�����I�G�H�x0萶��L��1�D��蓸���u���D���V���H��t�H�������L��H��H������C����t�1�1�D���3��I�~躧��L��D��H��H�����蕸��H�����1�B�0I�GH�p�x���I�GH�����L��x�Q���H��xI�G�x��������蓓���8輚��H�
��H���I��I�GH�x01��
���I�G�H�x0蘵��I�GH�p�x�H���H������<���I�GH�����L���x�v���L��螮��L���֔�����蜯��H��D�������u
L;�P�����H��P���1�H������ƴ��H������H�
�I��I�GH�x0AQ1�M��RH���G���I�GAZ�A[H�x0�Ѵ��I�GH�p�x聵��H��D���a������!���L;�P�������I�_�C�����H���H��I��1��e������1�D���&�����H*�P��H*���������I�WM�OM��H�
x��H�z0RH��P1�肠��1�Y1�^�w袛��H�5�]H���3�����t-�����H�֛I��I�GH�H01��ǭ���J���I�G�H�x0����3���ff.���H����UH��AUATSH��H�H���J���H�=���n���H��H�C�¼��H��tmH���U���H��t`�K$H�s8H��E1��}�����%fDH��L�n�D���L�������@<I��H;s8v�L��H��萲��H��H��[A\A]]�f�H��1�[A\A]]�H�ٰ)����UH��SH��H��軽��H��uH��[]��H��H��[]�ګ��f.���UH��AUATI��SH��H��(dH�%(H�E�1�H��t��tM�h���H��tMH�S�C$H��t�R��x�t[�t91�H�M�dH3%(��H��([A\A]]�@�;���H��u��C$�uǾH�=�s���1��f�L������H��L��������t�HDž���H�C�u]H�{8�u�H;s8��H��讵��H�����H��蟵�����tH�C�H�����H�pH�CH������t�1�M��H�����L����H���Z���H��teL�����L�%��M���~H���f���H��螐����C$����1�L�����������xL��H��L�%���볐H�CL��H�ދx�޲��H������H���>�����o���@H�CH�
[��H�����L�`01�L������X����Ѫ�����UH��ATI��S�G$�Ã����G$����u;H�G�u"A�D$$��L�����	�A�\$$[A\]����[�����f�1�1������D��UH��ATSH���͙��H��I�����L��[A\]�f.���H��t1��`����ff.�@��H��t1��P����ff.�@��H��t1�� ����ff.�@��UH��AWI��AVE1�AUI��ATI��SH��HdH�%(H�E�1�H���wI�D$8I�T$@L�m�H�E�H�U�A��tCH�E�H��t6�f�H��L���������uH�E�H��I9\$8s�H�U�I�D$PH��H�E�I�D$HH�E�H��uA�D$$uMH�U�L��L���Q���M��t
1�L���2���H�M�dH3%(H����H��H[A\A]A^A_]�D1��!����1�H������H��H��t�H�@8H�S@HE�HU�M��t;H��t6A�f.�L��H���5������uH�E�H�C8I��L9�s�H�U�L��L��HE�藋��M��t
1�L���x���H��1���i����2���@�1��t���I��H��tI���m���1���������UH��AWAVAUATL��0���SH��H��dH�%(H�E�1��~���1�����L��H���'�����u
H��`���uAH�����H�[1����H�C H�E�dH3%(��H��[A\A]A^A_]�DH�CL���p褥����u�H�CH�@H9�`���u�1�般���1�H���y���I��H���t����@$uH�@8H����H��u1�L���-����O���H�CH��`���1ҋx�s���I�}8��H�����A�L��(���L�����H�����H�� ���H������fDL��I����M;u8�.L�����1�1�L��A�L���Θ��H�����A�1�L��H�����L��H��(����5���L�� ���I��L����t�L��L��L�����Я��H��H�CH��H���H�x0�F���H�CH�H0H��H�������ߒ��H���H������L��������׉�@��@������<~��@�����<����@���������4�H�<1�D�H�
�H�������|���H�KH�q0H���H��H�������N���H���H������H�‹y�E���H����L��L�����荩��H�C�x���|����8襏��H�
���H�����I��H�CH�x01���H�C�H�x0�~���H�CH��`����x�+���H�CL���p����H�CH������H�P���H�CH�����H��(����x艗��H���D���H�CH�� ���L��x�j���H�������� ���L�����H�C�x������� ���H����tVL������L�����1�H�
ș�L������L��L��H�%�臩��1�1�L���˓�������ѣ��fDž����1L�������ff.�@��H��t_H�GH��tVU�H��SH��H���x1�����H�C�x���H�{H�0t	H��0�ӧ��H�{�ʧ��H�H��[]�@����UH��AUATSH��1�H��蕞��1Ҿ41�I��H�CL�h �L���L�I9�}H��[A\A]]�f�L�c1��E���H��L��躩����t�H��H��[A\A]]����@��UH��SH��H���;���H��t�8tH��[]�f.�H��H��H�5]�[]����ff.���UH��AWI��AVM��AUI��ATI��SH��H��	L�����dH�%(H�E�1�H��t�����L��L��蝋��H�����H��tH��0���H�ƿ�}��������`���D�0I��A���pL��H�5a}A��;���A�������ED�H��t+E��t&�;��x H�����D������̧�������D�����E�7D��H�M�dH3%(�H��	[A\A]A^A_]�@M���L��E�1҉�1�藗��A�…��G���H������D�׺D�����H��H�������7���D�����H=��A�A�����D��D������A������S���H��x���H������@���H�����H9�����I��D��������H������L��H�� ���D�����H�� ���A�����H��(���1�蟐��D��������A�A���������������*�G���������m�:��������b�-��������x� ��������*���������
���������
�����D���������H�����D�����H��DP����H������DP�����H������DP�����H������DP�����H������DP�����H������DP�q���H������DP�^���H������DP�K���H�����I��DP�5���H������DP�"���H������DP����H������DP�����H������DP���H������DP����H������DP����H������DP����������
����������
�����M����D��1������D������������i���M����1�1�D��D�������D�����H��H����6���H������D�׺D�����?���D����H=H�����������+����1�H�xH��H�I��HǀH��H���H)������H�M�L���H������ƅ���H�x���L����1�I�@HH������D�����M�'H�x�ч��D����I�D$PH������E1�D���H��H�����H��L��I��H������
H��H����蕈��H�����H��toH����H9�tc�H�����1�H��H���H��H��H��H��2wI�H��H�����v���H����H�D�XH�����H��H��H�����H���j���A��D���L����H�����D���L������E1�H����H�����H�����H�����L�����E��H�����H9�`�����H�����1�D���Ӯ���@L��D���C���H��H��xY�
L��Ƅ�����v���H�����H��t
�x
�gI�?1�E1�1��!���Dž�����I�H��`���H��H�����N�#L�����Z���f�D��1�1�D�������=���H��x���A�����H�������~��D������H�����I��E��H;���������E1�����V�������E��D���L�����H�����tdD��1ҾD�����迭��I��L������H�
���L�@PL��1�����D������L��D�����D���D�����E9�����D���A������H�����D�׺D������/���D���������*�������H���,L��L)�I���߅��H�����H���o���H����H�x�
�J���H��H���N���H������8;�>���H�x�-萅��H�����H��� ���H�����H�x�H������T���H������9��H�����I�7H�zH9�����H9FP����H�������H����D��L)�H��1��C���I��L���H�HPL�AH�
-�L�@P1�艋���L��D���y���Dž�����f.���UH��E1�1�E1�1�H��H��dH�%(H�E�1�H���������1���x�|���H�
�)H�M�dH3%(u�����ff.�@��H��tI��8t)��t	1��fDH��t�H�PH��h�t��f�H��t�H�5tH������@H��t�H�V�
��f.���UH��AWAVAUL����ATI��L��SH��8H����dH�%(H�E�1�谁��H����H����H���H���H��L��H����{��H���q�/H��贗��H��H��t�z��M1ҾL��1������������H������1��E1�H�����H�1�������H����I��H�
d�1�H��臉���:DH��I���d���M��H�
�^H�H�����1�H���Q���I��t+M��t
O�t�XM��u�L������I��H��H��fLD�롐H����D����H��D������H=��Qz���8�z���M��H��I��H�
Մ�1��Ɉ���H���\���L���D���D������1�f.�H�M�dH3%(��H��8[A\A]A^A_]���L��1�L����H�
�K�V����L�����1��D�y��H�������8轀��M��H��I��H�
���1������H��蟛��L��臃��1��P��������E���H����L���v����1���輕��ff.����UH��AWI��1�AVAUATSH��8H����1�H�����H���dH�%(H�E�1�HDž@�蘂��I��H����跍��A�H��H�H������L���H����M��H��@�L������L��H��H��L����H�������������H�� �L��8�H���H��@�H��(�L����H��H����H����A��H��H���H����H�5Jy�ޒ��I��H���iH��@��6~������H��0�迒��H��`�1�L�������w��L����H�����H��0�H����H����I��H��P�H����H��8�H���JH�P0H+PHP(H9P�xH�� �H����H��@��xz��H��(�I��H����H���虐��H����H���L�����1�M��tH��@�H�HPH�QH�PPH��8�L��0�L��H�XH�H0H+X(H+HR1�AVH)�H�<�L��I���W���ZY����H��8�H�8udH�G@H�w0H+wHw(�P�Of.�H��8�L��H�P8H�x0�4���H����H��8�H)�H�w0H+wHw(H�H�G@�PH��u�L����H����H����H���H��@�H�����H���1M���p���H��@�H��H�H�pP�Qz���?���@����车�����H�����k���H��@�H;���t1��d���H�M�dH3%(H���hH�e�[A\A]A^A_]��L�������Z����Su�����
���������L����H����H�
)�H�ߺ�1�譃��H�߾1��>����e���f�HDžH�A��0����H�=�}�	���f�����H��`��謗����襥��H����8���.H��H��H���H��x�H9�����H�� �1�H����H����H�� �H��(�1����L��� ���H��@���u���r���H����H�5<l��������H����H��H����H�5lH��@��n���M��L��H��L����H����H�����[|��������c���H����L����H�
����H����L����H�
n��h����H�=��1�趕�������k�������z����H����I��H�
^|H��1��܁��H�߾�o���H��H�������L���&�������M���M����H��@�H��H�H����H�pHA��1ҾL���9���H��@�L��H���H�HP1��h���1��謊��H��H�� ��1���1�蕊������H�����L��(�H��H�
-{�	����H��蜔�����H����1�H�5wE1�������H�=��)���H���&���H��H��۞���^���衎�����UH��AWAVL������AUI��ATI��SH���H��(�L��dH�%(H�E�1���w��H���tM��t@H����L��H����y��H���l�8�c�/H���ލ��H��t
�x�G1ҾL��1��N���A�Dž���H�������D��H��H����e�����$����1��D���8������M���OH����/H���S���H��H���P�@�AH��H��0�H����#��ފ��H����u��H�%�=@��L��H����^���H��(�H��H����p��H�����D��1�脋��H����$��"���D���Z���1��NfDH�
�{H����M��tDH�
Q{M��M���H��1��~���H���J���1�H�M�dH3%(��H�e�[A\A]A^A_]�fD��o��H����8�v��M��H�
g�I���fDH�����#�AH��L��������$�D��1�蕊��H����$��3���D���k���H�5gL���\������4��B���f.��H�=���o���1�� ����D��H��������M��H��H�
�z�1��}���H���&���H����$�蔑��1�����DL����x�����$����n��H����8��u��H��M��I��H�
pz�1��$}���H��跐�����f��kn���8�u��H��H��M��PM��H�
z��1���|��X�ZH���o������f.�H�54f1�蒕�������蓊����1��E���D��UH��AUATI��H��@���SH��H��dH�%(H�E�1�H�G��p蟈��H�CL��p���L�@M9���I�t$8�x1�It$(H��诜��H�C�H�p0�x����H����H�CH�@0�8;u�x
-tT�@H�CH�
��H�����M�L$(M�$�H�@0PH�x21�A�t$8�{��XH�CZH�x0H��2����H�CH�@0�@
H�C1��H�x0H��	��s����I��H�����L����H��A��$���	�L��	�H��L���H����������	�	�L��H����߃���	�A��$�H�K��Ѓ��	����	к�H�CH�@0�@	H�CH�x0H��1��)s��A��$��I��$�L��%�H�]�dH3%(��H�e�[A\A]]�f�H�x0H�
=�H�����1���z��H�CH�x0�Շ��H�C�5���@��k���8��r��H�
�~�H�����I��H�CH�x01��7z��H�CH�x0芇���$���������UH��AWAVAUI��ATSH��(H�U�H�u�諑��L�����I��H���L��A��A��A��A��A��A��H�E�A��A��A��A��D�U��A��A��D�Mσ��2~��D�M�D�U�H��L�E�t
H�U�H����A���A��A��M҉�M	����D8�u&A��A����I��I��M	��I��A8�t!L��L��莐��H��(L��[A\A]A^A_]�@����8�u�H�E�I;��u����I�6L��E1��:������UH������H��AWAVAUI��ATM�}XSH��H�GH�X01�H�{H��H�Hǃ�H��H)������H�H�
�|H��M�MPM�EH�kx��1��C�H��I���Ds��M��H�
lMH�H�����1�H���1x��D��A����M�7D�`M��u�I�U�BA�M&@H����r���
H�A��E�d$f��@v�I�EH������H�H0L�@(1�H���H�
�|�w���6��i���8H���1p���L��H��葏��Hc3�L���ь��I�E1�1��x����I�E�H�p0�x�\x��H��~�H��[A\A]A^A_]��I�E�@A�e&��E���ff.���UH��ATSH��H��H�wdH�%(H�E�1��~�C$���F������y,@H�E�dH3%(��H�İ[A\]�f���L�f(�u~��H�C�H��P����p�݂��H�SH�E�H�BH��H������H�SH�H�B(H�SHcB��fH�|�Xt^H�����1����H�{H��@���H��@���1��>t��H�s�~����@���H��@�/���H�C�@�����'����L9b(u���ۃ��ff.���UH��AVAUI��ATSH��H��dH�%(H�E�1��`���I��C$u	���x.L��H���#z��H�E�dH3%(�sH�e�[A\A]A^]�H�CH��@�����p訁��H�CL��p���L�@M9���I�t$8�x1�It$(H��踕��H�C�H�p0�x�#���H����H�CH�x0�?;u�
-tT�GH�CH�
�zH�����M�L$(�H�@0PH�x21�A�t$8M�$�t��H�CY^H�x0H��2����H�CH�x0A��$�M�t$��t
��M��u&H��	�1���l��H�S%�H�z0A��$��։�H��M��$�@����AV�����tq������4Ή��������������H�
�xD�H�����1��s��XZ�3�Se���8I���yl���H��H���ً��Icu�H������H�CI�t$81�It$(�xH���<���H�C�H�p0�x�t��H��~����DH�x0H�
�yH�����1���js��H�CH�x0轀��H�C����@�d���8��k��H�
�w�H�����I��H�CH�x01��s��H�CH�x0�r�������������UH��AWAVH��0���AUATSH��H��8H�O8dH�%(H�E�1�H�GH������H������H�O@L�x�pH������O$�L����������������~��L��`���M9��NH�C1�1��x���H�C�H�p0�x�a���H�C1��H�@0ƀH�CH�@0D�`�@H�CH�x0H���ij��1��H�CHH�CH�@0D�`H�CH�x0H���Aj���C$��H�CPH�CE1�L�p0I���f�I��M�t$I��tQ�
L���k��I��L9�tBH��t=A�$J�|�Xu�L���l��H��2w�L��M�t$����J�D�XI��I��u�A�H�CD�h�m~��H�SH�0H����1�H�J0����D~������D~������D~tw����D~ti����D~t[����D~tM����D~t?����D~t1���
u(���
u�H���1��h��H�S�H�J(H9�tH��t�
H�SH�B(H������K$H;�`�����H�����A�E1�E1�H����H������fD�����fD������fD�����HDž���H������H�CH�����1ҋx蟐��H�C�@H�p0�x�
���I��H���H�C�
H�@0B�0H�CL�h0L���,i��I��H���e�x
�[�H�C�,L�h0L���h��I��H���rH�@�;H��H�����h��I��H���NH����A�WH��DP��A�W�DP��A�W�DP�tA�W�DP�dA�W�DP�TA�W�DP�DA�W�DP�4A�W�DP�$A�W	�DP�A�W
�DP�A�W�DP��A�W�DP��A�
-�!A��A�W�DP�A�W�DP��A�W�DP��A�W�DP��A�W�DP��A�W�DP��A�W�DP��A�W�DP��A�H����I�G�
A�H���H�������3f��I��H��uH�����H�����8��H�����I��M)�N�, H���H��`���M�L�����I9���I��1���e��M�_	I��H����H;����vFH9CPr@A�G
1��L��H������e��L������ĀI����L������=fDf�����tTH��������H������H�
�tL�����L�H1���l��H��������t���1��-v��L�����H�CHH�����1��f�����H�CPf�����A�G
1��L����d��I��%�H������qH������H������H��L������H���(���H������H�����H������H�CH��H������H�p0�w��H������L������H����H���L�a8Hǁ�H�A(L�qA��t���A��t���A��t���A��t���A�� t��� A�G	H�������1�H���L��������c��H���H���H�����H�AH����L������A��uA���@H�����H�11�H��H������*���H������f�����H�AH������f�������%fDH�CP�f�����H��H�����H�CPH��`���I9������f�����t
�C$��H�S�H�BH�CH�������p�v��H�CH������f������H�Pt
�C$��������S$H��H�����������	ЈC$�*���H�����H���k}��A��\H�sPH��贅���H����L�����L������H�
Kp��L��1��i���L���}��H���s��E1�H�M�dH3%(L���0H�e�[A\A]A^A_]�f�L������M��L�����H�
�p�fD���@H�CPH�����H��H�CPH�A�.���@L������M��L�����H�
�p�H���H��L�����M��L������AUH�
�o��L��1��)i��AXAY�!���L������M��L�����H�
�o��H�CL������L�����H�
BpL�H0����������H��H�lmL������L��`���PL�����H�
o�n���H��L������M��L���PH�
p�L���H�CH������H������H�HH�C�p�t��H�CH������H�P����H�����H�CL������H�
5pL�����L��L�H01��h���L���{��H���1q��L���������H���q��H�C�x�o��H��`�������1��.q��H�{H�� ���H�� ���H�CH�@H��(���1��e�������u��ff.��UH��AVAUATSH��H�WdH�%(H�E�1��H��tH���z��x�R��x(H�u�dH34%(�CH�İ[A\A]A^]�DL������L���o��A��1�E��x�H�C�uYH�x��H���g��H����H�C�t4H�{8t-A��L��H��I���i~�����L;k8v�H�CD�pH�{L��H�����H�O@H��HH�G�I��$�H���H��H)�H)΁����H������pH��@�����r��H�CH������H9H}�H�CH�@�)����L��D��H��8����&z��H��8��������s��D��UH��AWI��AVAUATSH��H��(H�U�H�M��x}��I��H�@8IE(H�E�H��tH�M���H�E�L� M����I�GH�x8@���xH�u�1�����I�GH�E�H�X0fDI�}�@L)��h��I��H����I�GL��H�ދx�A{��I9���I�GL�H�{�L�H0L��L9���D�8
�P�#�p��
�>�P@��
�@�p��
�S�P@��
�U�p��
�X�P@��
�z�p��
���P	@��
���p
��
���P@��
��H�p��
��H��H9��S���H�s�H9�w�5DH��H9�s(�8
H�Pu�x
u�x
��H��H9�r�fDI���p�C�H�M�M�H�E�A�I�GH�@0H)�H�L�H�XH�M��|���@H����
tH9�������i�����x
t*H����@H�������H����f.��x
H�Pt_H��벐H������H���f.�H�������D�x
H�P�����H�M�L)�H�D�@H���S���H�M�L)�H�DH�M�I���H�H�M�H��tI�GH�@0H�H�E�H��([A\A]A^A_]�fDH��������DH��	��H�=�j�p��I�G�.���H��
������H������I�EH�M�H�}�H�I���t�I�GH�M�H�@0H��x����PH�����D��UH��AUATSH��dH�%(H�E�1���H�H��?t%H�}�dH3<%(��H��[A\A]]��H�M�H��I���ic��H�U�H��tH��H�E��I�T$H�Ƌz1��^���I�|$H�H;W8w H�w0H�uЋ�w��H�U��f.�H��0�s��H�;I�D$H�x8H��M�l$�f��I�E0H�I�|$��Zo��f.���UH��AWI��1�AVAUATSH��(H�����H������1�dH�%(H�M�1�H����C\��H�������H������I�GH������x�mi����������:I�GH��0����H�������p�m��I�GH�PH����L���wa��H����I�G�t?H�������H�PI�8tfDH��1�L��H���7t��I9_8s�I�G� �I�G�x�1��l������1��H��������I�G��x1��l��1�1���H������HDž��HDž��tv��I9_8rj�H��L���s��H���!�������H������
�����H�0�L�����H��L����e��H����I9_8s��I�G�x�Dg��I�GH��������p�k��I�WH������1�H�BH��(����h��I�H�� ���H�� ���1��6]��H�����������4s��I�w8L����w��H����L���r��H�M�dH3%(H�����^H��([A\A]A^A_]�D����
���H;����������������H�=�f�4r��HDž���L����*V��HDž��HDž��HDž���HDž���HDž�H�����I9G8��H�����1�L����q��H�P(H�����H���H��H)�tH����H�����HH��H�����L�iH�Q8L�H�H�����H������H������H�������H��
�����H�����L��H�����H������c��H����H�����I9G8�7���I�WH�BH+����H�BH)�tH�����HI�GH�XI�GH�p�x�q��I�G�x��d��L���8P��1��H��������I�G��x1��ei��1�1����v���f.���@H�����<H�����H�����H�����L�p(H�����J�0�g����I�GH�����M��H�p8�Y_��1�L��H��I�G�x�}��I�GH��H�p0�x�rr��L+�����9f��M���8I����T���L��H���1t��Icu�L���pq��I�G1�L��x�|��I�GH��H�p0�x�\��H��~�I�H)�����G���H�����H�����L�H)H(���D��@H����H���������H�������H�����������o��HDž������li��ff.����UH��AWAVAUATSH���dH�%(H�E�1�H����H�GI��H����D�g$�p�H��0���A��A��������Xg��1�1��{�*V��H��tI�G�I�WH�JH��H��tH;�����}
�
I�WH��H�JH9�`���u�
��uI�8t�������f��zL�������L���	c��A���.I�GL������9[��H��H��t�����tL���@f��L���[��H��L��D���Zn��H����I�W�
H�Ѓ�unHDž(����u^I�8teA���fDI;w8wLL���q��L9`(tI�W�
H��(���H�PHP8I�GH�qI�H��(���H��t�H��A�G$�6� ���1�H��H�]�dH3%(��H���[A\A]A^A_]�fD�;Z��H��H��u+L��D���xm���fDI�W�H���
����@I�GH�������HDž(���HDž���H�P�$@I�GL��������l��H��uOH��(���I9w8s�H�����L����k��I�G� �A���j���L��D����l�����f������fD�����@<H��(���H������H�pH��(�����1�H��(���L���?I��H��uZH��(���I�G������ �I�GH�
�`H�����L��(����H�x01��X��I�G1�H�x0�k��I�G�^���@H�=�\�Te�����e��ff.�f���U1Ҿ�H��AVAUATSH��1�H��dH�%(H�E�1���R��H���1H�{I��tH�=M\��d��L�����H�sL����N��H�����C$�E1�1�L��1��[��A�ƅ���C$���@�X\��H�xH��H�H��Hǀ8H��1�H)���@���H�H�S�D�rH�C�@����L�s�\��H�5Z@I�F0H�CH�@8��H�{�&x��H�{���C$�ƒ�	ЈC$�i��L���4t���L��H�CH�C�x�_��A�ƅ��)1��A��H�C��x1���b��1�1�A��L��D���rj��H�CH��H�@H�CH�@H�CH�@ H�C� �H�C� ��C$f�C"A�ă�H�C@H�C8A���C$A���b��H�s8H�����C$A��H��A����A	�D�c$�n��H�s@H����h��H�CH��ti�K$�C%���ƒ�?�׃������	���	���������	�	��	ЈC%���������H��@H�C(���C&��	ЈC&H��H�M�dH3%(�0H��[A\A]A^]�f�1ҾL��1��OY��A�ƅ���������H������H�=<�h��H�s8���f.�H�C(1��m�����H�=�U�Oh���K$�d���fDL�CL��H�
�T��T���L���h�������H�=�f)�U��������H�=3Y��g��1�����E���8��L��H�
�X�L��I���1��T���L���g��1������a��ff.�f���UH��AUI��ATI��SH��H����_��H��taA��H��L��u`�{H��H������tFI�|$8t>�@H��L���Ek�����t���x
1�H��L���Fg��H��I;\$8v�H��[A\A]]��R��H�������UH�GH��H��t��W_��H��u]�1�H�=cJ]�f�����UH��AUATI��SH��H��dH�%(H�E�1�H���������G��I��M��t{H����^��H��tn�C$��I��H�u�H��H҃�H���C��H����L�E�M����H�CH�
	[H�x0�H�����1��rR��H�C1�H�x0�f��H�M�dH3%(L��uuH��[A\A]]���Q��I���S����H�=\'�e���DA��2���D1�H�=�J�e����H�SI��H�
8IH�z0�T�����_��@��H��t_H�WH��tVUH��ATS�G$H��A�ă�A���G$A����t:1�1��L���C$A��H��A����A	�D�c$[A\]�Z������
�x]����fD���G$u�����f.���UH��AWAVAUATI��SH��XdH�%(H�E�1�A��t+E1�H�}�dH3<%(L����H��X[A\A]A^A_]�H��I��1�I��I���d����I��u	���ttI�}L�E�t�H�U�1�L��L���R��I�UL�E�L��H�u�A��JH�E��M�H�M�H�H�E�H�B0H�E�H�[b)I�G@I�PH)��I���f�L��H�E��tZ��L�E�H���s���A���1�L��L��L�E��o��L��L���cg��1�1�1�L����k��L�E��8�����]�����UH��ATI��SH���
Z��H��u[A\]�I�4$H��1�[A\]�o��ff.���UH��AWAVAUI���uATSH��H��8	H������1�H�����dH�%(H�E�1��J��1Ҿ�1�I���xJ��H�����H���h�U��H������U��H�����L��H��HDž�����������N��H������E1䀽����1�H�����H������L��������H������H������L������H�����L�HH�������H������������?�����
����������M���[H�����H������L��H��A��I��f�H�M�dH3%(L����H�e�[A\A]A^A_]���B��H����������@H��A��E��D�����H��0���D���'Z��H��`���1�D���Vn��H�����H�����
fDI��L9c8��L��H���Ge��I����t�H�p8Hp(1�H�C�x�n��H�CL��H�x0�_��I���HDž���H������+f.�H������W��L�|�XM���nH�����H��u�H�����tH�����H�HPH�QH�PPH�CH������H�H0H��H��������G��H������M�E�H������L�����RA���H�<�щ��������H��������������������H�
Q�1�RH������kL��H�CL�x0L���KG������ZL��YH���HM��H����E1��=���8�D��H�
CQ�H�����I��H�CH�x01��L��H�C�H�x0�_��H��`��������G`�������zH�����L�����H��H�����H������H�PHH�������D����1ҾD���(l��H�CH������H�
PH�x0H�����L�@P1��kK��H�C�D��H�p0�VL��1��T��H������H�� ���H��H�� ���H������H��(���1��1I�������vm��H���.>��H�������������_��������H�����H9������1��i�����HDž���1����fDE1�DH�����J�t�XH���u���L����k����u�D����H�H	�����Q����I��I��u��;����H������th��H������hh��M�����H��x���H9�������H�� ���H������H�� ���H������H��(���1��H�������Vl��H���=��H�������������]�����������Q������H���������D�������������!ш����U����M�mD�����=H�SH�r0�zH���}_��H�CH�����D��H�p0�VJ��L+����H����H�CL��H�p8�L��H�����H��u�H������l���L��H����M��H�����H����>��H�����H�����H�pP��>���6���fD1�H�5_JH����`�����f.�M���T���H�CL������H�
�MH�x0��H�CL������H�
�EH�x0H������1��oH��H�C�H�x0�[������1��Q���!���H����������L��H���M��H�����H���>��H�����H�����H�pP��=������H�CL������H�
^MH�x0�k���H���%R��H�����H�{8A�u�FDI��L9k8r7L��H���c_�����t�1�L��H���m[��1�L��H�߀���yg���1�1�1�H���ic������_U��f.�D�����x�f�H�G����Ð��H��t1��`?���ff.�@��H��t1��P;���ff.�@��H��t1�� a���ff.�@��H��8uH��tH�5@0H���=c��D1��D��UH��AWAVI��1�AUATL������SH��H��HdH�%(H�E�1���O��H��L��H��������b��H����H��I���oU��L��L��H����7��H��t#�/L����S��H��t:�xu4L��H���^��H�M�dH3%(�YH�e�[A\A]A^A_]��1Ҿ1��A��I��H��u�1Ҿ�1��@���L��H��1��I�����������TL��H��������H�������H�H�������W?��H���L������PH�V)H�
N�L��L�H�NV)L�1��LE��A�EI����������! ��t����€�D�I�ELD���XZI��L���zd��H������H��V)H������L�0��Z��L��I����?��H������H��H�
�@I�H��U)H�����VL��AVAWL�E1�H�mU)L�1��D��H�� �L���XK��H��t6L���KK��L��I���`?��M��H�
�>I�H�����1�L���MD��I��I��u�L���+?��H������H�
�LI�|H�U)L�H�rV)L�1��D��H�������
H����������!�%����t�D�����������D�H�JD��HDщ��H������H��H)�H���D��H����D���f���w���I�غ�1�L������H�
�L���sC���L���W��1��F�����4��H�������8��;��M��H��I��H�
�>�1��$C���H���V��L���>��1�����c4���8�;��H������M��H�
�>I����1�H����B���H���gV��L���O>���������e��1�����P�����UH��AWAVAUATSH��(dH�%(H�E�1�H�H�; ��t)H�]�dH3%(��H��([A\A]A^A_]��H��I��I����Y��H�=b�)I����H�CI�up1�Iu(�x�b��A����H�{I���H;W0�\H�w(���W��H�CH�P(I���I�$�H�CI�4$H�P(H�H�U�H9�s(H��fD�8
tH�JH�M���
H�U�H��H9�u��H�C�H�u�H���)H+p(I�4$H�CH�x(�-S��I�$H�CH�@(���@M���I�~�XF��H�SH�E�H�ƋzL���2W��H�U�I����H�{H�U�I���H�w0H��(��?��H�}�I�$�JS��H�CI�4$H�P(H�H�U�H9��E���H���'f�H�JH�M���
H�U�H��H9������8
u݀x
u���DH��(��R��I���H�CH�x0H��L�s�E��I�F(I���H�{�k������;��I��H�y�)H��9I�I�G�;��H��I�GH��9H�H�BH�U��;��H�U�I��H�BH�y9I�I�G
�f;��H��I�GH�f9H�H�BH�U��D;��H�U�I��H�BH�F9I�I�G�";��H�=69I�GH�8H�@
�f����rM��f���UA��H�~H��H��1���H)�H��S��H���H��H�Hdž��H�D���BU��1�H��x�;tH��H��[]�@�{u�{u�{u�1Ҁ{
����ff.���UH��AWAVI��AUL������ATSH��H��dH�%(H�E�1��0��H��L���I���#[��H��tH��0���H�ƿ�I����t.1�H�M�dH3%(H����H�ĸ[A\A]A^A_]�@H��`���H��uA�$�f�1�1�L��1��rB��A�Dž�x�L�����aL��H�Å�uA�$����D��Hc��g`��H��x���H������H9�����	H9��c���H�� ���H�� ���L��1�H��(�����;���?����K��ff.���UH��H��dH�%(H�E�1�H����N��H��tH�ZN)H�U�dH3%(u���TK��@��UH��AVAUATSL��$��H��H�$L9�u�H�ĀdH�%(H�E�1�H�GI��H��I��H���I��It$(�x1��]��A���UH�CI�T$H;P8��H�P8H�CH�HHI9L$���@I��$�HDžx���H��`�����`���I��$�ID$(L������H��h���H�����L��H��p���H�uN)H�������H�CL�p@@H������H��H+�����H�����H9�����t/H������tuH�BH�������<
tt<
t�A�I���fDA�H�CL+p@L�pPH�CH�@PI�EH�CH�@@H�]�dH3%(�4H�Ā[A\A]A^]�f�H������L��P<
u�A�
I���DH�CI��$�H;P0��H�p(�x�Q��H�CH�P(I��$�I�E�H�CI�uH�P(H�H9�s!H������
t�
H��H��H9�u��H�CH+P(I�UH�CH�@(�)���DH�x@�gM��I�D$H�SH�BHH�xL�s�
@��I�F@H�C����H�x(�7M��H�SI��$�H�B0H�xL�s��?��I�F(I��$�H�C�����H����UH��AVAUATSH�� dH�%(H�E�1���t)H�u�dH34%(��H�� [A\A]A^]�f�H��I��I��I����Q����u	���t1H�U�H��H��L���/=��H�
PJ)H�U�L��H��I�M@��눐I�T$L��L��
������H�E��;Q��H�E���G����UH��AWI��AVL�u�AUI��ATI��H��L��SL��H��dH�%(H�E�1��1.��H�sH�S0M��H+SH��1�L��L�FL+C(�I)�H�	3L�=�3�gT����y!��fDL���D��I�L�XH����H�}�u�L��
�.[�������DH�{0H��H��H+SHS(H9S��H�S8H�H9�v ��8u��H��H9�u�H�S8H�{0L���Z��H�S8H9�uAH�C@H�s0H��H+sHS(H�P�fD1�L���L���S�����D���fD1�H�u�dH34%(u'H��[A\A]A^A_]�L��
�SZ������������#F����UH��AWAVAUATL�%ASH������H��hH��p���H������H������H��x���dH�%(H�E�1�H������Dž����H������H�������H����P��H���j�D��H������I��H��DP�$�
H����0��H���L������H�ߺ
L���OL��I��H������H�xH�������8 ��H�PI��DP���
L���q/��I��H������H�PH�������8 H����������L��1�H�������'��H������H��L������I��H��G)H�������RH��?H�1��Q��Y^���=A��tH�������R�X������H������H�=(0��D������A����A����A���A�� tH�������T�DX�������H������H�=�/�xD�������L������L�������#������L����W������tL���,����
u�H�������
A����W������JH��x���t<H��p���H�������H�X/H�HPH������H��H�HP1��P�����M���H�������H���N��H����I��A�I����������!�%����t������D�I�WLD����I��I)�M9��_M)�H������H���&H��L��H��I��H)�H�pH)�H���qO��H������L���"S��H������H��u�M��tQA��
u+������<X����<
�NDž����@H������L���H���V��I9���F��=����M�����H�?E)H������H�8�B�������H��p���H���X���H�pPH��x�����)���C���f.�<s��<x�p������������b���������-�U���I������������<U����������<I�/��������<D������:�H������H�=i-��A��������@1�H�]�dH3%(�H�e�[A\A]A^A_]�@<S�����I�����������������������������<Tub��������<AuT��������<TuF��������<Uu8�����Dž�������<S�L��������:�?����2���f.�Dž�����!����H�=};��?�����H�������D�T������
���A������H�������F�jT��������A�������H�������A�FT�����������I����������ƒ�߀�I���������߀�M���������߀�Auy�������߀�Puj�������:�@���I��
�>�����߀�BuY�������߀�AuJ�������߀�Su;�������߀�Eu,�����:u#��I����I��
�����������<K������������<E�������������<Y�������������<W�������������<O�������������<R�x�����������<D�f�����������<S�T��������:�G����:���f���������<S�@�����������<T������������<A�
�����������<T�������������<U�����������<S���������:�������f�������!>�����H�GH����UH��SH��H���x�����x���}H�xt
H�x�MB��H�CH�x(t
H�x(�9B��H�CH�x@t
H�x@�%B��H�CH�x`t
H�x`�B��H�CH�xXt	H�xX�A��H�{��A��H�H��[]�fD�1���;��H�C�x��Q��H�CH�x��*��H�CH�x�V����^�����Q��H�C�x���/����f.��ff.�@��UH��AWA��1�AVI��AUATI��1�S��H���u̾�D�E��*��1��I��к����L��L���E��D����H��uU�u�L��1���2���Å�y"1�1�A��H����[A\A]A^A_]�f.���L��L���E��H��t����P���u�D���L��1��2���Å�x�uȉ�1��:���f�L���h,���fD��UH��AVI��AUATA��SH��dH�%(H�E�1�H����1�H���R7��H��@���D��I���+:��H�C�@��x`H�E�I�U�L��0���L9�HM�H��8���M�����D��1��:��L����+��H�E�dH3%(��H�İ[A\A]A^]�H�{@H�U�H�E�t)H9�}H9U��I9�IN�H��8���H��H��0����H9�|
H9U�����I�U�I9�L��0���HN�H��8����X����1��l9��D���TO���T����H�{1�H��0�����*�����$���H�CH��8���H�P �����:��D��UH��AWAVAUATSH��H�$H��I��L������I��H��dH�%(H�E�1��$��L��L����H��H���H��tL����H��L���%��H��t	�8�H�
�(L��I��M���1��,��L���&���L���?��1�H�U�dH3%(H���kH�e�[A\A]A^A_]�f�HDž�H������H����L��H��H�����!���������1Ҿ�1��&��H�����L��H����H��A����8���������H���?H����/L������8��I��H�����@A�@�L����H�� �L��L��������b6��L�����u��8�%�=@t-H��L�����9��L��L��H���h��L���H��������A�@L��L���r+�����2H�������1��F0�����1�1��70��H������%��L���s����R���f�H�
�&L����H���������@�/L����7��H���H���3����x�����/���@M���1�L����H�
�&L����)��L���������fD���L����8�5"��M��L��I��H�
�#�1��)�����1�1��E/��H�����$��L������V���@����8��!��H��I��M��P�H�
M&L��1��&)��XZH�������1���.���fDL���$�����n����S��L����8�u!��M��L��I��H�
&�1���(���f�H�������1�H����u.�����1�1��f.��H�����$��L�����H��������a6�����1���1��D��UH��AWAVAUATSH��H�$H��H�$H��H����H��I��I��1�1ҾdH�%(H�E�1��3#��H����HDž��E1�L��0��H���<L���4#��H�����L��1����I��H���PH����L��(��L��H����H�� ��L�����H��H�����H�����A��I��H��u.H�U�dH3%(L���kH��.[A\A]A^A_]�fD�;��I��H���H�����H��8��H�����H�����H��@��H�����H��H�� ��H����H����1��H����1�1��"�"��H���"H����4��H�����H��8��� ��H�� ��L��(��I�@0I+@I@(I9@�=H�� ��H����L��L���r<�����kL�����H�����L��H�����H����A��H���/L��E1��t1��������������~N��
����uKH�����M��H�
/��H��1�E1���%���H���s9���`���fDI�܅��
���H�����M��H�
�.�f.�H��5)L�{XL��H�@L��I����7��M9������I�?u�����H�����M��H�
#�S���f.�1Ҿ�1�I���_ ��H����H���3����z+��I���&���f�L��(��M�������L��L����H������Z4��L�������IL��L�������L9�L����t1�L����B��L����H��L�����P��1��L��H�=o5)�*,��L����H��I����@$��1�1���L�������L��I��H�����H��H������@��H�����D��A��H��H�������0��L������A���JH�5t��L������10��H����H���%H�� ��D����0��L���u��1��-��H����L�����H����tL��0��H����L��L��L���#������H������2�����uD���5+�����eH����H�����H����H��H����1��F!��L��A��h.��H������M����I�|$H�����I�t$HH��0��L��H������H�����1�D���(��H�����.��I�D$1�L��	��@��H�������>���@H�����H���Y&��H�� �����DH�����M��H�
��{���f�H�5�L���C������H�5�1�I���x�����H�����H��H�� ���A��H�� ���,���fD�8��1�A���i+��McϺ�I��H�����H�
7�H��H�����I��1���!��H�� ��L����3-����t,H�����H�5c��<1��I��H��tH������(���d��������8����H�
3��I��H������z���1�H�5��H��E1��S9������H�={��4�����H�������L�� ��H��H�
5�!���H���4������Z��H������8�|��H�
�I��H�ߺ�1��� ���H���a4���}���H��H�������������8�1��H�
�I���������H������8���H�
�I���1�H���>��L����I��H�������M������M���1�L�����H�
{L����L��� ���L���3��L����HDž������S���8�|��� �L�����I��H�
I1�L��L��������L������L���L3��H��P��D���3��H��h��H9����H;�x��|H����H�����H����1�H�����q��L��E1��*��M��t61�I�|$Hu_1�������(�������I�D$H�!���H��������H��0���/=��H�����D��1���$��H�����2*���4�����,��H��0���<��������UH��AWI��AVAUATI��SH��H�H�U�H�Xt	H��X�0��M�w0L��I+wIw(I�8uI�G@L���PM�w0L��I+wIw(I9w�\I�8I�>H�s�L9���A�>
��A�~
�OA�~
�VA�~
�BA�~
�IL��z
t{�z
�V�z
�U�z
�T�z	
�S�z

�RH�B�x�
�MH9�v;�8
t6�x
�B�x
�A�x
�@�x
�?H�€z
u�H�B�H9�w�f�H��H9�t�8
u�H��L)�H9�tGH��I�H)�I�G0I�8H�E�H�H��vI�D�H��t	�8�|H��L��[A\A]A^A_]�f�I�D$H9Xh�!H�x`L��H���#��M�w0M+wL��Mw(I�H��H�E�I�G@�PI�w0M�O8N�I�x�H9���>
���~
��~
���~
���~
��H��z
t{�z
�H�z
�5�z
�F�z	
�3�z

�DH�B�x�
�-H9�vA�8
t<�x
�4�x
�!�x
�2�x
�H�€z
u�H�B�I9�w��H��I9�t�8
u�I��I)�M��M9���I�T$I�|H�U��� ��H�U�I��H�BXI�D$H��L��H�p`�>"��M���WI�w8�H��uI�G@I�w0L��I+wIw(�PI�w8L���I��I�w0I�<H��I���!��I�G0I�w8L�L�L)�I�G0I�w8M)�u�H��I+WIW(I9WtI�o8�\H�PI�W0�A�H��A�����H�E�L�5�H�����H�x`�G-��I�D$H��H�XhM�t$����I�F`M�w0I�D$�����x�z����x�p����x�f����x
�\���I�W(I�G0L��I+GH�t�I�G@�PH�M�H�H�P�H�A�D�
�(���@I�G@I+wL��Iw(L�PI�GI+G(H��I�G0I+GH)�H��I�W@M�tu!�4DI�G0H�pI�w0�8
tI��M9�tI�o8u�L���RI�W@<
u�H�u�L���R���f.�I�G@L���P���H�F����H�B����H�B����H�B����H�B	���H�B
��H�B���H�B
���H�B����H�B����H�B����L�����I�G0���H�B�4���H�B�+���H�B	�"���H�B����H�B����H�B
����H�B���H�B
���H�B���H�B���I�F�R���I�F�I���I�F�@���I�F�7���H�����H�F���H�F���H�F���@��UH��AWI��AVAUATS��H���	H��0���dH�%(H�E�1�H�G8HDž ���HDž(���H��H���H���I�G@L��H��@���A�G$������>����:��I�G�x��x�o:��L�����1Ҿ�1��)��M�gI�A��H��0�����A�t$�����$��A�D$����I�GH������H������p�#��I�GL��@���L�@M9��L��L)�H���������HH�@(H������L������H��`���H��H������H�&H������H�?))������HDž����H������H���fD�< ��H����H+����I�GH�H9�����0L��@���L�HI�GH��h���H�P �H�]�dH3%(��H�e�[A\A]A^A_]�H�P H��t�H;�h���t��H�=��'*��I�G떐H���i���H������tH��H����D���@H�����H��`����PH����#���H����-��H�@H��(���I�G8H�� ��������s��H�������8����H��H�
vI���1������H���z)��L���6��L���"��L������1����HXH��`���L��E1�H������H��H��X����d/��A�O$H������I��H������fD��<���Džh���H�����DH��t
A�8�H��������H��I��H�
1��,��H������t
H���e
�������{H��H���L��H��I��H��H��P����-��L��L���,��H��`���L��H��X�������I��H�X(H������H��@���I�D$8�x.��H������I��H���H�����E1�H�xX���A��$��H����	�A��$��XA��$��S��f�����	�fA��$��P�LtA��$���	�A��$��HA��$������	�A��$��P��?��A��$���f���	�fA��$����A��$���?��	�A��$�A��$���I�D$8H��P�����?���I�D$pL��M��I��DH����H���H��x���H�����H��p���M����H��X���H��`���L���-��I��A�}�nH������I�$�H���A�E<S��<X��A�}-�HA�}-����h���M��u"A�< ��<	��H������1�H��t"L��I�4?1�D1ɀ8
��H��H�H9�u�I�D$I�$�Džh���H�DI�D$H���ZA�E<
t<
���A�}
����M��I��$�f��<����5@��?����$A��$�������A��$���	�A��$�I�GH���H+����H���H�HH�H��I+T$(H��I��$�I+T$8I��$�I�WHZH�������N	H)�I��$�f��<����"I�H�gH�� ���H��P���L��I�G8��>�������A�G$��	�A�G$�1*��H��@���L��H���o$��H��I�G�W����I�GL��@����K����f��<���M������I�|$����I�GPH��I�GPH��(���I�D$A��$�����DM��A�}�����A�}�����A�}�|���A�}�q���A�}
�f���H��x���H�����M��H+�p���H��`���H�PI��$�H��������������D���<St<X�T���A�}-�I���fDM���M��A�t�b������L�L9���	A����(��:��	H������L��H�����:t�� ���H9�t
���u�� �H�5`
H��� 1����tH�5K
H���
1������L������M�$I��1�L�׺H�
�L��x����u��L��x����L���#��H������Džh������H�&H���R����]����H������M�$1�M���H�ߺH�
����H�5�H���P-��H��t�H�߾�{"��H������Džh����:���DA�E<S�<K�KA�}e�����A�}y�����A�}w�����A�}o�w���A�}r�l���A�}d�a���A�}	s�V���A�}
:�K���M�}L��x���M��A�����<
��<
��< u
I��A�? t�H�5�L���l,��I��H���,L��L)�H�H�H��1��M����H������L��H�����fDA�a�����A�t�����A�u�}���A�s�r���A�G<:�e���I��H�d��AI��<�q��Hc�H�>���<I�A�}M�E���A�}A�:���A�}P�/���A�]��:t5��b����A�}a����A�}s����A�}	e�����A�}
:��H��P���M����I�FHH��x���H����E1Ҁ�:A��N��O�|A�? u
I��A�? t����1�H�0���0H��I��Hc�H�JA����D~u���
�8F�����xr�����xo�����xm������x �����A�VH�@���b��
u�X@��
tH��H�����u���x���H��L)�H��(��H��L)�H���X����P��� ��x� �Z�x� �7����x� �-�����+H����������������Hc׀|�:�����|�:���ҍTR)�Hc׀< ����|� �����|� �����|� ����It$8ƅ����-ƅ����-ƅ����-ƅ���� ƅ����:ƅ����:�t�@�������t�@�������t�@�������t�@�������t�@�������t@�������t@�������t@�������T�������WHc�<0:�	A�00fD������9�uHc��T��+���҃��THc��t@�������t@�������t@�������T���������}H�D��������H��+���������H���������PL�h�������@ƅ����������ƅ���� H������L��H������H���$���L������I�غ�L��H�
�L��x����	��L��x����L���=�����A�}t�����A�}a�z���A�}t�o���A�}u�d���A�}s�Y���A�}:M�}�J�������D<U�8���A�}I�-���A�}D�"���A�}:����I�~H�	f��<����?��?���M���/Džh����W����H�5xH���1*�����$���H�5PH���*�����
���H�5?H���*���������H�5>H����)����������h��������������L��X���L��`���f�L��L��L���""��H������H��uI��$�ID$(�v���@�8u�xu�xu�x�DIL$H��fD��
uI�l$H��H9�t���
u�H��I�D$H9�u�I�GH���H+����H���HX�S���L��`���H�����H��H��L���PH��X���L��L���V!��H�������`�8�W�x�M�x�C�x�9�x
�/�ƅ�����0�A�x���A�x���A�x���A�x
�������x
���I+�$�I+\$(L��I��$�H��X���I�GH��`���H���H+����H���HX�~ ��I��A�G&���H������H�����H��P���H��H�����H�������H�
1�H�ߺ�[���H������I�GH��0���L���x����Y�H������H���R���A��$��@t��A��$�H��@���A���t<
t<
�l���A�
tI��A���u�A�EDžh����L�A��$� �A��$��A��$��A��$��A��$��f��L���0����L���&��H��P���L�������@<H��@�����#���L�����H��H���H��P�����1����1�1��I�GH�J��H��tA�O&�q�M���
���H��P����[�I�G�I�G�I�G���1�H�=��l���-�A�]M�}�� u
I��A��� t����E1�H����I��K��A���0H�L�H��DBuހ�
t
I��A�?
u�I�D$H����M�$f��<���H������H�
~I��H��P��H��1��)��^�_H�����I�FHH������I�D$Džh����h�L������������f.��CLƅ����LL�-�f������ƅ��������WHc���������WHc���������W	����L�h�ƀx� ���H��������������x�:���x� ���x� ����X��SՀ����H��������{����x� ��H������H��H�z��|8 u�<m�
����|�o�����|�r������|�f����|� ����|�e�����|�t�����|�o������|�m������|�e������|�r�����H�T�: �����H���y���H����������1ɿ�������H���O���A�
�-�M��H������L��x���Džh�����L������1�H�������H��H����I�|�XH����H����������uԸ��H��I	�����H��L��1��H��M�d������I��A��� t�H��������DV�������:ufDž<���I�V�
I�NH1�H��Hk�
��0I��H�H�A���Dqu�L��h���I�^XI�VPL��p���M��M��I��A�E<
��<
��< uI��A�} t�H�5��L���f��H��x���I��wH��L)�H�C�H��1��H��x���I��M��뛄�����2��H��(���I9�w_M�$H��f��<���ARH������PH�
�I���M���A�}
�j���L��h���M��H������M��Džh���L��p������M�L$M9NPrEA�EL��(����a���I�>tL�����H�{�B��H��L��I�H�����I��� ���I�FM�NPL��(����I�FDžh����H�������K�fD��UH��AWAVAUATSH��8dH�%(H�E�1�H�����G$H����<M�A��I��H�tH�=�����pL���������H�5��H�xH��H��H�H��H�@h1�H)���p���H�H�SH�{� ��H�sL���C$�ƒ�	ЈC$���I��H���UH�{�T��L���|���H�CH�C�@����H�C�@����L�s�����I�F(H�CH�@0��L�s�����I�F@H�CH�@H��L�s���I�F`H�CH�@h��f�C"�C$uML������H�sL��L���B�A�Dž���C&��I����I���C$��M��u�H�CH�C@H�C8�P�����C$H�CPH�CH��<uH�C�@����L�������H��L���������L�sM��t.A�F�������C$���	�H�{8�C$u���t4I��H�M�dH3%(L����H��8[A\A]A^A_]�f��C&�K%��u�H��@�����H�S(�ƒ�	ЈC&�fDH�{��������	����e��8
������H�=����H�C��x1��H	��H�C�x�,��H�C�@����H�CH�x�D�������H�CL��H�ދx�f��H���n	��H���������H������H�����C$�F����H�=
�����0���M��t���������@H�CL��D�xL�c���1�1���I�D$�A���H�S��H�z����C$��HDž����1�D���C��D��������fD��&�����N�����L��1�L������H�
!�A�����L���)���C$�4�������f.�1�H�=������C$����������H�������������L��A��H�
�1�����L��
H����������!�%����t�L��D�������D�H�JHDщ��H��L)�H������H������H�����������H�=�
)����I���+���@L�CL��H�
�1�������L���������b��f���UH��AWAVL������AUATI��SH��1�H��XdH�%(H�E�1����L��H�������6�L�[PL�SHL������L����������L������H������H��)L������H�0H���������H������H������H��
)L�(H��
)L�8��L������L��L������L������L������H�����H������H������ASARAQAPV�QH�
�AUL�kXH��HAWAVL�5��PH�_
)L�H�=
)L�1��;���H��PL����I�1�f�M�EL�<M��t'H�����L��L��1�����L�����L��I�I��L9�u�H��	)H�
��L��H�����L�H�)L�1����L����H�M�dH3%(uH�e�[A\A]A^A_]��w�����UH��AWI��AVI��AUI��ATSH��H��h���L��`���dH�%(H�E�1�H��u
�G&��H��`�����H��h���L�U�H�X-IMAPbaM��H�L�XH����������@se: I�H�
�H��H��H��I��H��H��H��H�H)�H�ȃ�0A�@�H��	w�H��x���M9�v+L��L���
fD�B�H��H���G�L9�u�M)�M�M��I�{A� H���������M�_P�I��L��L��I��H��H��H��H�H)�H��0A�@�I��	w�H��x���M9�v)I��L���
fD�B�I��H��A�C�L9�u�I)�L�HDžx���E1��DI��L��x���I���[K�D�XL�GH��t�� ���u�CfDI��H��I�x�W����u�I���DDž\���2L��h���A�H�Status: I�PI�A���t	A�@RI�P	H��`���t#A���@��I�G����H�
X-Statu�s:�B
 H�H�Bf�rE���A��t�BDE���H�BH�xA��t�FH�PE���H��H��A��t�AE���H��H��A�� t
�TH��H���
E�����dsH�x�@:H�X-KeyworH�pf�H	I���H��x���H��tKH��x����� L�gH�����L��I�T�X���tf�H��H���G����u�H��x���u�Hc�\���H��H+�h���H9��ZH��x���H��`����
��H���
f�H�GH+�h���H�]�dH3%(�eH�Ĉ[A\A]A^A_]�fDL��h���E1�Dž\���2������OH���T���@�
A�Dž\���P����M����I���������L�U�L���@I��L��L��H��I��H��H��H�H)�H�؃�0�F�I��	w�H��x����D:L�G�GX-UIf�W�G L9�v)L��H�����B�H��H���A�L9�u�H)�I�I�xA�
����f�H)�H��x��������H�DH���G� H9�u�HDžx����x���H�GL��I���|���M�u�����N��ff.���UH��AWAVAUATI��uSH��H��	H����1�H����dH�%(H�E�1��9�1�1��I���(�H����HDž���1�HDž���H�����L��H��������x�H����E1����HH������H���rH����H�=d)�1�����I��H�����@$��H�CH�x(�H����1Ҿ�1��q�H����I��H������H��H��������H������A�D��H��H��������A�Ņ��2H�� ����ƿ�/���H�{8��H������A�H�������fDI��L9c8��L��H���O	��I����t�H�p(H�C1ҋx���H�CI�W8H�p(�x�}��H�CI�W8D��H�p(�Y�H������8����H�
�H�����I��H�CH�x(1���H��P���D���p��M��tI�~H��H��������H��������1��A���H��h���H�����H9�����H;�x���HM�H�����H�����1�H�������H�����1�D���b���M��tI�F1�L���	���H�C�E1�H�x(���H����H�M�dH3%(L���SH��	[A\A]A^A_]�����H�����n����{����������
���������nM����H����H����L��H��A��I���o���fD1�H����
��H��I����H�CH�����H�x(�E������=���L����H�
A�H�����1���v�H�C�H�x(���H�CHDž���H�x(��@H�������L��H���a�H������H��t�|�
uH��H������H��D����H�������M����I�FPL��A�H��H�HI�NPH�CH�p(�.���H��H�CD��H������H�p(��H���[���H������L��H�߹��H������D��H����H���)���H�j�(�D��H�0�b�H���	���H����������L��H��� �H�����H����I�vPH��������d���@1Ҿ�1��:�H�����H�������U�H������I��
���@D������������M��tI�~Hu1�����I�FHH�����H����I�VHL�����H��H�����H������1����H�����H�����H�����H��H�����1��m�H�����1�D����I�F1�L���	�k��A����������H�{8�����A��L��H��������tH�S�
������I��L9c8s�A��k���f������fDH����������8�<�H�
��I��H�CH�x(H������1�E1���H�C�H�x(�������D1����I�FH�X����H�CL��E1�1�H��H�p(���H���e���H�CL����H�
n�H�x(H������1���H�C�H�x(������H������
��H������	��1��1���H�����H�����H�����H��H�����1���H�����1�D���i�M���U����?���H����H�5��������ueM���{���H�5��1����f.�H�CL����H�
��H�x(���DM���:���H�CL����H�
=�H�x(��1�H�5��H��������������H�GH�PH9�r��f�UH)�H��AUATI��SH��H��H9p0��H�x(L��1���f�H�C1�H�p�x���H�CL��H�p(�x�{�H��xH�C�x�:�������D�(H�CH�p�x���1�Ic�H�����H��t�H�C�x��D����H�
���H�����I��H�CH�x(1���1��C$u$H�S�H�E�H�z(���H�E���H��[A\A]]��H�x(����H�CI�|$L�`0L�k��I�E(H�C���@��UH��AWAVI��AUI��ATSH������H��(H������L�'dH�%(H�E�1�H��uW�����D�8D������H��I��H�
)�1����H�����Ic��1��F���I�D$I�u1ҋx�s	��H��x�I�D$H������L��x���H��x�MuH�E�dH3%(uH��([A\A]A^A_]�������UH��H��AWAVAUATSH��H��H�w L�g0H�E�I)�H���mL�o(I��M��L��L)�H��%�M��LE�M��t=H��L����H�{0H�u�I��H����L{0L{M9���Lm�O�<,M)�M��H�sL��H+s��H��t_H�SH��H��?H��3H��H)���H= v6H%�L�$M��t'H�s L��H����M)��WL{ L�{0�M��t5L�c0L�k M9���K�4L)�H9C(rMH�u�L��L�����Ls0LsH��[A\A]A^A_]��A� I)�L9�wjH= v�1��]���H�� H�{ M)�H���H�s(�:��Lc L�c0�L���8���H�C H�C0H�CH�CH�CH��[A\A]A^A_]�DH���L��H= �����@H�{L��H+{�`�I��H= wL�c0L�k �����I���H�u�H��L�����LcM)������Le����H�{ L��J�4'�������ff.���UH��AWAVAUI��ATSH��H���H�� ���H��@���dH�%(H�E�1�H�G@H��0���H�G���E1�H���1I�EH�C���<M�I��H�{8��L��X���A�L��H���M��@L��H���%���H��H���I��t ���tH��@���t\���uS@I���M�w81�L��L��X���H��H��P���H�CO�d&H�p(�u�L�P���HDžX���M��I�I��L9k8�k���L��H���M���cL��H�����H��(���H����H�{8� H��p���H�E�HDžx����f� H�E�H�E� ��H�E�H�E�H�C��kH��p���H��X���HDžP�������H��h���A�H��8���fDL9{8raL��H������I��M����������H��@���tA�������@L��H��<H��0�����,�I�EL9{8s�H��X���1�1�����L9e�tH�=����H��X���H�� ���H�CL��L�`H�C�x���H�C�x�L�M��tH��P����!H�CH�߀ �H�C� �H�s8����H��0���H���`���1���H�{H�u�H�E�H��H�E�1��.���uH�CH�U�H�P H�C�x�b��1Ҿ�1��$��H�{L�c�H��1���A�D$����H�� ������H�M�dH3%(H��(����)H���[A\A]A^A_]��H�8I��I��������1Ҿ1�E1����H�������H�CH�߀H�CH�p(��I���d����H��x���I��I�v(H��P����H��H��H���H�CtA���u	H9��N�x1����H�CI�V8H�p(�x��H�CI�V8H�p(H�D��8
uH��I��I�V8�
H�CI�V8H�p(H��X���I�FpIF(H�E����I�6�H��H��8������I�V8I�VpH��h���H���g�|�
�\I���H9��gI���I)�I�H��X���H��I���IN(H�M��a�H�C1�L��L��P���H��H�p(�e�H�SH��X���H��h���H�r(H���'�H��h���I��I���H�E�H9�x����H��8����L��H����I���H��H��h���H9��H��I���H)�I�H��x���H��H+�H���I���L9{8�H��h���H�DH��X���H��H�E���H�0�(�H��X���H�0�d�H��H���A����HDžP���I�F(�����I���H��H��h���H9�����������H�=��H������,�H��h���H������z���f�H��X���1�1����H�U�I���H�DH�E�H�E�H��x����X���@��H�=��H��P�����H��P�������L��H��H��P������H��h���H��P���H�@(�����H�p(�W�I��M���J����M���fDH�p(H���4�H�SH��p���H��H��X���H�r(H����H�C��i���HDžP����d���fDI���H�p(L��I���L��P���H��H���1�H�����H�����H����H9�H�����H��x���I�v(H��H���H�C�O���DH�=����������H������H�@(���f.��k���8���H�
}��H�����I��H�CH�x(1�����H�C�H�x(�m�H��������H��X���1�1����H�U�I�F8H�DI��I��H�E�H�E�H��x����I����l�ff.��U�H��ATSL����H��L��H��dH�%(H�E�1��L���t'H�C�u?�xL��H�����H����H���1��H�E�dH3%(uHH��[A\]�fD1�1�L��H���q���H��t�C$u�1�H�=,��h��fDH�C���D��H�GH��t
�@��x�G$t�D����ff.���UH��ATSH��dH�%(H�E�1�H�GH��tVH���x��xL�S$��uC��tn���1���H�C�x�}���H�C�@����H�CH�x���H�C�H������H�M�dH3%(�SH�Ġ[A\]��1�1��0����H��tUL�����H��L������t,H�C���1�L��1�H������H���^�H�����H�C�m���DH�CH��P����p��xa���H�CH�pH9������z�����.����l���f�H����H�C�x����@�xL��H������o���H�s��W���t��>���8�g��H�
��H�����I��H�CH�x(1����H�C�H�x(�@�H������1�����|�ff.����UH��AUATI��SH��H��(dH�%(H�E�1�H��t��tM����H��tMH�S�C$H��t�R��x�t[�t91�H�M�dH3%(��H��([A\A]]�@���H��u��C$�uǾH�=��}�1��f�L������H��L��������t�HDž���H�C�u]H�{8�u�H;s8��H���.�H�����H������tH�C�H�����H�pH�CH������t�1�M��H�����L����H����H��teL�����L�%'�M���~H�����H�������C$����1�L���������xL��H��L�%�����볐H�CL��H�ދx�~��H����H�������o���@H�CH�
���H�����L�`(1�L���k���X����Q����UH��ATI��S�G$�����G$����u;H�G�u"A�D$$��L�����	�A�\$$[A\]�P����{���f�1�1��'����D��H��t1�����ff.�@��H��t1�����ff.�@��H��t1�����ff.�@��UH��AWI��AVE1�AUI��ATI��SH��HdH�%(H�E�1�H���wI�D$8I�T$@L�m�H�E�H�U�A��tCH�E�H��t6�f�H��L��������uH�E�H��I9\$8s�H�U�I�D$PH��H�E�I�D$HH�E�H��uA�D$$uMH�U�L��L�����M��t
1�L�����H�M�dH3%(H����H��H[A\A]A^A_]�D1�����1�H������H��H��t�H�@8H�S@HE�HU�M��t;H��t6A�f.�L��H��������uH�E�H�C8I��L9�s�H�U�L��L��HE��G��M��t
1�L���(�H��1�����2���@�1��$��I��H��tI���m���1����������UH��SH��dH�%(H�E�1��G$tH�E�dH3%(uhH�ĸ[]�f�H�GH���x�1��H�C�H��P����p��H�E�H�S1�H�BH��H������H�{H��@���H��@���1��&�����ff.�@U�H��AWAVAUATL������SH��L��H��	dH�%(H�E�1�H�G�x�?����y+H�E�dH3%(�!H��	[A\A]A^A_]�fDH��A��L��0����.��1����L��H��������u
H��`���u)H���q��L��D���f�H�[1����H�C�w���f�H�CL���p�l���u�H�CH�@H9�`���u�1��P��1�H���A��I��H��t��@$uH�@8H���H��u1�L�����k���H�CH��`���1ҋx�?�I�~8��H������D����H�����H�� ���I��H������H��(���H�����L����L������H�����I����M;~8�(L�����1�1�L��A�
L�����H����A�
1�L��H������L��H��(������L�� ���L����I��M��t�L��L����H��H�CH��H�����H�x ��H�CH�H H��H��������H�����H�����M������׉�@��@������<~��@�����<����@���������4�H�<1�D�H�
|�H�������;��L�kI�u H��H��������A�}H�����H�����H����H�����D����L����L������G�H�C�x����6���8�_��H�
{�H���I��H�CH�x 1����H�C�H�x �;�H�CH��`����x���H�CL���p����H�CH������H�P���H�CH�����H��(����x�F��H���5���H�CH�� ���L��x�'��H����������D����L����L�����H�C�x����������H���tdL������L����1�L��H�
t��L��������L�����L��L���H����(�1�1�L���l������r��fDž����1L���������UH��AUATSH��1�H�����1Ҿ41�I��H�CL�h�l��L�I9�}H��[A\A]]�f�L�c1��e�H��L�������t�H��H��[A\A]]��@��UH��AUATI��SH��H����I��L9c8wH�CH�@I+E8I+E(H��[A\A]]�I�t$H���S�H�@(��ff.�f���UH��SH��H�����H��t�8tH��[]�f.�H��H��[]�Bf���UH��AWI��AVL������AUI��ATSH��dH�%(H�E�1��w���L��L���I���C��H��tNH��0���H�ƿ�Z���Å�u4H��`���uzL��L���O��H���F�8�=��fDA�<$t)1�H�M�dH3%(���vH�ĸ[A\A]A^A_]�H�5�L������Å�u�A�$����뺐1�1�L��1����A�Ņ�x�I�L��1�I�H��@L��ILJ�H)������H�D����H�����
L���W��H���~�x�
tx�A�-txA�-��D���(�H��x���H9������
���H�� ���H������H�� ���L��H��(���1�������f�A�$����A�$�����A�-�}���I��,���H���t���H�x�;1����H�����Y���A�-�N��������UH��SH��H�=��H����H��dH�%(H�E�1���H�5��H�߅�H��HD��C��H�U�dH3%(u
H��[]����D��UH��H��dH�%(H�E�1�H����6���t"H���(H�U�dH3%(u��f.�1����7�����H��8uH��tH�5��H���]��D1��D��UH��AWAVL������AUI��ATI��SH���H��(�L��dH�%(H�E�1��
��H���tM��t@H����L��H���-��H���l�8�c�/H���>��H��t
�x�G1ҾL��1����A�Dž���H�������D��H��H���������$����1��D��������M���OH����/H�����H��H���P�@�AH��H��0�H����#��>��H����u��H�%�=@��L��H������H��(�H��H���<���H�����D��1�����D�����H����$��z��1��NfDH�
�H����M��tDH�
��M��M���H��1�����H�����1�H�M�dH3%(��H�e�[A\A]A^A_]�fD�;���H����8�]��M��H�
��I���fDH�����#�AH��L���|�����$�D��1����D�����H����$����H�5߲L�������4��B���f.��H�=U�����1�� ����D��H�����q�M��H��H�
���1������H�����H����$�����1�����DL���P�����$�������H����8�5���H��M��I��H�
���1�����H��������f��˹���8��H��H��M��PM��H�
g���1��>��X�ZH���������f.�H�5^�1���������������1��E�D��UH��AWAVAUATSH��H��H��(�H���H���dH�4%(H�u�1�H���8H����H��H��H�� ��O�������������~m��
�lI��H�
*����iH�� ��1�H���>���H������1�H�u�dH34%(�EH�e�[A\A]A^A_]�D���H��0�L��H�H���H��(�H��8�H���H��H���L����H�����H��t�H������H��H��H��������1ҾH��1����������������H�5������H���H����1����������
����H�������H��H���������������H��(�L��@�A�諽��H��0�޿�8���C���H��H�H�����H��P�H����H�B0H+BHB(H9B��H��0�H��(�L���4���L��@�H����M��t,E1�fDL���0���)�D����H�I	�H��@�u�H��8�H����H�������H��� H����H�� ��]��H��H�L�wH�w0H+wHw(H��@�H�O@I)��]1��$fDH�G0H�PH�W0�8
��<H��I��t&H�o8u�QH��H�<
��H�O@<H��I��u�H��@�QH������M��H���I��1�H�� �H����y��^_���[H��u�DH�G0H�PH�W0�8��
uH��H�H�o8u�H�G@�P����
t�H����#�����H���@I��H�
V�����I��H�
������H�5T�H���1�����H�5�1�苹�����fD�����8�4���H�
�I���<����QH������M��H�� �H���E1�1�H����q��ZY���SL����H����H���H���H��(�H����H���H��H�H���R���H����v�������1��V��H����H�� �H��H�� �H����H��(�1�����H������H�����������H��(�辵��1�1������H��t�H�=�������A���H�=�(���H��(�����H�� ��T���"�����H�=z����������|�1�����H�=B��������H��`���P�����I�H����8��utH��x�H9���~[H�� �H����H�� �H����H��(�1�貿��H�������H����������H��(�蘴��1��B���1����������H�� �I��H�
��1�H���>����H�������P���H��(�1�H�5�����1����H�� ��L��8�H�
�H������H���|����������f���UH��AUATI��SH��H��dH�%(H�E�1��G$t
����H�CI�t$81�It$(�xH��
��H�C�H�p �x�v��H����H�CL�m�H�@ �P
�@���P���HcЃ��H��A��$�H������	�H��	�H��H��H������H������������	�1�	ȃ��	кA��$�H�CH�@ �@
H�CH�x ����H�E��6�L���p���H)�rH�|�Xt���H�I	�$�H�E�H��u�A��$��H�E�dH3%(uOH��[A\A]]Ð軰���8���H�
���H�����I��H�CH�x 1��/���H�CH�x ������������UH��AWAVAUI��ATSH��(H�u����L�����I��H���L����A��A��A���A��H�E�A����A��A��U�A��A����D�E�A��A�����r��M��U�H�M�A���M	�D�Eω���@��D8�u&��A���<�H��I��L	�@��H��@8�t#H��L�����H��(L��[A\A]A^A_]�fD@����@8�u�H�E�I;��u���D��UH��AWAVAUATSH��XdH�%(H�E�1�H����H�H���������W���H��������H�{8A�L�u�u!�L��H�����I��L;c8��L��H�����I����t�H�xu�H�p8Hp(1�H�C�x����H�{I�E`H9G(��H�W �H�CI�U`H�p �x�%��H�KI�U`L��H�;�(H�E�H�q �L������I�E�X����H�E�dH3%(uXH��X[A\A]A^A_]�f��{���H�������H�� ���H�CI�U`H�P(L�{I�G(H�x���I�G H�{I�E`�H����d��@��H��twH�tpU��H��ATSH��ti���H������tEH�{8t>A��
I��L;c8w)L��H���������t�L��H��I�����L;c8v�[A\]����裰��H�����ff.���UH��AWAVAUATSH��H���H�����dH�%(H�E�1��J��I��C$u	���x8L��H���]��H�E�dH3%(�dH���[A\A]A^A_]��L���L�����M��t8E1�L�����A�DL������D��)����H�I	�H�����u�A��$�M����‰���������LJ��������������������H�KD�H�����1�H�y H�
&�衺��H�CI�t$81�It$(�xH��
���H�C�H�p �x�p���H��������H�C�x�&��H�C�H��0����p���H�E�H�S1�H�BH��(������H�{H�� ���H�� ���1���������������UH��ATI��SH��H��dH�%(H�E�1�H�GH�xt�t)I�4$1�H��苽��H�E�dH3%(u?H�Ġ[A\]ËpH��P��������H�CH�M�H9H}�H�CH�@��X�����UH��AWAVAUI���uATI��1�SH��H���H�����dH�%(H�E�1��M���L��I��H�CH�p ������uN�a��������~4��
�����M����H�CM��H�
+�H�x �f����xL��H�������U�`���H����E1��H������L��H��H�����趶��1ҾH��1�襼��A�ƅ���H������1��D��������;H�������D��H��H����������������H��0���D���A�H��H�������;��H��`���1�D���j����I��L9k8��L��H���g��I����t�H�p(H�C1ҋx�)��M�|$8L��H���9��I��	@M)�t�H�CL��H�p(�;���I��H�CL��H�p �x�e��H�CL��D��H�p �B���H��y�E1�蕨���8辯��H�
A��H�����I��H�CH�x 1��	���H�C�H�x ���H��`���D���H��M����H��x���H9�������H�� ���H������H�� ���H�����H��(���1�豴��D����������H��������H��蟩���H�M�dH3%(L����H���[A\A]A^A_]����H�������M���oL��H�����L��H��A��I����1�H�5��H��E1�����f��H�=�E1����H�������g����H�CM��H�
*�H�x H������1�E1�谵��H�C�H�x �>���!���f�����8����H�
5��H�����I��H�CH�x 1��_���H�C�H�x ���������D��E1�������A������<���@1�L�� ����r���H�����L��H��H�� ���H������H��(���1����D���@�������H���������H������������H�{8A�u�Bf.�I��L9s8r.L��H��������t �1�L��H���>�����@�C$uZH�C�x�&���H�C�H�������p���H������H�S1�H�BH��(���聽��H�{L��H�� ���1�����@1�1����*���H���y����H�=������c���1��1�������@H�CM��H�
J�H�x ������ff.����UH��AWAVH��0���AUATSH��H��H�w8dH�%(H�E�1�H�GH������H�����H�w@L�pH������w$�@����@������p�{���L��`���M9��{H������K$E1�H����L�����H�C�xM9���1�L���u��H�C�@H�p �x����I��H����H�C�
H�@ B�(H�CL�` L������H�����H�����H������,H���H�CH�@ H��H�������ū��I��H�����H����H�P�;H��H�����蚫��H�����H��I����H�����H�@H��A�EH�����L�����A�$L��H�������L��H���������I��H�CPL��H��H�CPI�EH�����M�u(I�E8IDž�H�����H�CH�p �w���H���FH����H������
�Ʃ��H��I�E`H���H�����H��t	�8�	H������U���A�L$H��DH��A�L$�DH��A�L$�DH��A�L$�DH��A�L$�DH��A�L$�DH��A�L$�DH��A�L$�DH�rA�L$	�DH�aA�L$
�DH�PA�L$�DH�?A�L$�DH�.A�|$
�"H���H�����H��H+�����I�I�E8H��`���I�L9���A�L$A�D$�1�I�|$������d��������H�����A�L$�8�L��谺���H)�rH�|�Xt���H�I	��H�����H��u�A�T$A�D$���P���Hc�H������tA����tA����tA����tA���� tA��� ���L��`���A��P����H�CL������M��H�
��L�H �����������L��1�����XZ�L�����1�H��趤��1�H�U�dH3%(��H�e�[A\A]A^A_]�f�A���@1�H��H�����H����������I���f.�L������M��H�
Ǵ��L��1��{����i���L������L������M��H�
�����'���H�C�H��`���H�PH�CH�������p耺��H�CH������H�PfE��t
�C$��������S$H��H����������	ЈC$���H�����H����������H��H�d�M��L��`���L������PH�
����H���M��M��ATL�������H�
��L���{���YL��^��g���H��M�E(M��L������PH�
��*���1�覶��H�{H�� ���H�� ���H�CH�@H��(���1��.�����������@��UH��AWAVAUATA�SH��dH�%(H�E�1�H����H�GH��H��tyL��0����p�L������H�CH�PH��t*�0H������@����H9�}��@�0H�C����A�H�PH9�`���u<�C$��<��H�M�dH3%(L���EH�Ĩ[A\A]A^A_]�DL�������x�L��葴��A�Dž�xH��E1��o���L��D��H��A���
���H�{t��}����H������H�HH�C���H�{8�t@L�fH���,���L��L9c8s�H�C� �H�C� �H�C����@H������H�CL���p輷��H�CH�HH9�`�������L�������x�L�����A�Ņ����H��E1�蚪��L��D��H��A���8������1�H�5ǷH������2������D��U1Ҿ�H��AWAVAUATSH��1�H��dH�%(H�E�1����H����H�{I��tH�=E����H��L������誫��H�sL��辨��H���E�C$��1�1�L��1�蝮��A�Ņ����C$���H�^����H�CI���M����I�G H�CH�@(��L�{�/���H�5��I�G8H�CH�@@��H�{�O��H�{���C$�ƒ�	ЈC$H�CD�h�-���L���U��D��L��H�C�1���A�Ņ���1��A��H�C��x1����1�1�A��D��L��藽��H�CH��H�@H�CH�@H�CH�@H�C� �H�C� �f�C"H�C@H�C8蘾��H����H�CH��tU�K$�C%���ƒ�?�׃������	���	���������	�	��	Єɺ�����C%�HD�H�C(H��H�M�dH3%(�H��[A\A]A^A_]�@1ҾL��1��Ǭ��A�Ņ��4��������H�{8�F���1�H�=������3���f��H�=,��߻���K$���fDL�CL��H�
u�������L��覻������H�=��(�����.�����H�=ì�w���1������+����8�T���H�
���L��I���1�覧���L���9���1������}���ff.�f���UH�GH��H��t��׼��H��u]�1�H�=��]�����UH��AWAVI����AUATI��1�SH��1�H��dH�%(H�E�1��B���I��M��tL��L��L��t7蚦��H��u7H�M�dH3%(��3H�e�[A\A]A^A_]�fD胛��H��t�L���&���H��t�A�D$$��I�D$H�x�xt	���H�������H��H����������������L���̥��H���^���I�D$��x1�诲������1��A��I�D$��x1�色��1�1�A�׾H�=�衹��H�����������������f.��H�={�o�������f.��H�=���O������f.���H��0�����ݱ��I�D$H������H9H}�I�D$�x����L������I�D$@HDž���HDž��H�����HDž�L�����L����I9\$8��H��L��芸��H��L��L�h8I��訴��L�H�����A������H����tA�������@H��L��H�����<H������H������H����I9\$8�x���H����L�������I�T$H�����H���H�BH)�H�BH9�tMI�D$H��I��H������L�HH�x Q1�H�
s��&���XI�D$�ZH�x 豷��I�D$H�XI�D$H�p�x�W���I�D$L�����H�
5�H�����H�x 1��ͣ��I�D$1�H�x �]���I�D$�x耫��I�D$�H��0����p���I�T$H������1�H�BH��(����٬��I�|$H�� ���H�� ���1��o���L���w���I�t$8L������H�����L���[���1��A��I�D$��x1�药��1�1�A��H�����������$����
����H�CH������I�G(H��H��t
H�����uH�����H������H�H������L���I��I�D$H�����M��H�p(�h���1�L��H��I�D$�x���I�D$H��H�p �x����I�D$L+����1�L���x�����3@諓���8I���њ���L��H���1���Ic7�L���q���I�D$1�L���x���I�D$H��H�p �x���H��~�I�H)�����6���L���I�H������H���H�����I)G(���1�H�=l��O������蕯��D��H����H�WH����UH��ATS�G$H��A�ă�A���G$A����uz�C$A���A����A	�1�D�c$�z譭��H�C�x���H�{H� t
H�� �}���H�{H�8t	H��8�i���H�{�`���H�[A\]�@��1�1��/���H�S�t���fD��UH��AWI��AVAUATI��SH��H��(H�U��)���H��L��I��H�@8IE(H�E��?���I���I�$H��tH�E�H��([A\A]A^A_]�@I��I�GH�u�1�E1�x���1�E1�M��u��H��H��A��I9�tpI��M��~'�A��
u�<
u�H�E�H��H�I����fDL���D�E�H)�輢��I��I�GL��H�H �xH��H�M��ߵ��D�E�H�M��@H�E�L�0M����.���ff.�f���UH��AUATSH��(dH�%(H�E�1�H�H�?}��t%H�M�dH3%(��H��([A\A]]��H��I��H�U�I���V���H�SH�Ƌz1�赿��A��t/H�{H�U�H9W(ryI�$H�CH�p �x�
���H�CH�@ �H�E�H�x����H�U�H�E��H�CH�U�H�uȋx�Ӵ��H�{H�M�H�U�H�w(H�� �z���H�}�I�$����H�� ���H�M�H�CH�yH�x(L�k薣��H�U�I�E �X����T���@��UH��AWAVAUATSH��(dH�%(H�E�1���t'H�M�dH3%(��H��([A\A]A^A_]�DH��I��I��I������I��A��u������A����H�CI�WH;P0u/M���H�
��(L��L��I�N@H�CH�p8���l���H�P0L��H�U�H��譗��HE�1�H��H�C�x����L��H������H+E�H�xI���}���L��H�E�B� H�CH�u��x�Q���H�{H�U�L��H�w@H��8���H�}�I���I���v����I������L��H�ߺA����Ơ��L��H���K������fDH��H�U�L����H�{I��H;G(wDH�u��1�L��C���H�CL��H�p �x谲��H�Ѭ(L��I�F@H�SH�r L������H�� �׮��H�CI�|$H�x(L�k聡��I�E H�{��B���f���H��t1��p����ff.�@��H��t1��`����ff.�@��H��t1��0����ff.�@��UH��AWI��AVE1�AUI��ATI��SH��HdH�%(H�E�1�H���wI�D$8I�T$@L�m�H�E�H�U�A��tCH�E�H��t6�f�H��L���%������uH�E�H��I9\$8s�H�U�I�D$PH��H�E�I�D$HH�E�H��uA�D$$uMH�U�L��L���a���M��t
1�L���B���H�M�dH3%(H����H��H[A\A]A^A_]�D1��1����1�H���"���H��H��t�H�@8H�S@HE�HU�M��t;H��t6A�f.�L��H���E������uH�E�H�C8I��L9�s�H�U�L��L��HE�觋��M��t
1�L��舸��H��1���y����2���@�1�脏��I��H��tI���m���1������������UH��SH��dH�%(H�E�1��G$tH�E�dH3%(uhH�ĸ[]�f�H�GH���x葡��H�C�H��P����p���H�E�H�S1�H�BH��H������H�{H��@���H��@���1�膗����_���ff.�@U�H��AWAVAUATL������SH��L��H��	dH�%(H�E�1�H�G�x蟡����y+H�E�dH3%(�!H��	[A\A]A^A_]�fDH��A��L��0���莐��1��'���L��H���7�����u
H��`���u)H���ы��L��D���Ƭ��H�[1����H�C�w���f�H�CL���p�̤����u�H�CH�@H9�`���u�1�谫���1�H��衍��I��H��t��@$uH�@8H���H��u1�L���Y����k���H�CH��`���1ҋx蟸��I�~8��H������D����H�����H�� ���I��H������H��(���H�����L����L������H�����I������M;~8�(L�����1�1�L��A�L�����H���
���A�1�L��H������L��H��(����L���L�� ���L����I��M��t�L��L�����H��H�CH��H�����H�x �a���H�CH�H H��H��������H�����H�����M������׉�@��@������<~��@�����<����@���������4�H�<1�D�H�
%�H������蛖��L�kI�u H��H������t���A�}H�����H���q���H����H�����D����L����L�����觨��H�C�x����薇���8迎��H�
ۙH���I��H�CH�x 1��
���H�C�H�x 蛩��H�CH��`����x�H���H�CL���p�$���H�CH������H�P���H�CH�����H��(����x視��H���5���H�CH�� ���L��x臖��H����������D����L����L�����H�C�x�(���������H���tdL������L����1�L��H�
Ԙ�L���������L�����L��L���H�&�舨��1�1�L���̒������Ң��fDž����1L���������UH��AUATSH��1�H������1Ҿ41�I��H�CL�h�̏��L�I9�}H��[A\A]]�f�L�c1��ŧ��H��L���:�����t�H��H��[A\A]]��@��UH��SH��H��軍��H��t�8tH��[]�f.�H��H��[]�"f���UH��AWI��AVL������AUI��ATSH��dH�%(H�E�1��7���L��L���I��蓰��H��tNH��0���H�ƿ�����Å�u4H��`���uzL��L������H���&�8���fDA�<$t)1�H�M�dH3%(���NH�ĸ[A\A]A^A_]�H�5�|L��葴���Å�u�A�$����뺐1�1�L��1��R���A�Ņ�x�I�L��1�I�H��@L��ILJ�H)������H�D���ݨ��H��x�
L������H��t�x
t]A�$����D������H��x���H9������%���H�� ���H������H�� ���L��H��(���1��v�������A�$����A�-t<A�-u�A�-u�I��,荋��H��t�H�x�;1��x���H�����e���A�-u������ff.�@UH��SH��H�=��H����H��dH�%(H�E�1�����H�5��H�߅�H�;�HD��#���H�U�dH3%(u
H��[]��u���D��UH��H��dH�%(H�E�1�H���������t"H��(H�U�dH3%(u��f.�1����������H��8uH��tH�5�zH���ͭ��D1��D��UH��AWAVL������AUI��ATI��SH���H��(�L��dH�%(H�E�1��}���H���tM��t@H����L��H���
���H���l�8�c�/H������H��t
�x�G1ҾL��1�莔��A�Dž���H�������D��H��H���襘����$����1��D���x������M���OH����/H��蓝��H��H���P�@�AH��H��0�H����#�����H����u��H�%�=@��L��H���螞��H��(�H��H������H�����D��1��ě��D��謱��H����$��Z���1��NfDH�
�H����M��tDH�
��M��M���H��1�����H��芢��1�H�M�dH3%(��H�e�[A\A]A^A_]�fD����H����8�=���M��H�
��I���fDH�����#�AH��L���\������$�D��1��՚��D��轰��H����$��k���H�5�wL��蜯�����4��B���f.��H�=5�诡��1�� ����D��H�����Q���M��H��H�
NJ�1��Ӎ���H���f���H����$��ԡ��1�����DL���0������$�����~��H����8����H��M��I��H�
���1��d����H��������f��~���8�ԅ��H��H��M��PM��H�
G���1�����X�ZH��诠�����f.�H�5��1��‚��������Ӛ����1��U���D��UH��AWI��AVAUATSH��H��H�� �H���dH�%(H�E�1�H����H����H��H��H��(��3���������}������+~i��
��I��H�
&�����H��(��1�H���"����H��赟��1�H�u�dH34%(��H�e�[A\A]A^A_]Ð���XH��0�L��H�L��H���H��8�H���H��H�� �L����H����H��t�H������H��H��H�����Z���1ҾH��1�蹏��������k����H�5Ӆ��藗��H����H���G1����詗����������H�������H��H�����莓��������PL��L��@�A�A�蕂��H��0�޿�"����-|��L���H��H�H����L�����H��P�H����DH�B0H+BHB(H9B��H��0�H���L�����H��@�H����H��t*1��L������D��)�D����H�H	�H��@�u�H��8�H���WH������H����H����H��(��7���H��I�پL��H��H�H��(�L�@H�P0L+@(H+P����1�I)�H�Q�L��@�輤��ZY���(H��@��BL����H���H���H���H���H�� ��H����H��H�H�������H����L���謘�������1�茒��H����H�� �H��H�� �H����H��(�1�����H�����2���H�����������L���{��1�1������H��t�H�=ٓ�T�������f.�I��H�
���T����I��H�
���D����H�G0H�PH�W0�8L���y��������H��@������H��H�H�o8u�H�G@�P�����H�5�qH��聩�����9H�5��1���}������fD�[y���8脀��H�
D�I�����DH�=��(��I���@���@H��(��̤�������H�=��?���������1��z���DH��@����L������H��`��进����踩��H����8����H��x�H9���~oH�� �H����H�� �H����H��(�1�����H�����A���H�����������L���z��1�����1�H�5gKL���Ϟ��1����1��!�����J����H��(�I��H�
�1�H��蕆���H���(����<����H�=��L���������H��(��L��8�H�
f�L���H���8����H���˙������������UH��AUATI��SH��H��dH�%(H�E�1��G$t
����H�CI�t$81�It$(�xH���[���H�C�H�p �x�ƛ��H����H�CL�m�H�@ �P
�@���P���HcЃ��H��A��$�H������	�H��	�H��H��H������H������������	�1�	ȃ��	кA��$�H�CH�@ �@
H�CH�x �e}��H�E��6�L������H)�rH�|�Xt���H�I	�$�H�E�H��u�A��$��H�E�dH3%(uOH��[A\A]]�v���8�4}��H�
܈�H�����I��H�CH�x 1�����H�CH�x �ґ������X������UH��AWAVAUI��ATSH��(H�u����L�����I��H���L����A��A��A���A��H�E�A����A��A��U�A��A����D�E�A��A����蒐��M��U�H�M�A���M	�D�Eω���@��D8�u&��A���<�H��I��L	�@��H��@8�t#H��L�����H��(L��[A\A]A^A_]�fD@����@8�u�H�E�I;��u���D��UH��AWAVAUATSH��H���H�����dH�%(H�E�1��ʚ��I��C$u	���x8L��H��譏��H�E�dH3%(�dH���[A\A]A^A_]��L���L�����M��t8E1�L�����A�DL���`���D��)����H�I	�H�����u�A��$�M����‰���������LJ��������������������H�KD�H�����1�H�y H�
���!���H�CI�t$81�It$(�xH��蕢��H�C�H�p �x��H��������H�C�x覉��H�C�H��0����p����H�E�H�S1�H�BH��(�������H�{H�� ���H�� ���1��������q������UH��ATI��SH��H��dH�%(H�E�1�H�GH�xt�t)I�4$1�H���;���H�E�dH3%(u?H�Ġ[A\]ËpH��P�����\���H�CH�M�H9H}�H�CH�@��؎�����UH��AWAVAUI���uATI��1�SH��H���H�����dH�%(H�E�1���{��L��I��H�CH�p �J{����uN��q�������~4��
�����M����H�CM��H�
+�H�x �f����xL��H�������U��t��H����E1��H������L��H��H������Ɯ��1ҾH��1��%���A�ƅ���H���w��1��D���3������;H�������D��H��H�����������������H��0���D���A�H��H������軋��H��`���1�D�������I��L9k8��L��H�����I����t�H�p(H�C1ҋx詟��I�L$IL$8I���f.�M)�t�H�CL��H�p(軁��I��H�CL��H�p �x���H�CL��D��H�p ����H��y�E1��p���8�>w��H�
���H�����I��H�CH�x 1��~��H�C�H�x ����H��`���D���Ȓ��M����H��x���H9�������H�� ���H������H�� ���H�����H��(���1��1|��D���y��������H������'���H���q���H�M�dH3%(L����H���[A\A]A^A_]��k}��H�������M���oL��H�����L��H��A��I����1�H�5H��E1�脕���f��H�=��E1�����H���p���g����H�CM��H�
�zH�x H������1�E1��0}��H�C�H�x 辐���!���f��kn���8�u��H�
���H�����I��H�CH�x 1���|��H�C�H�x �m��������D��E1�腄����A������<���@1�L�� �����H�����L��H��H�� ���H������H��(���1��xz��D����������H������n���H���fo���������H�{8A�u�Bf.�I��L9s8r.L��H���+������t �1�L��H�������@�C$uZH�C�x覃��H�C�H�������p����H������H�S1�H�BH��(�������H�{L��H�� ���1��y��@1�1����v��H���y����H�==������c���1�豄������@H�CM��H�
B�H�x �������ff.����UH��AWAVAUATSH��H��H�w8H�W@dH�%(H�E�1�H�GH������w$�H�����H��0���L�p@��H��������@������p���L��`���M9���H������K$E1�H����L�����H�C�xM9���1�L�����H�C�@H�p �x�`���I��H���AH�C�
H�@ B�(H�CL�` L���s��H�����H���,�x
�"�H������,H���H�CH�@ H��H�������;s��I��H�����H���H�P�;H��H������s��H�����H��I����H�����H�@H��A�EH�����L�����A�$L��H�����7���L��H����������I��H�CPL��H��H�CPI�EH�����M�u(I�E8IDž�H�����H�CH�p ���H���DH����H������
�<q��H��I�EH���H�����H��t	�8�H������˅��A�L$H��DH��A�L$�DH��A�L$�DH��A�L$�DH��A�L$�DH��A�L$�DH��A�L$�DH��A�L$�DH�pA�L$	�DH�_A�L$
�DH�NA�L$�DH�=A�L$�DH�,A�|$
� H���H�����H��H+�����I�I�E8H��`���I�L9���A�L$A�D$�1�I�|$�������o�������H�����A�L$�6DL���(����H)�rH�|�Xt���H�I	��H�����H��u�A�T$A�D$���P���Hc�H������tA����tA����tA����tA���� tA��� ���L��`���A��H����H�CL������M��H�
+�L�H �����������L��1��v��XZ�L������1�H��螘��1�H�u�dH34%(��H�e�[A\A]A^A_]�f.�A���@1�H��H�����H����������A���f.�L������M��H�
7|��L��1���u���a���H��L������M��1�ATH�
��L��M����u��YL��^��,���L������L������M��H�
���Z}��H�C�H��`���H�PH�CH�������p賁��H�CH������H�PfE��t
�C$��������S$H��H����������	ЈC$���H�����H���-�������H��H��yM��L��`���L������PH�
7{�?���H��M�E(M��L������PH�
P|� ���1��~��H�{H�� ���H�� ���H�CH�@H��(���1��r���C����r���f���UH��AWAVAUATA�SH��dH�%(H�E�1�H����H�GH��H��tyL��0����p�L���w���H�CH�PH��t*�0H������@����H9�}��@�0H�C����A�H�PH9�`���u<�C$��<��H�M�dH3%(L���EH�Ĩ[A\A]A^A_]�DL�������x�L���|��A�Dž�xH��E1��}��L��D��H��A���}���H�{t��@H������H�HH�C���H�{8�t@L�fH���<{��L��L9c8s�H�C� �H�C� �H�C����@H����s��H�CL���p�,��H�CH�HH9�`�������L�������x�L���0{��A�Ņ����H��E1��|��L��D��H��A��訆�����1�H�57H���o����2����U���D��U1Ҿ�H��AWAVAUATSH��1�H��dH�%(H�E�1��Xm��H����H�{I��tH�=��i��H��L�������s��H�sL��辎��H���%�C$��1�1�L��1��
v��A�Ņ��b�C$���0��v���H�CD�hL�{�v��H�5[I�G H�CH�@(��H�{�ؒ��H�{���C$�ƒ�	ЈC$较��L�����D��L��H�C��y��A�Ņ���1��A��H�C��x1��}��1�1�A��D��L���(���H�CH��H�@H�CH�@H�CH�@H�C� �H�C� �f�C"H�C@H�C8�~��H����H�CH��tU�K$�C%���ƒ�?�׃������	���	���������	�	��	Єɺ�����C%�HD�H�C(H��H�M�dH3%(�H��[A\A]A^A_]�D1ҾL��1��Wt��A�Ņ��T����,����H�{8�E���1�H�=W臃���2���f��H�=�p�o����K$����fDL�CL��H�
p��o���L���6�������H�=1�(�p���-�����H�=St����1������`���8��g��H�
}�L��I���1��6o���L���ɂ��1������
}��ff.�f���UH��AUI��ATI��SH��H���|��H��taA��H��L��u`�c��H������tFI�|$8t>��
f�H��I;\$8w*H��L���Z������t�H��L��H���v��I;\$8v�H��[A\A]]��n��H�������UH�GH��H��t��'|��H��u]�1�H�=�e]������UH��AWI����AVI��1�AUATSH��1�H��dH�%(H�E�1��2i��H�����M��tP��L��L��t;�m��H��u;1�H�M�dH3%(H����H�e�[A\A]A^A_]�f.��kb��H��t�L���n{��H��t�A�F$�I�FH�x�xt8�u3��H��0�����y��I�FH������H9H}�I�F�xDH�������H��H������u�����������L����2w��H���*���I�F��x1��fy������1�L������A��I�F��x1��:y��1�1�A�׾H�=�y�R���H�����������������H�=ty��"������D�H�=�A������~���DL���E1��c��I�F@L����HDž����H�����HDž��I9^8ryH��L���/t��I��H�@IG8H�����A������H����tA�������@H��L��H�����<H������H������q��H����I9^8s�H������I�VH������H�BH)�H�BL9�tJI�FH��M��H�����L�HH�x Q1�H�
�x�Jk��XI�F�ZH�x ��~��I�FL�`I�FH�p�x�~��I�FL�����H�
]bH�����H�x 1��j��I�F1�H�x �~��I�F�x�r��I�F�H��0����p�w��I�VH������1�H�BH��(����t��I�~H�� ���H�� ���1��h��L���]��I�v8L���H���H�����L���}��H�����1����I�F��x1��v��1�1���H������������I~���E���@H�CH���I�G(H��H��t
H������uL�����H���I�����f�L�����I��fDI�FH�����L��H�p(�l��1�L��I��I�F�x�5���I�FL��H�p �x���I�FH+�����1�H�ދx�
����7���Z���8I����a���L��H���Q���Ic7�L���~��I�F1�H�ދx���I�FL��H�p �x�j��H��~�M�L)�����8���L�����N�$+H������H���I)G(����1�H�=�a�x|������v��ff.���H����H�WH����UH��ATS�G$H��A�ă�A���G$A����uj�C$A���A����A	�1�D�c$�z��t��H�C�x豊��H�{H� t	H�� �z��H�{�z��H�[A\]����1�1��u��H�S�f���UH��AWAVAUI��ATSH��H��8H������dH�%(H�E�1���o��I��H�@8ID$(H������I��$�H�H��t4H�M�dH3%(H�������cH��8[A\A]A^A_]��I�EH������1ҋx���I�|$H��t[L������1�E1�A�L��@I��M��~o����~L������u�8
H�P��H��1�I�|$I��L9�s�H������H�8I��$��;������u�1ۀ8
��H����fDL)���i���L��I��I�EL��L�������x���H�����L��L���������P���H�P�8
�H���[����X���@H�P�8
�H���=����:���H������L�8M��$�����t��f�����H�tH��C��UH��AUATI��SH��H���hW��H�SH�Ƌz1��g���H�{I�$H;G(w9H�W �H�CI�$H�p �x�{��H�CH�@ H��[A\A]]�f.�H�� ��w��I�<$H�CH�x(H��L�k�j��I�E H�{I�$���UH��AWAVAUATSH��HdH�%(H�E�1���t'H�}�dH3<%(��H��H[A\A]A^A_]�DI��H��I��I���m��A��I��u����t[H�U�L��H���\V��H�SH�u�L���JH�E��M�H�M�H�H�E�H�B H�E�H��v(I�F@I�WH)���[���f���L��H��1�A����y{��L��H����{����Wr�����1��f���1��f���H�O���u-����������x��������	Ј���f����@���@8�t������Ð����fD��U�H�=rH���Ww��1�]���U�
H��ATI��1�SH�?H���x��I�<$�
1�H��H���hx����[A\)�]���ff.�f���UH��AWAVAUATSH��8dH�%(H�E�1�HDž����H���UH�I��tH�=�q�op��I�D$1�1���H�X�(^��I�ٺH�
;'I��H�������H������H��H������1���b����/H�������.�\��H������H��u�L������H�
�t(H������H�s(L���LU��Lc�M���XL��L���5{��� �{g��L��I�D$� �I�\$����H�CI�D$I�\$H�x���H�C1�M��tY@H�������
1�L�,�H�<�H��H����v��L��H��I���y��Ic�H������H�PI�T$PL��0t��L9�u�H������H������H�������t��I�D$L��Hǀ���fA�D$"fA�L$$I�D$HI�D$H�x��{��L��H���t��I�|$8u]I�D$A�D$$uUH������L�@�1�H�
$6�H���1a���H����t��I�D$�D�H�=�o�t��I�D$H���LD�H�M�dH3%(L��uH��8[A\A]A^A_]�f�L�%�r(���n��f���UH��ATL�gS���m��H��DXtI��I�\$���u�[�A\]Ð[1�A\]�f���H�G�u� ���UH��SH��H��H��H�x�w��H�C� �H��[]�f���UH��AWAVAUATE1�SH��dH�%(H�E�1��?#u9�nH��u0�eu*�wu$�su�.u�/�6Y��I��H��t.E1�H�M�dH3%(L���*H�ĸ[A\A]A^A_]�1�1�L��0������Z��L��H����j����u�1Ҿ�1��Z��1�1�H��1��c��A�ƅ�x�L��ƿH���k��L��`���I��Qd��L��D��H��I��H��(����)u��H��(���H��`���D����_���A�}u5�EfD�L��H��L�p�s����t:�
L���-X���xL�ht� L���X��H��u�H��(����q������H��(�����p��L�%q(����sl����H��t1���}��ff.����G$t��U1�H�=~3H����q���]����UH��AVI��AUI��1�ATI��uSH���9Y��H��tL��L��L��H��[A\A]A^]��fD�H�=dl�wq��[1�A\A]A^]�ff.����UH��ATI��H��SH���Y��H��tH�sL��[�:A\]�O��D[1�A\]��UH��ATI��H��SH���Y��H��tH�sL��[�!A\]�O��D[1�A\]��U��H��ATI��StE��\��H������t+I�|$8t#��H��L��H���t������I;\$8v�[A\]�fD�Q��H�����ff.���H�tUUH��SH��H����j��H�{H�t
H���o��H�{H�t	H����n��H�{��n��H�H��[]�D�ff.�@��1��f���UH��ATI��SH��H��t�?uuL��H���
f��E1�;#tL��[A\]�f.��{nu�{eu�{wu܀{suր{.uо/H���EU��H��u�1�H�����t]<*t<%u�H����DH��H���g��A�$��#�r�����.u�x�.tL��H���qe���b���@I�t$H���[e���L���A�H��
�D����H�=B E1���n���+���ff.�f���UH��H��H��H��dH�%(H�E�1�H����w��H��uH�E�dH3%(u��f.��H�=�i�n������h�����UH��AWAVAUATSH��H��H���dH�%(H�E�1�H��t�:H��uvL������H�5�L��� w��H��t/�.L����S��H���u�@�L��.H����[��H�E�dH3%(��H���[A\A]A^A_]��L������L���v��H��t�1�1�L��0������'U��L��H���We����u�1Ҿ�1��U��1�1�H��1��^��A�ƅ��p���L��ƿ�e��L��`���I�}�^��L��D��M��H��H�� ����o��D����{��H��`���H�� �����s.Dž����#newf�����ƅ���A�UI����������!�%����t��L��(���H�� ���H�5:b�����D�I�ULD�L���I��M)�A��Icŀ�����%�DE��x��I��H����H������H�AH�����H�����Ic�H�H������]@E��t;H������.��Q��H��t%�H������.L���VJ��H����DL��H�5za1��ww��I��H��to� L���Q��H��t��H�������L���_��H������.L����I��H���a���H�����1ɾ.H���sY��뉐ƅ�������@H�� ����4j�����H�������.H���6Y���I����e��ff.����UH��ATI��H��SH����H��H��H��dH�%(H�E�1��t��H��u"H�E�dH3%(u H��[A\]��H��L����p�����e��ff.���UH��AWAVAUI��ATI��SH��8dH�%(H�E�1��n����H�
}eH��I�D$L�KL�@H�x1���V�����tH�{uBI�D$1�1�H�x1���Z��A�ƅ�yGH�E�dH3%(��H��8[A\A]A^A_]�f�A��tH�{xt�A��t�H���u�럐L��0����ƿL���b��I�D$H����D������HDž���H������H��H��`���H��H������H�����H��g(HDž���H�� ���������H�{��H���H�����1�E1�H+����H+�����H)�H��H���tXH�������H�����H�xH��������
����
uH��tH������8
��f�H��I��1�H���u�H�� ���1�H�������PH���L�{H����I)�L��H���L���A��tH�{x��H��tH�����D���:w���>���DH�� ���H������H������H�������PH������H����������
�+���I��H���uH��u�����f.�H�����H+������L���H����H�C8���fDI�X�G\������H����	ʈ���H�Q�����f�����	�f����P�Lt�����	ʈ������H����	ʈ���P��?�������f���	�f�����������?��	Ј�����������L����a���@H������rH��H��������f�I�D$I�|$8� H������L��H���n��H������I9���H�{x��H���$���fDH�������H���H�x�X��H���H������H���I��H�� ����PI�D$H���E1�H��Z�H�����H�PH������I�U<
��<
��A�E
H������8
�
I��I��L9����H�����u�H�� ���H�������P릐I�D$I�|$8� H������L��H���m��H������I9�waM�����������H�� ���H������H������H�������PH������H�������'���fDI�MA�E
I��H��A�EI���>����L����T��I�D$M��H������Hǀ�p����Q���A�E�|���H���H������H�x�gV��H���H������H�CxI��I�D$H�1��Df�H�����H�pH������I�u<
tc<
unA�E
H������8
tpI��H��H9��rVH�����u�H�� ���H������H������H�������PH������H�������DI�}A�E
I��H��A�EI���A�E�o���H�������H�pH������A�EI���j���H�����tKH�PH������A�EI�������L��H�������\S��I�D$H������Hǀ���H�� ���H�������P�H�� ���H������H������H�������PH������H�������Y����]��fD��H��twH�tpU��H��ATSH��ti�,O��H������tMH�{8tFA�DL��H���g�����t���tH�xu
1�L��H����n��I��L;c8v�[A\]�����C��H�����ff.�����H�tH��,��UH��AUI��ATI��SH��H���f��H�xxtH���I�UH�@xH��[A\A]]�@�L��H��H�E��,n��H�E���fD����t1��@UH��AWI��AVI��AUATI��SH��H���f��H���I��taA��t;H�|^(H��H�C@I���I����H���[A\A]A^A_]�f�L��L���e��L��L������Se��릐�L��L���pm��I���u�H��1�[A\A]A^A_]�D��1��f���H�GH��tH�@H�H�GH��@����fD��H��t1��E���ff.�@��H��t1��A���ff.�@��H��t1��`g���ff.�@��UH��AUI��ATI��H�����SH��H���dH�%(H�E�1��hF��H��t�8u&1�H�M�dH3%(��H���[A\A]]�H��@���H�ƿ�X����u�L������M��t�L���2d����������H��(���H������H��L��H�����HDž0���H��8���HDž ���HDž����k=����E����Z��ff.����1�H�=?C�_��ff.���UH��ATI��SH����H����H��dH�%(H�E�1��9E��H��t�8I��H�
�Zu
M��H�
[��H��1��K���H���_��1�H�U�dH3%(uH��[A\]��HY�����UH��ATI��SH�GH��H�PH�0H�x�Y��H�CH�x�F��I�$H�C[A\H��]�ff.�f���UH��AWI��AVI��AUI��ATSH��H���b��A��I��t1H�[(H��H�C@I�T$8I�t$0�H���[A\A]A^A_]�L��L���Eb��L��L����a��밐���G$t��U1�H�=�H���]���]����H�t=U�H��SH��H����a��H�x0�\��H�{�}\��H�H��[]����U��H�
�YH��SH����H��L�GH��dH�%(H�E�1��I���H���T]��H�U�dH3%(uH��1�[]��W��@��UH��AVI��AUI��1�ATI��uSH���D��H��tL��L��L��H��[A\A]A^]��fDH��[A\A]A^]�8������UH��SH��H��H��H��dH�%(H�E�1��B��H��t�8u)1�H�M�dH3%(��H�Ĩ[]�f.�H��P���H�ƿ�,T����h�����@	�u�H�}�t
��fD���H��H��t�;#u��C���<Fu��C���<T�q����C���<P�b���1��{/���V����8V�����UH��H��dH�%(H�E�1�H����FB����t"H��X(H�U�dH3%(u��f.�1�����U�����H�H��L�
�WL��XL�xYH9�t4H���O�A�	��A��+w���Ic�L�>��1��DH�H9�u��fD����?$u��O��)��w���Ic�L�>��f�����O��CtFv5��Et��Gu�� �Ht)�OA��A�� ��I��AB��X������P�����Au��΃� �A������9������UH��AWAVAUATSH���dH�%(H�E�1�H���xH�H��tH�=�U�
T��L������H�sL���@��H�����������yL��0���L��L����Q�����Z1�1�L���J��A�Ņ��CH�{�X��L����c���H�C�LK���H��H�C��^���H���.Y���H���]������H�SI��f�C"�K$H������NT��H�����H�H�SH�������f��H�����H�BI�VXH��H������M��H�����Dkp<Dp�@H�׉������I���xH��k�<P�@D)�+�������Ѓ�����1�)�A������	�A����A��?����A���f%�	�A���fA�������?	�A���A���D�A���A��D	�A����yE�������fA�����D	�fA����yD�D?tA�����D	�9��ƒ�A�����	к����A��������Ѓ�����A���f%�	�fA���k�<��)Ɖ��?����A���%���	�H�=�T(A�����@LcA<D�I�N��VL���R���-P�P�AP�AP�AlPH�#U(HcQH�
�T�4к1���C��H�CH��@L��L�0�^a��I�FH�CL�0��J����L���I�F ��R��H���nH�0�L���J��H�CL��H�L�p �a��I�F�ZY��H�SH��H�L�b �`��I�D$H�CH�{L� ��`��I�D$8L��`���M�g8I�|$�XH��L��D��I�G0H���6Y��I�W0I�G8D��L�������ke��I�w8I�0L���R��A��H�CH�@E���71�H�=�	f�0H�CL�p�^`��I�FA����H�CL�p�^��H�=�QI�FH�CH�@L�p�'`��H�=�8I�A��u7H�=�;A��u*H�=8;A�� uA��H�=QH�8HD��H�CA��A��H�@L�p��_��I�FH�CH�@fD�`H�CH�����H�@H����L�CH�
QL��1�����A���L���|U��1�H�M�dH3%(��H�e�[A\A]A^A_]���H�=�f�H�CL�`�$_��I�D$H�CL�`�b]��H�=�&I�D$H�CH�@L�`�^���/I�$L�cL���O��H�PH��H��(���H�CLE�H�@L��L�p�^���I�W8I�FH�CH�@f�HI�0I�w8H��(����S��H��(���I�G0�MS��L��1ɾH���{_��H�CH�PI�G8H�BpH�SH�RH���H�����IG8I�GH������H�CHH��I�GH�CP���f.�A����A����D1���D)�����@8�`�����D������H��R(�b���@��L��1�D��L���H�
AO�@���{����I�W0I�O8I�G0I�0H�� ���H��(����>��H��(���I�G8�9R�������M��f.�D��UH��ATL�gS���L��H��DXtI��I�\$���u�[�A\]Ð[1�A\]�f���H���2��@��H����1��@��U�
H��ATI��1�SH�?H���T��I�<$�
1�H��H���T����[A\)�]���ff.�f���UH��AWAVAUI��ATSH��H��L�w@H��������3��H�E�H�}��XH��A��]6��H�E�DL9c8��L��H���;V��I�����;M��t
����)H�CM�O�H�
�L�L�H�x1��B>��H�CH�x��9�����H�SI�xH��tI+��1�I���tI���H)�I�@�H���B��A���L��H�߃�@<I���D��H�E�L9c8�(���L�E�M����H�C��H�
�4H�x1��=��H�C1�H�x�"Q��H���0��H�s8H���>V��L��H���P��H�E�H��[A\A]A^A_]���<��H�E��|���f�I������1�H�=�5��P���H�E��X����k.���8�5��M��H�
PI��H�C�H�x1���<��H�C1�H�x�oP������f.���H�WH��t{UH��ATS�G$H��A�ă�A���G$A����u?H�:tH����N��H�{A����N���C$A��H���A	�D�c$[A\]�fD1�1��3��H�SH�:u������UH��AWI��AVAUATI��1�SH��H��X	H������1�H������dH�%(H�E�1��7��A��H��L��H�������e�h;��H�������#I�|$8�H��0���E1��H������H������H������H����H������H������H�������@H��I9\$8��H��L���R��I����t�I�D$M�N�H�
�I�L�H�x1��;��I�D$1�1�H�x1��F?��A�Ņ��dH�������ƿ�8G��A�����I�D$D������H��`���H������HDž���H��H������HDž���H�����H��L(H�� ����A���1�f�����������������o� �GH�������H�5iL������ƅ����(�)E��L��L���^L��H��������1Ҿ�1��25��L������L��1�H������H�������S��I��H��t������tA���H��������1���4��D��H���\��I9\$8�G���M���E1�H�]�dH3%(L���3H��X	[A\A]A^A_]�@�#.��H��������L������H������L��1�H�������aR��I��H���n����������a���A����T���H�������H�5z ��C�����H�������H�5O ��C��A����l���H�������H�5 �C��A����<���H�������H�5�J�C��A�������H�������en� \Sef�Q�A����H������H�xX�P@��A����H����	�A����H�QA�����f�����	�fA����P�LtA�����	�A���A����H����	�A����P��?��A�����f���	�fA������A�����?��	�A���A��������D1�1����2��H�������H�=-C��J������6E��fD��U�
�H��ATI��H�=TISL����€���t4�H�=EIL����€���tI�$��,u1I�\$I���%�1�[A\]�f���C��H��DXt�I�$I����u�[�A\]�f.���U1�H��ATSH�����#tH��[A\]�fD�W��߀�Mu��W��߀�Huـ/u�H�}��aC��H�}�L� ��H��H��tG���t@H��A�DDu�/t/H���/�q/��H��t
�xH�xuƸ�q����1��b���f���UH��AWAVAUATSH��dH�%(H�E�1�H�=	�(t/H���(H�M�dH3%(�H�ĸ[A\A]A^A_]�I���XU��L�
�G�L��I��H�
��H�����1��Q5��L����R��1�1�H���(H��1��t9���Å��{���H��0����ƿ�gA��L��`���L��(���I�|$�:��L���H��H�� ����J�����DW��H�� ���H��`���H�5z+�H�� ���L����S��H��H��t[�8tVL�=G�fD�8tBL��H����R��I��H��t�H�5�FH����U����tzL��H�5+1��S��H��H��u�H�� ����F��H���(H��������T��L�
�F�L��I��H�
q�H�����1��4��L���Q��H�R�(�U���DA�D$I�\$<	t	< uDH���< t�<	t�</t+�S��I�پL��I��H�
�1�L��H������3��H���*Q��H���(�5����yA��f���UH��AWAVAUI��ATI��SH��8dH�%(H�E�1��J����H�
�AH��I�D$L�KL�H�x1��#3�����tH�{uCI�D$1�1�H�x1��?7��A�ƅ�yHH�E�dH3%(�mH��8[A\A]A^A_]�A��tH�{xt�A��t�H���u�랐L��0����ƿL����>��I�D$H����D������HDž���H������H��H��`���H��H������H�����H�RD(HDž���H�� ���������H�{��H���H�����E1�E1�H+����H+�����H)�H�r�H��t[H�������H�����H�xH��������
����
uH��tH������8
��f�H��I��E1�H�r�H��u�H�� ���1�H�������PH���L�{H����I)�L��H���L���A��tH�{x��H��tH�����D���S���:���f�H�� ���H������H������H������L�������PH������H��������L��������
����H��I��H���uM��uA������H�����H+�����L���A�H����H�C8���DI�X�8������H����	ʈ���H�Q�����f�����	�f����P�Lt�����	ʈ������H����	ʈ���P��?�������f���	�f�����������?��	Ј�����������L����T���@H�������H�� ���H������L������H�������PH������L������H�����@I�D$I�|$8� H������L��H����J��H������I9��RH�{x��H�����fDH�������H���H�x�*4��H�s8H������H���I��H�� ����PI�D$H���H�H����2E1��[DH�����H�PH������I�UI�L$<
��<
��A�E
H������8
�9I��I��L9����H�����u�H�� ���H�������P�DI�D$I�|$8� H������L��H���I��H������I9�wIM����������H��H������k���I�uA�E
I�L$I��H��A�EI��I���V����L���1��I�D$M��H������Hǀ�x����Y���A�EL+��L;���@���H�=�?��:���/���H���H������H�x�w2��H���H������H�CxI��I�D$H�H�����1��M@H�����H�pH������I�uH�y<
tg<
uvA�E
H������8
��H��I��H9��v^H�����u�H�� ���H������H������H�������PH������H�������fDM�EA�E
H�yI��L��A�EH��I���A�EL+kxL;���,���H�=�>H�������9��H�������
���H�����tzH�PH������A�EI��I�����H�����tgH�pH������A�EH��I������f��L��H�������/��I�D$H������Hǀ�~���H�� ���H�������P�~���H�� ���H������H������H�������PH������H�������u����c9����H��twH�tpU��H��ATSH��ti��*��H������tMH�{8tFA�DL��H����B�����t���tH�xu
1�L��H���/��I��L;c8v�[A\]������H�����ff.�����H�tH����UH��AUI��ATI��SH��H���EB��H�xxtH���I�UH�@xH��[A\A]]�@�L��H��H�E����H�E���fD����t1��@UH��AWI��AVI��AUATI��SH��H����A��H���I��taA��t;H�<:(H��H�C@I���I����H���[A\A]A^A_]�f�L��L���uA��L��L������A��릐�L��L������I���u�H��1�[A\A]A^A_]�D��UH��AUATI��SH��H������I��H����H�5��L���J����uUL�
F�M��H�
�;H������H��1��)���/H���6��H��t�xu�x�/t@H��H��[A\A]]�f�H�5dL���AJ����t�A�<$#t.L��H���K"���f��H��H��[A\A]]��M�L$M��H�
P;�`���@H�=;��5���'���ff.�@��UH��AWAVI��AUI��ATSH��H��dH�%(H�E�1����H�=s�(I���tpH�5�H���yI����u]L���}��H����M����H�5oH���LI���¸��ty�H�M�dH3%(��H�Ĩ[A\A]A^A_]�H�5#�H���	I����t��;#��L�����I��H��tH���t"��I��H����A�$1��@H��L���E��H��0����H���2����uՋ�H���%�=@�����J���f.�H�a�(H�PH�V�(H��u�L�Z�(H�
;:�L��H�������&���L���z:��1����C���<M�I����C���<H�:����{/�0����{������!���f�H��L��� ��H������L��L��H���"�������O�D=A�8/����C�|=����H��������H��H�
�8�+&��1�L��H������9����4��@��U�H��H��dH�%(H�E�1�H����1����tH�7(H�M�dH3%(u��D1����3�����������-�UH�5;H��SH��H��Hc�H�>��1�H����H���(H����H��H�*[]�f.�H���(H��[]�f�H�=��(tH�=��(�7��H���B��H�s�(H��[]�@H�Y�(H��[]�f�H�=H�(tH�=?�(�J7��H���rB��H�+�(H��[]�@H��t;H��H��H�58[]�B��fDH��4(H��[]�f�H���(�#���@H��1�[]��1��ff.�f���UH��AWAVAUATSH���H�� ���H��(���H�����dH�%(H�E�1�H���L������I���H�
�6L���$��L������L��L��M���3B��H����A�I����������!�%����t��M������D�I�VLD��@�I��M)�A�I����������!�%����t�L������D�I�OLD���@�I���:��M)�H��H��tTK�4H��H�����K�D=H�����H��0���I���|;��I��H��t@A�~.uAH���a;��I��H��u�H���q=��H�E�dH3%(�&H���[A\A]A^A_]�@L���B����u�I��H�����L���,��L��L���).����u���H���%�=@�v���H�����L���p,��H��(����/L���\��H����H��(����/L�����H���-���1�1���x��H;��������H�����H��(���I�uH�� ���H�H������@ƅ���L������Dž����#mh/���H�� ���1�L��/�]#���e�����/����UH��AVAUI��H��ATI��SH�����H��dH�%(H�E�1������uRM���H��H�
�4�v!���H���	5��1�H�M�dH3%(��H��[A\A]A^]�@1�H��L�������t'M��H�
�4H��1����!����H���p��H��1�H��t�L��H���+?��H��t2L���/���H�5�H��I����+��L��H��L���i��H��u4����8�8��M��H��I��H�
s4�1�� ������f�������a.�����U1�H��AWAVAUI��ATL������L��SL��H��dH�%(H�E�1�������L��L���_>��H�����L��I���\7��H��H��tFE�wMc�BƄ=����/Mc���L�xL���<��H����H���8��H��u�H���:��L��L����=��H���F����u2H�M�dH3%(H����H��[A\A]A^A_]�f.������8����L��M��I��H�
��1��C���L����2���@K�<4L���)��L������D����M��H�
3L��1ۺ������L���2���>�����,��ff.���UH��AWAVI��AUI��1�ATI��SH������L��H��H��dH�%(H�E�1�������uPM���H��H�
�2�l���H���1��1�H�M�dH3%(�}H�e�[A\A]A^A_]�L�������u$M���H��H�
u2����fD1�H��L���K�����L������L��L���!<���/H���+��H��H��t}�@�AL��H��0����H��(�����'����)��H��(�����u��H���%�=@t-L��H��(����,��L��L��H�����H��(���H���������'����AL��H���;��L��H������¸����������8���H��M��M��P�H�
H�߾1����XZ����M��H�
~1H��1��������a����*�����UH��ATI��SH��H��dH�%(H�E�1�H��t	�>��L��H���`&��H�����H�����1Ʌ�tV�����1���H�����t<*t<%u�H���H����u�H��
v�H�=���/��1�H��H�M�dH3%(uWH��[A\]�f���'��A�$��#�R�����/u�x�/tL��H���%���B���f���I�t$H���%���'����)��f���UH��AVAUATI��SH��dH�%(H�E�1�H��t�:unH�����H���H���(;��H��t/�/H�����H�����@�H�ھ/L�����H�E�dH3%(�H��[A\A]A^]ÐH�����I��H���:��H��t�M��uD�����/t[H�5F�H���,<����u��H�.�1�L���2���ƅ����k���@�H�=l/�/.���f���f.�H�5��H����8��H�sH��tSH)�L������I��H��L���+��BƄ-����/L����'��H��t�L��1�H��H��L������:���L������L���a!�����'��f.���1����D��UH��AVI��AUATL�����SL��H�� dH�%(H�E�1�HDž����n9��H��u)H�E�dH3%(ucH�� [A\A]A^]�f.�L�����f�L����!��H��H��t��/L��H��� ��H��t�1�H�ھ/L���2�����'��f���UH��ATI��SH��1�H�� dH�%(H�E�1��U"��L��H�E���&��H�u�H��H�E�1�����H�E�dH3%(u	H�� [A\]��&��f.���UH��AWAVAUATSH��H��L�wPL�8dH�%(H�E�1��G$L�g@���������H��0���H��H���H�G�H�0�#�������C$��H�=�L�������C'��H�5��L��I���Q6��H��I������/L��H��fA�L���	��H�¸H����L�CH�
�,L��1�������L���Q+��1��jDH�C�K$L������H��H9�����uq�C$�W�����L��H�߃����C$��	ЈC$�'0��H������H���h*���H�M�dH3%(�H��[A\A]A^A_]�fDH�
Y((H�z)(HDž(���H��(���H�8�	��H�SH������Hc�H��H�ɺHI�H���������H������E1�H�����%DH��(���I��L��(��L;������H��(����
1�N�,�J�<�H���U+��H�H�� ���L9�v�I��H��L���/��L��H����-��I��H�� ���I�BH�CPA����ȀA���M��tT��@A���H�������U���DH��(���H�����H���X���H������5(���C$�L����fDH��(���H�����H�
��L����J�(H�CL�L�J1�����H����H������ ���������H������H9�x��������L����A������@L�������O���@L�c1��m(��H��L����)���������H��L�cP���1��G(��H����H���S �����H��`�����(���1�H���	
��I��H�����@$��H�@8H�����H�����H�� ���L�����L������H�����I��L�����L�����oD���6��H�CH�x��������8����L������L��I��H�
I)�1�����L���'��HDž���I��L9������H�������H�
t"L�I��H����H�CL�H�x1����H����L���V+��1Ҿ�1�I������H�K��H��1�H�y���A�ƅ�����L�����1�1�L��H����A�
���H�����H��tH�� ���H��D���5��H;� ���tsE����������fDH�CH����L�����L����H�0�b����uH�CH������H��1�1�L�����1�L���0��H�������:���H�����H����1�L��A�
�(��H�����H���_���H�� ���H��D���y��H;� ����@���D���4�����0���D���4����� ���H�����L�����H��L���+��L��H����)��H����H������H��H�HH�KP��������A������	ʈ��A������	ʈ��A������	ʈ��A�������	ʈ��A�����߃� 	ʈ�����A�������	ʈ��A������f���f���	�f���A���������	ʈ�����A�������	ʈ�����A���f���f���	�f���A��������?��	ʈ��A������f��f���	�f���A�������������	ʉ��A����������@��	ʈ��H�KH�y�
��L��M��H�
���1��J��H�����L��H�]"�#���-������D��UH��AUATSH��dH�%(H�E�1�H���4H�H��tH�=�"�>�������H�{H�5;�H�C� 1��H�S���tC�:#u&�B���<Mu�B���<Hu�z/��fDH��H�5����0��H�S�����C$L�����H��L���	ȈC$�-��L�kL����,��H��I�EH�CHǀH�CHǀf�C"H�C@H�C8����H��tRH�{8t#H�M�dH3%(H��ujH��[A\A]]��C$u�1�H�=��d"����f�H�q(��1��@�H�rH�=���������������j��f.���UH���C��H��u]�@1�H�=�]��!��f���UH��AWI��AVAUATSH��XH������H������H������dH�%(H�M�1�HDž���H���EL������1�L��L���)�������,������tf���'M��H�
2#������L��1��
���L��1��'!��H�M�dH3%(H���H��X[A\A]A^A_]�H�5��L���.����tH�5��L���.�����H�5��L���f+��H����L���5���H�5G�L��H�����H������H��L�����H����H�����L����H������H������H�����H������H��H������L������H��������H��H���	���H�
�(H��(L��E1�H������@�������H�����H����H��tH�������H����������H���H����H�������H�B0H+BHB(H9B�=H�����H��tH����������H���JL��L��I���*��L��H����������!�%����t��M�������D�H�WHD�H��������H�
zH��1����1�1��������L��H��1�������GH�5������I��H���-H����H�_H�G0H+_(H+GH)�u-�bfD��L���%-���������H��t9��t5H����H�o8��H�G0H�PH�W0�<
u���H��u�H����L���������H�����tH������L���K��L������H������H������H������H������H��������H����H����H���6���H�������j���1�1����l��H�����H�=G��������H�G@�P�#���@L������S����8�|���L��H�
UI���1���	���L���a��H������1������'���fDH�Y(H���������M��H�
�����H��
1�E1�H��H�����H�|�H���M��Lc�f.�H�����L�I�����L9�u�����H������1�H�5��1��!������r���1ۋ8���H�
��L��I���1������L���~��H���������F����H�=�1��Z��H�����������"���������L��H��L�����H�
��|��L�����H��������������I��f���UH��ATL�gS���C��H��DXtI��I�\$���u�[�A\]Ð[1�A\]�f���H��t1�� ���ff.�@��UH��AWAVAUI��ATE1�SH��H����H���dH�%(H�E�1����H�
(H��(L��H��(���I��HDž(����E�������H�E1�H��I�FM��H�����H��0���H�����H�� ���H�������@���I��L9���H��(���L�M��u�L�M�yL������H�����H�<����M��M��H��H�� ���1�H�����H�
�����H������H�� ��������uH��`���H;��srH����������H��(���L�I������L9��T���f�H��(���H�����H��tH��������H�U�dH3%(L��u9H��[A\A]A^A_]�DH���H����H�� ����"��I���l����������H��t1��0����ff.�@��H��t1�� ���ff.�@��H�����@��H���4���@��U�
H��ATI��1�SH�?H���o��I�<$�
1�H��H���X����[A\)�]���ff.�f���H��:tA��<t)1���8t�fDH��t�H�5�H�����@H��(��H��(����U�	H��ATI��H�=0SL�������u[�A\]�fDI��I�\$���t����H��DXu�[1�A\]�@��UH��AUATSH��H��D�'A��/tzE��te�x��L�(�H��H��tOD�#E��tFI��A�DEu�A��/t4H�{�/���H��t
�xH�Xu�H���[A\A]]��H��1�[A\A]]�H��H��t�D�gH���p���f���UH��AWI��AVI��L��AUI��ATSL��H��8H�u�dH�%(H�E�1����H�u�I��H�|���K�|'H�E����H�}�I��M��H�E�H�
��H�����1���]��H�}�I��M��H�����H�
d��1��9��H�u�H�}����H�}������H�}��x��H�U�dH3%(uH��8��[A\A]A^A_]�������UH�
�H�����H��AUATI��SH��H��L�NM�D$�dH�%(H�E�1�H�GH�x1����H�{t-H�M�dH3%(I�D$H�@��H�Ĩ[A\A]]�I�D$L��@����L��H�p�
����u�I�}X�N
������H����	ʈ���p����V��f�����	�f����P�Lt�����	ʈ������H����	ʈ���P��?�������f���	�f�����������?��	Ј��H��p������?��H�C����h�����H��twH�tpU��H��ATSH��ti����H������tEH�{8t>A��
I��L;c8w)L��H���������t�H��H��I������L;c8v�[A\]�������H�����ff.�����H�tH�����UH��AWAVAUATI��SH��H���D��H�xxI��t"I���I�$I�ExH��[A\A]A^A_]�@H�CH�{8� L�pH������I9��5L��H�����1�1�H��1��l��A��H���E��x�H�{I�UH;W��H�wD�����H�CD��H�PI�E��G"��H�CM�uH�pI�����I��u�4@H��I9�t'�|�
u�|�
u�|�
u�|�
u�I���I�}xL���T�H�CI�UI���H�pL)�L��6�H�CI�UHP����DE1��H�����I�}H�CH�xH��L�{�F��I�GI�UH�{�
���D�H���C��H�CH�@���f���UH��SH��H���[���H��tN�;t)�/H���t��H��t&�xu �H��H��[]�@H�5lH������H��H��[]���H��H��[]�ff.���UH��AWAVI��AUATI��SH��dH�%(H�E�1���L���I������H=wL��L���
���8uMH�5��L���f���Å�u0A�EH�M�dH3%(����H�Ĩ[A\A]A^A_]Ð1���@L��0���L���L���!	���Å�u���H���%�=@u�L��L���~��H��I���s���L��H�/.mxindeL�H��xf�PL���������R�����H���%�=��<�����:������ff.�f���UH��H��dH�%(H�E�1�H��������t"H��(H�U�dH3%(u��f.�1����
�����UH��AWAVI��1�AUATSH��H��(dH�%(H�E�1��l��H��A�����ueL������I�غ�L��H�
_�Z���D���2���L������1�H�M�dH3%(�RH��([A\A]A^A_]�fD1�1�H�����H��tH�0�H�=��������H��L�������
��H��L��I�����H��H���������H������L��H�/.mxindeH�H��xf�PL���B�H��u=����8��L��I�غI��H�
L�1��`���D���8������L��H�������/L������L��H���@����D�����������I�غ�1�L������H�
�L�����D�������������f���UH��AWAVAUI��ATL������L��SL��H��dH�%(H�E�1��D�����uPM���L��H�
y�t����L�����1�H�U�dH3%(�^H��[A\A]A^A_]�L��L���%��H��H�������xH��H�/.mxindeH�H�f�P�����t5�`��8��M��L��I��H�
�1������_����/L���s��L���H�����I��H��tML�{�/�@H�������uDL������H��H��u�L������L��/���L������u0���fDL��H�s�$��L������f.����8��L��M��I��H�
q�1������L����������ff.�@��UH��AWAVI��AUI��ATI��SH������L��H��H���dH�%(H�E�1��N��uRM���H��H�
��~����H�����1�H�M�dH3%(��H�e�[A\A]A^A_]�DL������u$M���H��H�
�� ����fDH��L������5L��H������H������L��H��I��H���������H�5R�L���/�����L��L��L���������/H���X��I��H��tk�@A�G�H��0���H����������������u��H���%�=@t#L���{��H�����L��H����H�����������A�GH�����H�������¸��������r��������������H��M��M��P�H�
�H�߾1�����XZ�T���f�M��H�
^H��1�������/���DL�����H������H�5˺I�����L��L��H���'�H���W���HDž(���H�����H������H��H�������������!�%����tۉ�L����������D�H�QHEщ��H��H)�H�����A�I����������!�%����t��H��(���H������D�I�WLD�H�(���H�
@(I��L+����������Dž�����E1�H��H�����f�H��(���H�����L��H��H�����N�0I�������t
��������H��(���L�I�����L9����u�H��(���H�� ���H��tH�� ����l���������t1�]����������H��(���H�� ���H��tH�� ����1��H�����H�����L��H��L�������tDž����H�5�1��C������y��f���U1Ҿ�H��AWAVAUATSH��1�H���dH�%(H�E�1��x�I��H�CHc��x2H��H��?H�M�dH3%(�PH���[A\A]A^A_]�fD1Ҿ�L������1��#�H�s�L��I���?����H�5+
L������L�sL��L��B1����A����1��A��H�C��81����1�1�A��H�CH��0�����0���L��`���I�}���H�KL��H��(���H��H�� ����9�Q	��H��(���H��`����H��`����9HDž���L�� ���E1�L�� ���DM��tKA���tC<L�+~Y<M��<V��I�x�L����L�� ���H�CHM��u��H��(������H�CHc�^����<K��M�x�
L��L�� ������H����H�PH�� ����A��Ic�H��H�zX�!A��L�� ����1����I�x�L���o�L�� ���A�8;��fD��L��1�H�
p���L�����H�� ����L�� �������f.�I�x�L����L�� ���H�CP����HDž ��������I�x�L��H�������L�� ���I��A�8.�L���I�x�L����H�����H�����H�����H;C8v!�M���H�����H�����H9C8�1���H�����H��H���������H�����H9�w�H�����H9C8�����H�����H��H��������H�����H9�����H�����H���O�����L����ʀ��������t	����������t��������t��������t�������� �c������ L�� ����&���fDL��H�������H��2����L���
��H�����H�BX����1��A���H��H�CH��� ������ff.����g������UH��AWAVAUI��ATSH��hdH�%(H�E�1�H�G�8��y,H�E�dH3%(�*H�e�[A\A]A^A_]�f.�1�H������M�eX1�����M�MPM�EHH��H�
��@�1�H��x�����I��HH��p����6f�M��H�
�L��1�H������I��L�����L;�p����|H��M�<$��L�4M��u�I�}8A�HDžp���L�=@�����L��L��I���)��H��H�߾L���L�@��������������J��������������������L���H�����P1���XH��ZM9e8rK��H�I��L+�x���I���d���I�EH��x���L��8H�����L�p���ƅ�����9������L�4I�EH��x����8I9�tL��H)�H����I�EH�p����8H��p�������I�E��81�����I�E�8���I�E���������f�L���8�M�4����*���f.���UH��AWAVAUATI��SH��(H�u�dH�%(H�E�1�A��t/E1�H�M�dH3%(L����H��([A\A]A^A_]��I��I��H���r��H���I��te��t0H��'L��A�I�F@I���I�����f.�L���(���H��t�A���L�����H�u�L������DH�u�H�U�H��L�����I����z����.�������D���g������UH��AWAVAUI��ATSH��H��L�w@H��t.��t��H��uH��1�[A\A]A^A_]�@��H��t�H���f���H��t�H��A��S�H�E�L9c8��L��H���3��I�����M��t
�����H�CM�OH�
�H�����L�C�H�x1��7�H�CH�x�����H�SI�xH�BtI+��I���tI+��H�BI�@���A���L��H�߃�@<I����H�E�L9c8�0���L�E�M��u]1�H�=d��G���H�����H�����H�s8H���[��L��H�����H���[A\A]A^A_]�@I�������H�CH�
���H�����H�x1��6�H�C1�H�x�����{���f��{���8��M��H�
�I��H�CH�����H�x1����H�C1�H�x�}����������H�GH���UH��ATS�W$H��A�ԃ�A���W$A����u;H�xt	H�x���H�{A�������C$A��H���A	�D�c$[A\]�1�1��G��H�CH�xu��f.��ff.�@��UH��ATI��SH��1�H�� dH�%(H�E�1��e�L��H�E����H�u�H��H�E�1���H�E�dH3%(u	H�� [A\]����f.���UH��AWAVE1�AUATSH��H��H�wL�g8dH�%(H�E�1��G$L�o@�����������H��0���H��H�������uyH�C�K$M��L�����H�@ H9�������L�c8H�����H��utH��A��f�������L��H�߃����C$��	ЈC$���H�����H�����H�M�dH3%(L���TH��[A\A]A^A_]���C$t�L�k1����H��L���d������h���H��L�kP�0��1�����H����H������uH��`����NH���k���"���fDH�{H�
��'H��(���HDž(���H�l�'����H�KH������Hc�H�{PH��H�q LI���L�����E1�I���#H��(���I��L��-���L;������H��(����
1�N�,�J�<�H�����H�H�� ���L9�v�I��H��L���P���L��H���%���H�� ���H�PH�SP����ʀ���M���m�����@���H������W����M��H��(���H�����H�����H������j��������P����1�H���A��I��H��������@$��H�@8H�����H����H������A�L����H����H�� ���H�����L������vD������H�CH�x�������8�����L����L�����I��1�H�
�L���H��L������HDž���I��L9������H�����L�CH�
��H������N� H�CL�����H�x1����L��L�����1Ҿ�1�I�����H�S��H�zH��1����A�Ņ�����L�����1�1�L��A�L�����H�����H��tH�� ���H��D���o�H;� ���tcE�����������H�sH����L��������uH�CH������H�P 1�1�L��M�����1�L���8�����H�����1�L��L��A�����H�����H���s���H�� ���H��D�����H;� ����T���D�������D���D��������4���H����L����H��L���P���L��H���%���H�����H�����H��H�HH�KP��������A������	ʈ��A������	ʈ��A������	ʈ��A�������	ʈ��A�����߃� 	ʈ�����A�������	ʈ��A������f���f���	�f���A���������	ʈ�����A�������	ʈ�����A���f���f���	�f���A��������?��	ʈ��A������f��f���	�f���A�������������	ʉ��A����������@��	ʈ��H�SH�z�V�M��1�L����H�
���L�����L��L��H����
����E����`���UH��ATSH��dH�%(H�E�1�H����H�H��tH�=����(L�����?�H�{H�5��H�C�k��H�sL���C$�ƒ�	ЈC$����H�{�E�L���m���L�c�H�C���H��I�D$H�CH�@��H�CH�@ H�C�����H�CH�@f�C"H�C@H�C8����H���C$tH�{8u������‰��C%�׃����փ�?��	���	���������	�	��	ЈC%��u@�����H��@H�C(���C&��	ЈC&H��H�M�dH3%(uLH��[A\]�f�H�C(1���@1�H�=���b��C$�Y���f�H�=)�'������ff.�f���UH������H��u]�@1�H�=��]�	�f���UH��AWI��AVL������AUATSH��H��8H������H������L������dH�%(H�E�1����L�C�L��I��H�CPH�
���L�H1�L�KP����1�1��������L��H��1�������I�w0I�O(A��H��I+GH�I;Gu5�_�I+wI�G@L��H�H�PI�w0I�O(H��I+GH�I9Gt,I�W8H��t�D���[��H����I�W8I�w0I�O(�@D�����H������tH������L����H�C8H��H�pH�s8����H�s8H�����H�sPH������I��H�p����A��t	A��$�A��t	A��$�A��t	A��$�A��t	A��$�A�� u>H������I	�$��H�]�dH3%(��H��8[A\A]A^A_]�DA��$� �DL������D���������8����H�
��I����L��1�����L����1��x���f.��[���8���H�
��I��������UH��AWAVAUI��1�ATI��uSH��H��xH������dH�%(H�E�1�����L��I���b��H����L��H�������u:�5��I��M��u:H�M�dH3%(L���H��x[A\A]A^A_]�D����I��M��tƺL��1��t��H������H����H�����H��������I��H�����H�=����H�����H������1�����[�����������9M���PH������L��L��H��A��I��� ���D�H�=F�E1��������1Ҿ�1����H��p���H���:��H��������H������H��0���A�H������H������H��x���H����H������L��h����
f�I��L9c8�2L��H����I����t�H��H�����1�1�H��1�����A�ƅ���E1�H���������H���������H������������1�H�5��H��E1��d����H�CM��E1�H�
*�H�����H�x1��0��H�C�H�x�����f�HDž����1�����fDH�������ƿ�5�H�CHDž���D������H��`���H�@H��x���HDž���H������H�����H���'H�� ����1�f������I���H������H����L������A��������}��M��� ��L���H�5[�ƅ����(�"�L������L��L��H������H���������I��H���O���H������tL��H�����H������H���������������A��������H��p���L��h���H�������H������L������L��H��H�QHH������������H�5��L���\�A�������H�5��L���4�����H�5��L����A���������H�5d�L�����A��������H�5��L�����A����b����L��`���L������L������L���P�L�d�XM��t$�H�5��L���r��L��L���b�H������u�L��`��������7����UH��AWI��AVAUATI��SH��H��8H�����dH�%(H�E�1�H���L������L��L����������A�����tj���1M��H�
����t{��L��1�����L���B�E1�H�]�dH3%(L���2H��8[A\A]A^A_]��H�5�L���������H�5Ϳ1����H�����L����H��H�����H�����L������H��H������H������A��I��H���c����L��1��C��I��H���WH�����L����H��H���������1�1�����H��H������1�H��t���H����H����H���L������I��@H�A0H+AHA(H9A�BH�����H���RH��L���/�H���fH�����L����H����H��IE�H�����L����H��t'L������H������H��H������H�����A��H��uE1�H����L�������L�����L��L��������L������"f.��H�=��?�L������L��L��������1�L����L���������H����H�����H������L������H����I�vHH����L���A��\���fD�H�=U���E1��#����L��������@H�=q�'���H�����@L�����H�
���L��H���������L���L�L��������M��H�
��������H�=f���E1������1�H�5��H���_�E1�����B�A��[������H���H�=������������ff.�f���UH��H����]�ff.�f���H��t1�����ff.�@��UH��AWAVAUI��ATE1�SH��H����H���dH�%(H�E�1����H�
!�'H���'L��H��(���I��HDž(����5������H�E1�H��I�FM��H�����H��0���H�����H�� ���H�������@�{�I��L9���H��(���L�M��u�L�M�yL������H�����H�<����M��M��H��H�� ���1�H�����H�

����H������H�� ��������uH��`���H;��srH���������H��(���L�I�����L9��T���f�H��(���H�����H��tH�������H�U�dH3%(L��u9H��[A\A]A^A_]�DH���H����H�� �����I���l����������H��t1�� ���ff.�@��H��t1�����ff.�@��H������@��H���$��@��UH��ATE1�SH�H�>�u1��{u)[L��A\]���f�H��1�����1��{I��t�H�{1�����[L��A\H��]�f��fD������H��&w,H���Hc�H�>��DH��tH�QH����Bhu1���H��t�H�F�Hh��f�H��t�H�5�H���,��@H���'�H�q�'����UH��ATSH��H����1�H��t1L�cH�[��t5�p��H��I��I�\$���t�DXu�1�[��A\]�f.��[A\��]�@UH��AWI��AVAUATSH��H���dH�%(H�E�1�H����E1�H�8A�t4fDL��H���}������<I��I��L;c8v�M���*E1�L������H�C�L��M��H�
��L�@01��z��A�$I����������!�%����t��L�������D�I�T$LD��I���k��H��0����M)���u�����]H��`���M�I9��jL�����H�C�L��H���H�H01����H�{8��A���I��L;c8��L��H���g���������D������L�ppf��L�h(L�P��D���L�����@��?��D��������������H�H���A��?AV���fA��AU��-��A��ASARW�����WL��VAP���D���H�.�f����?V�����V������P1����H��`L������������H�=[���W�L���������1�H�M�dH3%(��H�e�[A\A]A^A_]�H��L������E1�1�jA��L��jH�
��M��jjjjjj+jjj
jj�4��A�$I����������!�%����t������D�I�T$LD��I��H��pM)�M���M���DL���P�������H�=���g������f��H�=,��O��1������I)�L�����1�L��H��H��(�������1��L���2����uH��(���L��L����I9�tyH��`���1�L�����H��`���L���b����H������H�=�����H��(����k��1��_���@L�����L��H�����H�މ��C����4���L���A�����w���H��(������������UH��AWAVAUI��ATSH��H��dH�%(H�E�1�H����E1�H�8A�t4fDL��H���
������<I��I��L;c8v�M���E1�L������H�C�L��M��H�
���L�@@1��
��A�$I����������!�%����t��L������D�I�T$LD��I�����H��0����M)���������=H��`���M�I9��JL���B���H�C�L��H��H�H@1���H�{8��A�L�52��(f.�L���H�����I��L;c8��L��H�����H�x uH�SH�R@H�P ���u����H��L����։�@��������4q����σ����<����@���������4�L�����H�H�p D�21�L����XL��Z�����M������H�������8�
���H�
{��H��I���1��\���H������1�H�]�dH3%(��H�e�[A\A]A^A_]�jL������E1�E1�jH�
���1��L��M�����A�$I����������!�%����t������D�I�T$LD��Y^I��M)�M�����@L���������L��舸��L��H�����H�މ�������,���f��H�=$����1������I)�L���e��1�L��H��H��(������1��L��������uH��(���L��L���G�I9�tjH��`���1�L�����H��`���L�������H���8���H�=���g��H��(������1��g���@�H�=���?��1��K���L�������u�H��(�����������f��fD��H�GH����UH��SH��H���x�����x��yiH�x(t
H�x(���H�CH�x8t
H�x8�}��H�CH�xHt
H�xH�i��H�CH�xXt	H�xX�U��H�{�L��H�H��[]�fD�3�H�CH�x(u��fD��H�C�x���k�����f.��ff.�@��UH��SH��8H�dH�%(H�E�1�L�KI9�w=M��t0I9�rkHָH�sH�M�dH3%(��H��8[]�f�H�3��H����I���H�
]�H������H�����1��@H�����H�����H������6��H�����H�����H�CH�����H��H�H�0�T������f.���UH��SH��dH�%(H�E�1���H�H��t_H�GH9�v�H��H����I��I��PH�
���H�߾1��9��X�ZH������1�H�M�dH3%(uH�]����������@��UH��AWI��AVAUI��H��H�U�ATI��SL��H��(L�M�dH�%(H�E�1��g&��\���L��H�E�I�D$8H�pI�t$8�r��I�D$PI�t$8L���?��I��I�D$PI�FH�EI�F H�CH�K0H+C(H+KH)�I�FA���A�������	�A���A���A���f���f%�	�fA���A���A��������	�A���A���A�������	�A���A���A���f���f%�	�fA���A���A������?	�A���A����࿃�@	�A���A���A���f��f%�	�fA���A���%���A���%���	�A���H�U���tA�����tA�����tA�����tA����� tA��� H�E�I	��L��I�D$H�@I����Ͳ��A���M�FA���A���I�F(����f����?��@��<A����H����?A�v��V����-Q��H�
m�RD���1�E1�WA���L��f����?RA�����RA�����RA���f����RH����7��H��PL������I+F(I�FpH�{0H�C(I���H��H+KH�H9K��L�c8H����M��unI�H�C@H+{J�4'H��P��A���$H�{0H�CI���H��H+sHs(A��
�jH9��iL�c8H����M����E1�L��L����H����H�{0I)�u�L�c8H�C(�c����I��L�c8��H�GL��H�C0D�'D���+������A���(A���>���H�{0H�CH�S(H��H+sA��
��H�I���H9���L�c8H�����I��L�c8�rH�GL��H�C0D�'D��������*H�{0H�CI���H��H+sHs(A��
�FH9�tIL�c8H��t�M�����H�C@H��PH�{0H�C(I���H��H+KH�H;K��f.�H��uI�FI���I�vH�}������f�H9�t�L�c8H����M���H�C@H��PH�{0H��H+sHs(H9s��I�����H�k8��A�H�C@H��PD��L��D��������\���fD1�H�U�dH3%(�AH�e�[A\A]A^A_]�@H�C@H��E1��PD���DH9������L�c8H���I��L�c8�H�GL��H�C0D�'D��������t��H�{0H�CI���H��H+sHs(A��
����H9��*������fDH�C@H��PH�{0H��H+sHs(H9s�TI���L�c8�����M�������H�C@H��PH�{0H�C(I���H��H+KH�H9Ku}����@M�������H�C@H��PH�{0H��H+sHs(H9s��I���L�c8�:���M���~���H�C@H��PH�{0H�C(I���H��H+KH�H;K�����L�c8H�������M���;���H�C@H��H��PH�{0H�C(I���H��H+KH�H9K�^���L�c8H�������E1����f�H)�H�I�VH�I���H�{0H��H+sHs(H9s���������fDH9������L�c8H����M���/H�C@H��PH�{0H��H+sHs(H9s��I���L�c8��M����H�C@H��PH�{0H�C(I���H��H+KH�H9K�~���L�c8H��tUM����H�C@H��H��PH�{0H�C(I���H��H+KH�H9K�<���L�c8H��tA��e����I��A�L�c8�����H�GL��H�C0D�'D���%������V�������M���3H�C@H��PH�{0H��H+sHs(H9s��I�����L�c8M����H�C@H��PH�{0H�C(I���H��H+KH�H;K�l���L�c8H���m���M����H�C@H��H��PH�{0H�C(I���H��H+KH�H;K�&���L�c8H���'���A��K���fDI�D$�H�C8H���}���H�GL��H�C0D�'D�����������������H�k8���A��J���A��_���A��T���A��I���L�c8M��u�H�C@H��PH�{0H�C(I���H��H+KH�H9K�c���L�c8H��tUM��u�H�C@H��H��PH�{0H�C(I���H��H+KH�H9K�%���L�c8H��tA��N���I�������I��L�c8�~���������ff.�f���UH��AUATI��H��@���SH��H��dH�%(H�E�1�H�G��p������gH��p���H�{H��H;G`v@H=���gH��X����H��p���H�CH�x`H��L�k蒽��H��p���I�EXH�{H�GX1��H�C1ҋx����H����H�CH��p���H�pX�xH��8����4��H9�p�����L��8���A�}Sui���I�UH��DPtU�H��8���I�}�0���I�$H�SH;B r2H��8���H�BH��8����:
uH�BH��8����z
t5f.��H�=���/��1���H�=�����1�H�M�dH3%(uKH�ĸ[A\A]]���H�=,��������f.�H�= ����H�{������fD���G$u������f.����G$u�1����f.���UH��AWI��AVI��AUD�j�ATL������SH��H��(dH�%(H�E�1�H�D��D�H��������L��D��H�����H�����
H��輯��I��H����H9�t{�x�
t5�I��H�M�dH3%(L���H��([A\A]A^A_]��I���@�L9�u�L��M��H�
�1�������L���x���S�������I���H�������8uDL������I��M��1�H�
&���L��茵���L�����I���8����L������I��M��1�H�
����L��L�������A����L������L��������������UH�
����H��SH����H��H��(dH�%(H�E�1����H��tH�������t1���StH�M�dH3%(uPH��([]Ð���H����H��DPu	1���D�H�����H�{�ˬ��H������:t�1���V��fD��U1ҾiH��AWE1�AVAUATI��1�SH��dH�%(H�E�1��U���H��0����H��I�D$�p�Y���I�|$8u9��H���D���c���H�M�dH3%(L����
H��[A\A]A^A_]�I�D$��H����BH�xH1����A�ƅ������1�����H�54����������Dž���L��轵��H���TI�T$H9BP�E�H�BPI�D$H��(���H�����D�����H�pXL�����L�����I��H�P`H�����H�
�����H��H��(���H���\�8��L�`L��(����<:��޿��H�SI��H��DP�5L��L�����I��H��(���H�xH��(����8:��
H�PI��DP��
�L��躪��H����H��(���H�xH��(����8:��
H�PI��DP��
�L���x���I��H��(���H�xH��(����8:��
H�PI��DP��
�L���:���H�����H��(���H�xH��(����8:��
H�PI��DP�v
�L�����H������H��(���H�PH��(����8:�}	�P��Rt	�� �k	H�HI��DJ�X	H�x�L��H��(����@�����菩��H���H��(���H�xH��(����8:�
H�PI��DP��	�L���M���H����H��(���H�xH��(����8:��	H�PI��DP��	�L������I��H��(���H�PH��(����8:�7
L��L�����L�����H�����#H��L��H�����L�����H�������H�����H�����I��H�����H����H�PI�L$I�T$(�����������RI�T$ uA�$M��t!I�|$0��H�����I�u�觽��H�����H��t$I�|$8�H��H������H���w���H������H��t$I�|$@��H��H������H���G���H���H��t$I�|$H��H��H������H������H����H��t$I�|$P�oH��H������H�����M��t!I�|$`��I�v�H��������H�����H�@H�pX����DI�D$1�1�H�xH1�����A�ƅ����Ǿ1��+���Dž������4���H�5F�D���ں��I��H�������H�=z����D���1��޺��D�������`���D�����L�����L�����@M���>���������1���I�D$H�xH贩��L��E1��Y����!���@�H�=,�����D�H�=��������f�I�EM��H�����H���LE�H��I�DH������LE�H��I�DH����LE�H��I�D
LE�H��I�DLE�M��K�D5LE�L���c���H���h���H���@���H�����H�@L9p`�iH����������R��H�����M�n��H�����L��H�@H�xX���I9���H�����H�����H�@H�@XB�D0�蕣����
��H�����耣����
��H�����H�@H�@XH��(����,���H��(���I�D$`H���g�?t^L�����E1���L���ä��I��H��tH��(���H�AH��(����9:��1�J�| H��(���H���	�?u�L�����I�D$H�pXI�L9������D������H��L���L�����D�������I�ɾ�1�H������H�
+�H���˫���H���^���L��E1������fDJ� �9:�K���M�����
���H��(���I�FI��L��H��(������M�fI�H��(�������H����������FujI�E�L��H�����V���H�����I�U��I�D$0H���)��H9���u1I�D$0H�����B�D(�詡����
uH�����蘡����
�����H��D������L���L�����L���������H������T�����TuhH�����L�o�误��H�����L��I�D$8H�����I9�u7I�D$8H�����H������D�������
uH���������
�����H��D������L�Z�L�����L���������H�����贠����CuhH������L�o�����H�����L��I�D$@H�����I9�u7I�D$@H������H������D��a�����
uH������P�����
����H��D������L���L�����L������x���H�����������SuhH���L�o��o���H�����L��I�D$HH���C���I9�u7I�D$HH���H������D������
uH�����谟����
�����H��D������L�*�L�����L���������H������t�����MuhH����L�o��ϭ��H�����L��I�D$PH��裿��I9�u7I�D$PH����H������D��!�����
uH�����������
�0���H��D������L���L�����L������8���H��D������L���L�����L���������H��D������L���L�����L��������H�xX�9���H�����I�~H�AL�p`L�i�ݬ��I�EX�i���H��D������L��L�����L��������H��D������L�(�L�����L������n���H��D������L�{wL�����L������G���H��D������L�=wL�����L������ ���H��D������L���L�����L��������H��D������L�e�L�����L���������H�����L�p`�>���H��D�����L�����L�˿L��������D�����L���������H��D�����L�����L����v���H��D������L��L�����L������G���H��D������L���L�����L������ ���������UH��SH��H���{���H��tN�;t)�/H��蔳��H��t&�xu �H��H��[]�@H�5��H���9���H��H��[]���H��H��[]�ff.���UI��L�

��H�
�1�H��SH��H��RH������[���H��H�]���f���UH��AVI��AUATSH��H��dH�%(H�E�1�����I���x���I��I��v,�$1�H�M�dH3%(��H�Ġ[A\A]A^]Ð�L�����H��L���ء���8u1���H�j�L��L��薡��H��t�H��@���L��H�������uË�X���%�=@u�H��L����ԯ����u��X�����������?���A�$1��0�������ff.�@��UH��H��dH�%(H�E�1�H�������H��tH��'H�U�dH3%(u���ı��@��UH��AWAVAUATI��SH������L��H��H��dH�%(H�E�1�负��H��uWM���H��H�
x��s����H������1�H�M�dH3%(��H��[A\A]A^A_]��1ҾH��1��g���A�Ņ�x@�Ǿ1�肯����tVM��H�
��H��1�����D���H���p���M��H�
��H��1����¢���J���DH���@�����t4�����8�0���M��H��I��H�
��1������DD�������/H������H���I��襹��I��H��tOM�wA�/�L�xL���Զ��H��u?L���g���H��u�L���z���H�߾/软��H���袜����u#����@L��L���ū��H���m�����6����8�_���H��M��I��H�
j��1�计���H���A����芯��f.���UH��AWAVAUATI��SH��/H��H��8dH�%(H�E�1�����1�I��謪��H������M���|A�}I�}���ȵ��H��tcL������I��H�
���L��1�����L��葴��1�H�M�dH3%(��H��8[A\A]A^A_]�f.�1�1�H���Ħ��H��tH�0�H�=�^������1H��L������袯��H��L��I��脝��H������H��H��H��H�������D���L��L��H�����H����H������H�5�p躯��I��H����L������H�Ǿ1�H���L������M��E1�L��H���L��1�E1�����A�K�=@�:taD��L��H������I������H������L��H������A� I��t-M��t
K�T�XH��u�L��D�������I���D������H��H��u�L��袪��L������H��L����L���
H����������!�%����t�H������D�H�JHDщ��H��L�r��xA�indefA�V����H������L��H��蚐��H�����<����8�e���H�
N�I�����fDH�����������8�4���I��H�
ʾI����L��1�胞�����fDH��L���=����y����L������I��H�
���8���f.�L������H��L���ζ���usA�FH��A�statfA�F�0���L��L��H��貏��H��tmL������H��L��苶���L��1�L������H�����H�
e��ǝ��H���߬��L��L��H���a���H��u\�����8�0���H�
i�I�����������8����H�
%�I���c���D�ˎ���8��I��H�
��I�����f�H������H�������H����"���f���UH��AWAVI��AUI��ATI��SH������L��H��H��	dH�%(H�E�1�����H��uQM���H��H�
��͜���H���`���1�H�M�dH3%(�
H�e�[A\A]A^A_]�@1ҾH��1��Ǡ��A�Dž�x@�Ǿ1������tVM��H�
����H��1��P���D��訾���v���M��H�
f�H��1����"����P���D�/L��軩��H�xH��ID�蛰��M��H�
�H��u�H��L������M��H�
o�H���j���L��H���Ә��H������L��H��H�����躘��H�5�L��������������H������/�,���H�����P�@�H�����H�����������H��0���趦��H�������u��H���%�=@t1L��H������:���H�����L��H��踌��H�����H���:����������AH�����H��进�������2���������������O���H��M��M��P�H�
�^H�߾1�虚��XZ�B���f�L��訩��H������H�5�^H�������i���H������L��H������H���w���HDž(���I��A�I����������!�%����t��L����������D�I�PLD‰��I��I)�A�I����������!�%����t��H��(���H��L�����������D�I�VLD�H�l�'���H�
Ѫ'I��L+�����q���������L������I�ND�����H��L�����E1�H������H�����H����H�� ���H����H���I�HL�����I��f.�H��(���N�0M�iL���	���J�< I���-���M��I�ؾH�
M]H�����H��H�����1����H��(���N�0H���I�<M�i���L�����M��H��H�� ���1�H�
�]H�����薘��H�� ���H������c�����t
�ډ��������H�����ƪ��H����躪��H��(���L�I��觪��L9������
���H��(���D�����L�����L�����H�����H��tH������f���D�����E��t>�U���D�0�#���D���E��������H��(���H�����H��tH���������D������H�5(�1��f������茥��ff.����UH��AUI��ATI��SH��dH�%(H�E�1�H��uBƅ���H�����H��L��L���6���H�M�dH3%(u<H��[A\A]]�f�H�����I�о�H�
��H���������fDUH��AWAVAUI��ATSH��H��8dH�%(H�E�1��r���I��H�C�x��xH�I9�$�tY����H�CI��$�H�sH�xX�ٯ��L�s1�1�H��1�跚��A�FL�59t����H�CI��$�H�H�C�xI�t$(1��Ҷ��H�{M��$�MT$pM��L;W`�DH�wX�L���%���I9�H�CH�PX���BdH�CH�5��L�pXL���I���H������H��t�H�CL�pXH��M�L$M�D$1�AVL������E1�E1�H�
<���L��蚕��X�ZL���+���I�EH�CH�@XB�8H�CLpXH�M�dH3%(L���{H�e�[A\A]A^A_]�f��H�=%�H�����������I�D$L������H�z�L��H�������N���H9�����tEH�CH�PX����H��X�7���H�CI�L�x`L�s���I�FXH�{���DH������H�xH�������8:u��:���H������H��t�H�x�L���Œ��H���t���H������H�SH�qH�RXH�������9:�B���M�t$pJ�2H9��0���I��$�I�UM�L$L9������M�D$Q��PL������H�
S�1�L����^�_L��肧���Z����ȡ�����H��tH���tH��q����ff.���UH��AWI��AVAUATSH��H���H�� ���H�wH������I�dH�%(H�E�1�H�GH�xX衬��I���H�CI�(H�xX�+1Ҿ1��e���A�lj�������DH�5�����F���I��H����H��0���D����6������vH�� ���H��`���L�pH�CL��L���H�PX�5���H����L�-��DI�61�L���S�����H�C�?H�xXL���聩��H��H�CL�HX��L��L��������M�vM��u�HDž(����:�H�����H�(���H��(���I��H���H�@H���H���
H���L�8H�@L)�H�����t�L9�(���t�H�CH�����H�p`苔��I���5fD�����8I���1����H��H��葩��Ic6�H���Ѧ��1�L��L���4�����u�H�CL��L��H�xX�h���I9�u�L�����L��(����3蛂���8I������H��H���!���Icu�H���`���1�L��L���Þ����u�L�����M������M��L������M)�tTH�CL��L��H�xX����I��H��u������8I���<����H��H��蜨��Ic7�H���ܥ��M)�u�L�����L�����L�(���M�L)����������M���D賁���8�܈��H�
���H�����I��H�CH�xXH�� ���L�@1�����H�C�H�xX誣��������_���E1�H�M�dH3%(L���:H���[A\A]A^A_]�@�+����8�T���H�
�I��H�CH�xXH�� ���L�@H������1�E1�葏��H�C�H�xX�����DH�CH�xX�8����À���8���H�
%��H�����I��H�CH�xXH�� ���L�@1��,���H�C�H�xX躢��L���R�������DH��H��0�����d�����t0�K����8�t���H�
��I��H�CH�xXH�� ���L�@����f�H�CH��`���H�PXH�� ���H�x�!���H�������L�� ���A�I�v H;�`����~���H�CH�xX轠������H������H��`���HI+F H��L���L�HXM�H�
j�L��1�H�������$�������s���8I��虆���H��H�����Icu�H���8���L���P�����u�H��(���������*�������H������L��H+�(���HL��E1������A��H�{8��L�� ���A�E1�f�L��H���%���I�H9��uL�h(LhpLhI��L9s8s�L;�(����J���H�=�蚚���9����~���8蹅��H�
"��H�����I��H�CH�xXH�� ���L�@1����H�C�H�xX臠���4����=~���8�f���H�
ϮI��H�CH�xXH�� ���L�@�
���E1��Y���藚�����UH��SH��1�H�����H�SH9�HF�H��[]����UH��AWAVAUATS�H���G$tH�e�H��[A\A]A^A_]�fDH�_I��M�}XH�{ 脤��H�
���H�����I��H�C I�EH�xX1����M�eI�\$XH���چ��H��A�t$M�MPM�EHH�<1�H�
��H������軋��I�EL�pXL��蛆��ZI��H^L�A�KH�E�I��f�I�H��tC�;��E�4$�I�T$I�Ԅ�t@H��I��A�D$����u�I��A� I9�u�L�u�M9�t�
M�t$fA�$I�EL+pXL;p`wX�x1�1�1�衫��I�EL��H�pX�x���L��I9�I�E�Ëx�I������@H�=ͤH�M��0���H�M��H���H�=ͤ����I�E�D��UH��AWAVI��AUATSH��XH����H����dH�%(H�E�1��G$H�����������G$uCH��tIH�G1ҾH�x(1�耎���Å������1�蘖��H�5�|��tF�mHDž��I�F1�1�H�x(1��:����Å������1��R���H�5|��u)�������H�=T�I��H����L�8M���qH�����L������I��H�� ���H���TI�FH�����H9P ��H�P H��(���H��M��H�����H������HDž�H������D�L��(���H�� ���M�gL��(���A�<L����<N��<Vu]����I�WH��DP��H������L���!���H�����H����L��(���I;FHtI�FHH���f�M��tA�<$uHL�� ���M����A�<$��H��L��L��(����}��H�� ���H������A�<$���H�=΢�ۛ��E1�H�M�dH3%(L����H�e�[A\A]A^A_]�<K�h���HDž���M����A�����@H�PH��(����A�<$L�������L��訂��H��2��I�W
M�l�M����L��L���a�������L��(���I��L�����M��tJA�<$tCI���	
� L��贀��H���k���HDž(���A�<$L������n���fDI����	K�|�X��L��(����f���fDL�����M��M��1��H�
5��L���؆��L����k���H�����I�|�X����L�����I�W
I�|�����L��H�������!���H������L�����I�D���f��{���I�WH��DP�cH������L���~��H�����I;FP�!���I�FPL��(���H����|���@�#���I�WH��DP�!H������L���<~��H�����I;FP����I�VH�BL��(����'����HDž�H����H�8���H�����H���&
I�NH�Q0H9��
H���u	H9����Ah�@H��(���1�1�E1�H�����H�� ���H�����H������H������H��0���HDž����HDž����HDž����f�����f�����H������H����H�Q`H�qXH�
@�H�8茓��I��H�� ���H������������<:�f���I�|$H��H�� ���H�I�T$�DP��H��������|��I��H���ZH��(���H�PH��(����8:�	H�H�H�DJ��H�H�DJ��H�H�DJ��H�H�DJ��H�H�DJ��H�H�DJ��H�H�DJ��H�HI��DJ��H�p	H��Dr�mH�p
I��Dr�ZH�xH���Dz�GH�xI���Dz�4H�x
@����Dz�H�x@������Dz�D�XA�{Ձ���H�x@������Dz��H�x@������Dz��H�x@������Dz��H�x@������Dz��H�x�x:H�� ����\
L�xH�xH�� ���B�Dz�@
�P��0Di���P��0k�dD�D�xA��-������G������F�<z�PA������������PD�������P�@B�TzЍ�����L�����������A�T@Ѝ�����������A�TAЍ�����A�tB���������������������L���������LB������������������������LP�����������������������DPк������y��H���H�� ���H�xH�� ����8:�H�PH��DP�L���L������y��I��H�� ���H�xH�� ����8:��H�PH��DP��H�������jy��H�����H�� ���H�xH�� ����8:��H�PH��DP��H�������$y��H�����H�� ���H�xH�� ����8:��H�PH��DP�|H��������x��M�NPH��M9��sH�� ���H�xH�� ����8:��I��M9n8r=L��L�����L�HM9�����I�V�Bh��I�����M9n8s�A�N$L��L���ܘ�������L��L������A�F$��	�A�F$蒗�����@I��������L�`H����M���I�BH�����I���I�B(H�����I�BpA�����	�A���������������A���f%�	�fA�������������	�������A���A��������	�A�����������?����A���f%�	�fA���A������������������?��	�	�A��������������A���f%�	�fA����������?����A���%���	�A���L9������uH�����H9������	H���H����L������H����H������H9�������H��H��M�J�H������S�H������L���H)�QH�
Q�PH�����M�1��}��H�� A�F$u\I�F�@htRL���H�����I�BH9�v;H)�I�BI;��sI���H�������H�5T�褈���f�����H��������'���L�������L��(���I�����A�f&���DI��t���D�H�=��E1��Ԑ�����H�A0I�N���I�F�@h�Lf������	f�����tH����1�L��H�0��{��H�����I�N1�A�F$H�y8@��1�1������Å���1�A�F$��@��1����	�������A�F$H�,oH�5"o��HD�賈��I��H���L���~��I�VH�����L�J@H����I9��>I�~8t
H���~I9�sH�B@I�~8�|M����������I�v8L������A�F$��	�A�F$赔��I�^8HDž���H��tA1۾f.�L���h��������@<H�����H��H�pH�����I;v8v�H��L��襎���K�L��L���Ł�������H�=�E1�����"��H�� ���L���H������I��H�
��H�ߺ�1��{���H��谎�����1�M���H������H�
����z��A�F$�H�������H�5v��ƅ��H��������U����M�fPf������"��������H���H9H�-L9��� H�����H9H(�H�����H9Hp��H9�����������;����������f����;������������;������������;����������f����?;������y����у�?;������a����8������O���f����;�����5�������?;�����M9n8�L���I�N�e�H������M��H�
f������H�=��،���߾1�蚅����胛�����E1���I�FI�vL��L���H�xX�K���H�������H���W���L������sH��`���H������I�BpH�����I�BH����8���H�zXI��1�H�
��H�������x��I�F�H�xX�����^����H�=ۛ�����)�L�������H������M��H�
��H�ߺ�1��0x���H���Ë������H�=Қ譋�����E1������������H�=ٚ脋�����H�=��n�����L���~��I�v8L9�w�����H�=���B����e��L��HDž����5���L�����Dž�H��H��(���H�����I��I�FH�����H�
]�H�P`H�pX��I��H��(���H�����8��H�XH��(����8:�����I�T$I��H��DP��H�����H�ߺ�1o��H������H��(���H�xH��(����8:��H�PI�E�DP��H������H����n��H����H��(���H�xH��(����8:u}H�PI�E�DPtmH�޺H������n��H��H��(���H�xH��(����8:u?H�PI�E�DPt/H�������jn��I��H��(���H�pH��(����8:�3A�<$L�������A�F$�M��H�9�L��SLD�H������1�H��H�
��u���H���A���A�F$ugI�^H�{@����L��L��H�C@�)����[���L�}��&���L�������L�}�����H������M��H�
����L���������������L�k�����H�� ���L��\����L��\���I�L��L���H�p�蒌��H������H��H�����H��H�������H��L�KQH�
�H)�V�PH�����L�1��t��H�� A�F$L���u`I�F�@htVH�CH�����H9�vFH)�H�CH;��sH���H�������H�5�L����5��L���fDž���H�������L���譇��L���I�BpH�����I�BH����t���L���s���H��������L�a����I�GH9�����v4H�����I9F8�K���H�pL��H������H���I��H�@H;�����r�H9���������A�����H����H��M�o H��I����؃������<A�����	�H��	�H��H�ރ�H����������	�	�H��H����߃���	�A�����xv��t>��?�ȀA������H������M��H�
–���H��������\�����H�����I����ȀL��A������Dž�I�G �$���I�7L���ى������M9o ���������I�FH������H�
&�L�@X����L������T����)���f���UH��AWI��AVAUATSH��H	dH�%(H�E�1��G$��<��1�1��{�m��H��tI�G�HhI�GH�������L���Hh������Hy��H��tcH����|��H������H��t?��|��I�G�`h��H�]�dH3%(�H��H	[A\A]A^A_]��I�G�`h���ĐH������H��t�|��I�GL���`h��e��1����(���#���1��sz��1Ҿ41�H��I�GL�`�*l��L�H9������1�1����l��1Ҿ�1�H���k��L��I���th��1�1����(��k��1�1�����k��1����H�� ����H����{����u��8���%�=�tDH�ھ�1��k��L�⾜1��k��L����(�]c��I�_1��y��H�C�2���H��P���t�1��h����1�H���Ye��I��H��t��@$��H�x8�~H�����L������A�H������H������H������H������H������I���I��M9u8�HL��L���G���H����u�H�������L��L����r��H������H��t�H�����t�H������H��菁�����fDž���������k��C� �"�H�5@PL��ƅ����(�z��H�5'L�����H������L��H�����L������H������L������L��L��H������H�55X���H��urI�G�M��H��H�
�H������L������H�xX1��n��I�G�H�xX����1�L��蔌�����J|��1�1�L��H������L������� l����M���1�H������H�
dQH���n���H��L��H�0�蒁���M����H�5vUL����x�������H�5RUL����x���������H�5(UL���x������u����L��H�5,T��W���ff.���UH��AWAVI��AUATSH��HdH�%(H�E�1�A��t+E1�H�M�dH3%(L����H��H[A\A]A^A_]�H��I��I���ʄ��I��H�C�x��xH�I9�$�tR�Z���H�CI��$�H�sH�xX�1���H�K1�1�H��1�H�M��q��H�M��A���l���H�CI��$�H�A��L�u�ucA��$�uX1�L��H�߹�t��I�4$H��A��$�I���΃��M�����C$��H�}�H��t�w��L���w��DH�SL��L��A��B�E�I�D$pID$(I�$�H�E�H�BXH�E�H�E�H��}'I�G@I�T$I+�$�����DH�}�H��u��DH�SH�z@H�U�����H�U�L��H��H�B@1�I�D$ �U����E����y��ff.���UH��AWI��1�AVI��H�u�AUATI��S1�H��hH�M��dH�%(H�E�1���r��H�E�I�D$H�x@蛃��H�E��DH��H��tI�|�Xu�L��L��E����j��H��������H�}�utH�}�H��t�&v��H�E�dH3%(��H��h[A\A]A^A_]�@H��x���H�}��rI�D$H�}�H9x@��H��tI�|�X�cf�H�}��u���D�+_��H�������b���H�U�L��L����^��I��HE��F���H�E�A�H��I�|$8�n���L���H��x�������H�M�L���H�M������M��8DA�D$$uI�T$H�u�H�r@H�p H�0L���4���I��M9|$8����L��L���j������t����L����։�A�Љ�@��A���A��@������A��A����A��H�}�tD���D	ڈ��H�}�t���D����D	ڈ��A��t���D����D	ڈ��A��t���A��A�����D	ڈ��A�� t������
U����H�U�M��I	�H��L!�E�IEӃ�I���I	����H�I	�H�����E���A����A8������A��I����I��H����M	��I	�D���@��@8��b���@����A8��R���I9��I����h���H���>���I�|�X�2���L��讄��H�������H�=���{������H�u�1�L��衈���Q�����u�����UH��AWI��AVAUATSH��H��XdH�%(H�E�1�H�E�H�GH�E�H�����>��Hh�E�A�G$�2I�GH�u��L���Hh�������n��H�E�H���k�U�����E1�I�G���x1��s������I�G��x1��{s������L��HE��^E1�H�}��*r��H�}�H��t	�r��@I�G�`h�H��tlM���I�GM��H�
^L�hXH������L��1��f���D�Hh��tWH��L���f��H��uWH�}�H��t�q��I�G1ۀ`h�H�M�dH3%(H���H��X[A\A]A^A_]�f.�H��L����Z��H��t�A�G$tYH�}�H�����Gq��I�GL�E���`h�M���=A�G$L�-;H��^LD�1�L���ly���h����I�GH�u��L���Hh������/m��H�E�H����E1�A�M9w8r*L��L���(}��H��ts��������u;I��M9w8s��E�����DI�G��`h��E��������>���L��L��I���ik�����Hh�E��{�������������fD�E�H�}�H�����p��I�G��`h�L�E�M���z���DI�GH�
%mL�hX���@M�wI�~0��|��H�u�1�L��I�F0�c��H���}���I�_H�{@��|��H�u�1�L��H�C@����H���V���f�H�=���q���,����I�H�
�t'H�u�H�E�H�Bu'��V������H��81�H�E��i��f�I��I��@@ H�@0�,@�8��h��f�@@ H�@0I�E0I��H�E�L���1�L�M�H�<�H��H�GH��I�E�[��L�M�I�EI�EH�}�I�EL��u��H;]�u�L��A��M9o8�L��L��H�M���z��H�M�L���L;uWH�p(H�PH�yH�M�HPp��u��H�M�H��L��H��H��I��u��H�E�H�E�H�������H�}��&u������snI�L��I9�w�Q�H�I9�vHH�I0H��u�I�GH�
l�H�����1۾H�xX1��{b��I�G�H�xX�	v�����@I9�u��?���fDw��@I�G��`h��t���fDH�E�I���.�L��L��L���Bo��H��M�v0H���"���M������I�~ u�I�GI�wI�H�xX�.{��H��t�I�GH�xXH�@I9t`�S]��������t��S���8�>Z��M�F�H�
��I��I�GH�����H�xX1��a��I�G�H�xX�u���_���fD1��s������뜾H�=~���t���d����/o��I�GL�E���`h�M���8����p�����H���3UH��ATSH�H��tH�=|�Vn���p�f��H�5`JH�xH��H��H�H��H�@h1�H)���p���H�H�SH�{�
���L�c����C$�ƒ�	ЈC$�e��I�D$XH�CH�@`��H�CH�sH�xX�|]��H�{��r��H�CH�xX��}��H�CH�C�@�����C$���K$H�CH��yH�sH�xX�]��L�c1�1�H��1��Od��A�D$����H�C��x1��_l������H�CH�sH�4vH�xX�\��L�cH���S}��H��zI�D$(H�CH�sH�xX�\��L�cH���*}��H�0yI�D$8H�CH�sH�xX�m\��L�cH���}��I�D$HD�c$f�C"A��H�C@H�C8A��tH�C�Hh�K$H����S��H���[�C$�!H�s8H��u�C$uH�=3F�r��H�s8f��C$A��H��A����A	�D�c$�w���K$�C%���ƒ�?�׃������	���	���������	�	��	ЈC%���������H��@H�C(���C&��	ЈC&H��[A\]�@H�CH�sH�xH�xX�H[��L�c1ҾH��1��b��A�D$���4�������H�=���q��H���gR��1�[A\]�H�C(1��y����1�H�5�;H����a������f.�H�=p'��^��@H���R��1��@��H�t]UH��ATS�G$H��A�ă�A���G$�A����H�5T;HE�1�A���xa��H���Q���C$��D	�C$[A\]�fD����UH��SH��H���G$u"1�H�5�:H���)a��H��u$H��[]�D1�H�=���p�����H��1�H�=/T[]�p��ff.����UH��AWAVI��AUI��ATI��SH��H��H�w8dH�%(H�E�1�H����H�OH�QH�yXH�s��u��1ҾBH��1��`��A�$��y*1�H�M�dH3%(H����H�e�[A\A]A^A_]�H��0����ƿ�h��H��`���H���I�EA�<$��x�H�5�N�Mh��H��H���iI�u1�H���i���~���fD�s��H�KH�QH���:���H9���-���L�xpLx(Lx����H�yXH�s�t���1�H��1���_����A�$������H��0������g��H��`���L9��8���H�SH��M���L������H�
 �L�BPL���1��4[��X�ZL����n���I�I�����A�<$�g}���L�{D��H���I��Ls��I�GH�SH�sH�zXH���$t��D���H��1��_��A�$��x�I�E��H���A�<$�V���}���fDA�<$��|�������uh��D��UH��AWI��AVAUI��ATI��SH��H��	dH�%(H�E�1�H�GH��H�pX�]V��1ҾuH��I���[U��HDž(���H�����M��u\�oK���8����L�����M����L��L��L��H��A��I��H�M�dH3%(L���H�e�[A\A]A^A_]�L��H��A��t,�GY��H��u,H��(���E1�H��t���d��E1��f��;N��H��tԺL��1��N��I��H�����@$���H�=pE1���l��H��(���H��t�ld��1�L���Rw���=���D1�H�5�ZH���q���`���f�M���1�H������H�
�H����X���H���nl���'���f�H�@H��(���1�L����Hh�2`��H�����H���A���M�~I� L������p��I�XH�
#vL�]qH��I�G0H9�H�PI�G@jHF�jjH��H�Pj+H9�jHF�jE1ɾj1�jjjH������H������X��I�XH��P�R��H��H������O��A�N$H�C8H��H��tcA�1�L�����I��H�����L�����M��I��@L��L���eo�����tI�LxI��M9e8s�L��L�����L�����L��H��0���H��$���L���Q��H�����H���1Ҿ�1��R��H�����H�����]��H��@����]��H��H���H��P���A�H���H��p���H�����H������H�����L����L�����DL9{8�DL��H���n��I�����H�x��H�CI����x��xH9���x��I���H�CH�sH�xX��o��L�c1�1�H��1��Z��A�D$��xH�CI���H�H�C�x��yl�G���8���FH��0�����$����j����$����x��H������Ta��E1�H��@����%t��H��H����t��H���I��H������%a�����H�@XI�Up��P���IU(H���HDžh���H��`���H��g'H��X���H�����H������I�U�I���1�f������H��8���H���A��������������S� �.L������H�5]6ƅ����(L���!`��H��������L��H���L�����L��L��L��H������l��ZYH�������H��@���tL��H���Y��H��@���H���J��DI��������H�=nk�?h�����H�����L����L�������c�����,���H������_��H����H������L��H�H@H�H0H�H ��p��H���-���H��(����L���=S��H������A��tVH�{8A�tIL������L��H���k�����t$����C$uH�SL�z@L�x H�0H���2k��I��L9k8s�H������L���dt��H�����H��tI�VHL��H���L��H��H��@�����HDžH���A�HDž@����\���HDž@���1��)����D��L�������8��K��L��H�
izI���1��*S��L��E1��f������H������H�5�:�]�����H������H�5_:��]��A������H������H�50:�]��A����[���H������H�5�d�]��A����.���H������H�5
9�q]��A�������L��8���L������@H��8���tCL���\��L�l�XM��t�A�}t�H������H�5J!�]���L��H���]���L���������J����L������I��L��H�
�l1���Q���L���`e���~����_��fD��UH��AWI��AVI��AUL������ATL��I��L��SH��H������dH�%(H�E�1��M��H��M����H��tnH�����L������L��H������H�����L������H��H������H������A��H����H�U�dH3%(H����H�e�[A\A]A^A_]�fD�CB���8tFL��M��H�
�w1����P���L���Sd��랐H�=�b'��Q��I���A���@H�5:L����q����uH�5�91��7Z��H��H������1�H�5�L���Zh���B���D�L��1�HDž����E��H������H���&H�������@$t9�H�=�f1��c��H�����H��t�5[��H������1��n������f�H������H�����1ɺH�CH�߀Hh�KW��H������H��t�H�sH������H�~ H��H��`�����g��H�{X�L�rhH��H�C0H9�H�PH�C@jHF�jjH��H�Pj+H9�jHF�jE1�H�
�lj1�jjjH��p���H������*O��H�{XH��P�
J��H������H���F��H������H������H�������O$H�HH�P0H+H(H+PH)�H����H��cH��H��x���H���M1Ҿ�1���I��H��H��P���1�H��t�T��L��h���H����H���L��X���I��L������M������?���H��I�D$0I+D$ID$(I9D$�H�����H���L���Y��H���WH�������H����p���H�����L��L����L������H��x���H�������e��ZYH��ue�;����H�����������!b���������p��H��x�����X��1�H�����k��H�������@��H��������X���y����L������H������H������H������H��h���A��H�������g���@�H�=mG��`���M���f.�L���(j��L��L����W������H�=�c��`��H�����H��t�X��1������L�����L��H�
�F��L���L���C`�����H��x���L��X����[��������=��H�������=��1ۋ8�D��H�
�s�L��I���1��JL���L����_�������D��L��H�
hgI���1��L���L���_���0���H��x����7W��H��`���H��p���H������H�P@H�P0H�P �ah��H������H�����H��������J��H�������H������H��������?l��H������H��P��������H������H����L���H�pHH��P�����HDž������+Y��ff.���UH��AWAVAUATS�H��HL�>M����I��1�1��i�)F��I�~8I��u�f.�H��I9^8�z�#H��L��A��t�I9^8�]L���]=��I�^H�{P�c��H�*c�L��H�CPH��1��e��I�~8��A�L�m�L�u��DI�~PH�E�H��t
�:E��H��H�E�I�~HH�E�H��t
�E��H��H�E�A�I�~@H�E���<E�A���A��RH��t
��D��H��H�E�I�~81�H��t	��D��H�pI�~0E1�H��tH�u��D��H�u�L�HH�E�M�FH�:qL��H�HS1��u�u�AU�u�V��d��I�N0H��0H��tH��d�L��1��d��I�N8H��tH��d�L��1��`d��I�N@H��tH��d�L��1��Ad��I�NHH��tH��d�L��1��"d��I�NPH��tH�{d�L��1��d��H����L����i������H�E�I��L9`8�(H�]�L��H���i`��H�ߺ#L��H�E�H�E�1��I�ƀ �H�@`H���/����f.�H�8����H�PH�@H�\
H��u������L���S����t�H�=Kp1���[��H�e�H��[A\A]A^A_]�f��H�=�o1��[���L���R��X��I�^`H��u%�+H�KH�dcL��1����b��H�[H��tL�M��u�L����H�=\>��i������L���W����u'L���|8��L��H���S��H�޻����[�������H�=Io1��Z������D��UH��AWM��AVI��AUI��ATI��SH��H��dH�%(H�E�1��X��L��L��M��L��H��H�E���U��H�u�H��I���>��H�U�dH3%(uH��L��[A\A]A^A_]��T��ff.���UH��AWM��AVI��AUI��ATI��SH��H��dH�%(H�E�1��(X��L��L��M��L�
�W'L��H��H�E��9]��H�u�H��I���=��H�U�dH3%(uH��L��[A\A]A^A_]��$T����H��H���/etc/cram-md5.pwd*%.128s: %.255s0123456789abcdef%.65s %.33sIMAP toolkit crash: %.100sOut of memoryCan't resize memory%s.%lu.%d./var/spool/mail/anonymoussymbolic link on lock nameNON-IPtcpTrying IP address [%s]Can't connect to %.80s,%u: %sDNS resolution %.80sNo such host as %.80sTCP buffer read end of fileReading TCP bufferTCP buffer read I/O error %dSuccessfully read TCP bufferTCP buffer read timeoutTCP data read end of fileReading TCP dataTCP data read I/O error %dSuccessfully read TCP dataTCP data read timeoutWriting to TCPTCP write I/O error %dsuccessfully wrote to TCPTCP write timeoutWriting to SSLSSL context failedSSL client certificate failedSSL connection failedSSL negotiation failed/dev/urandom%.80s%lx%.80s%lx%lx%lx%lx%lxDNS canonicalization %.80sDNS canonicalization doneunknown%s@%s[%.80s]Reverse DNS resolution %sReverse DNS resolution doneSSH_CLIENTKRB5REMOTEADDRSSH2_CLIENT%.80s=%.80s/etc/c-client.cfunixset keywordsset new-mailbox-formatsame-as-inboxset new-folder-formatdummysystem-standardset empty-mailbox-formatset empty-folder-formatset local-hostset news-active-fileset news-spool-directoryset mh-pathset mh-allow-inboxset news-state-fileset ftp-export-directoryset public-home-directoryset shared-home-directoryset system-inboxset mail-subdirectoryset from-widgetheader-onlyset rsh-commandset rsh-pathset ssh-commandset ssh-pathset tcp-open-timeoutset tcp-read-timeoutset tcp-write-timeoutset rsh-timeoutset ssh-timeoutset maximum-login-trialsset lookaheadset prefetchset close-on-errorset imap-portset pop3-portset uid-lookaheadset try-ssl-firstset mailbox-protectionset directory-protectionset lock-protectionset ftp-protectionset public-protectionset shared-protectionset ftp-directory-protectionset dot-lock-file-timeoutset disable-fcntl-lockingset disable-lock-warningset hide-dot-filesset list-maximum-levelset trust-dnsset sasl-uses-ptr-nameset nntp-rangeset black-box-directoryset anonymous-home-directoryset CA-certificate-pathset disable-plaintextset allowed-login-attemptsset chroot-serverset restrict-mailbox-accessotherusersallset advertise-the-worldset limited-advertiseset allow-user-configset allow-reverse-dnsset k5-cp-uses-service-nameset plaintext-allowed-clientsnobodyenv_init called twice!no home/.mminit/.imaprcftpimappublicimapshared/.newsrc/var/lib/news/active/var/spool/newsHOMEUnable to look up user nameUnknown gss_wrap failure: %sGSSAPI mechanism status: %sKerberos credentials expiredUnknown GSSAPI failure: %sGSSAPI failure: %s for %.80s/var/spool/mail..///~%s/%s/INBOX%s/%s/%s%s.lockMailbox %.80s lock overridden/usr/libexec/mlock/usr/sbin/mlock/etc/mlock%s to IMAP server timed outssherror in %s to IMAP server/usr/bin/rsh%s %s -l %s exec /etc/r%sdTrying %.100s (%.50s)%s, File locking failure: %s/tmp%s/.%lx.%lxhard link to lock nameSYSTEM ERROR: no %s: %sAdminFailedmailadmLogin failed after chrootSYSTEM BREAK-IN ATTEMPTexcessive login failuresdisabledUser NamePassword<%lu.%lu@%s>%.128s%.128sSSL data read end of fileReading SSL dataSuccessfully read SSL dataSSL data read timeoutAlready in an SSL sessionTLS already started%s/%s-%s.pem%s/%s.pemALL:!LOWPLAINLOGINSSL error status: %.80s%s service init from %s%s SSL service init from %sport %ld service init from %sCRAM-MD5EXTERNALGSSAPI#shared/#ftp/#news.#public/#mhinbox#mh/SECURITY PROBLEM: insecure server advertised AUTH=PLAINServer bug: non-empty initial PLAIN challengeunselectable socket in ssl_getdata()SECURITY PROBLEM: symbolic link on lock name: %.80sUnable to create TCP socket: %sConnection failed to %.80s,%lu: %sBad format domain-literal: %.80sStream open and ready for readSSL data write I/O error %d SSL error %dCertificate failure for %.80s: %.512sTLS/SSL failure for %.80s: %.512sUnknown new mailbox format in %s: %sset public-directory-protectionset shared-directory-protectionset disable-unix-UIDs-and-keywordsset network-filesystem-stat-bugset black-box-default-home-directoryset disable-automatic-shared-namespacesUnknown empty mailbox format in %s: %sCan't import Kerberos service nameError in negotiating Kerberos continuationKerberos credentials expired (try running kinit) for %sKerberos error: %.80s (try running kinit) for %.80sServer bug: non-empty initial GSSAPI challengeCan't use Kerberos: invalid /authuserMailbox %.80s is locked, will override in %d seconds...Mailbox vulnerable - seizing %ld second old lockMailbox vulnerable - directory %.80s must have 1777 protectionMailbox vulnerable - error creating %.80s: %s%d %s %d %02d:%02d:%02d %+03d%02d%02d %s %4d %02d:%02d:%02d %+03d%02d%02d-%s-%d %02d:%02d:%02d %+03d%02dUnexpected file locking failure: %sSECURITY PROBLEM: hard link to lock name: %.80sMailbox lock file %s open failure: %sCan't lock for write: %.80s must have 1777 protection%s %.80s override of user=%.80s host=%.80sLogin %s failed: unable to set chroot=%.80s host=%.80sLogin %s user=%.64s auth=%.64s host=%.80sFailed to acquire credentials for %sSSL data read I/O error %d SSL error %d/opt/alt/openssl11/etc/pki/tls/certsServer certificate not installed/opt/alt/openssl11/etc/pki/tls/privateUnable to create SSL context, host=%.80sUnable to set cipher list %.80s, host=%.80sUnable to load certificate from %.80s, host=%.80sUnable to load private key from %.80s, host=%.80sUnable to create SSL connection, host=%.80sUnable to accept SSL connection, host=%.80s/opt/alt/libc-client11/sbin/mlock���������������������������������������������������������������������������������������������������������������������������������������Ԉ����������������������������������������������������������������������������������������������������������������������������|���l���<���,�������������������������������t���d���L���<���$������������������Ԇ��Ć������������������������D������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������4���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������܅��̅����������������|���l���<���,������������̄����������������������<���,�����������������|���������������������l���T���D���4���$������������Ԃ��������Ă��������������|���l���\���L���������������<������������ ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ������Ѝ�������������� ��� �����������p���`���P���@���0�����������������������`���P��� ���5���4���4���4���4��L4���4��h�������P�������������������������������������������������������������������������\������������|�����������������������������L������|��D���������������������������l����������4���������������������<����������>�����u����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������P�����D�����������t�����h�����8��,����������Y��\��������������F�������0��p�����]��������H��N��<��?�����0�����!������������$����������������������������������������8��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Y�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������,��(�� �����������������������7��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������`�����T�����x�����l��������������������������������������.�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������P�����������������������������������������������������������������������������������������������������=����������������������������������������������h�������������������������2007finvalid remote specificationno such mailboxCan't %s with such a nameCan't %s %.80s: %s]}/:}/:=/:serviceauthusernorshsmtpsubmitimap2imap2bisimap4imap4rev1popsubscribe to mailboxdelete mailboxCan't delete INBOXinvalid modified UTF-7 namemailbox name with 8-bit octetCan't rename to %s: %.80sget status of mailbox???Unlock when not locked<suppressed>Syntax error in sequenceUID may not be zeroUID sequence range invalidUID sequence syntax errormsgNo such thread typeSequence out of rangeSequence range invalidSequence range syntax errorSequence syntax errorBad flag listInvalid flag: %.80sUnknown flag: %.80sThreadnode cache confusion.MISSING-HOST-NAME.RFC822Closing connection to %.80s%.256s@%.256s%s.HEADERUnknown sort function%s.TEXT%s.MIME%s%luCHARSETBad mm_cache opCCEWKEYWORD \Flagged \Answered \Draft\Deleted \Seen{%.255s/user=%.64s/debug/secure/tls/notls/ssl/tryssl/novalidate-cert/pop3/loser}/\:SET_INBOXPATH not permittedSET_THREADERS not permittedSET_NAMESPACE not permittedSET_NEWSRC not permittedENABLE_DEBUG not permittedDISABLE_DEBUG not permittedSET_DIRFMTTEST not permittedGET_DIRFMTTEST not permittedSET_DRIVERS not permittedSET_DRIVER not permittedCan't append %.80s: %s#driver.Append validity confusionappend to mailboxCan't create %.80s: %sCan't create INBOXCan't create %s: %.80s%s.%lx.%lx@%ssubject>fromJanFebMarAprMayJunJulAugSepOctNovDecSunMonTueWedThuFriSatREFERENCESORDEREDSUBJECTc-client library version skew, app=%.100s library=%.100sInvalid LIST reference specification: %.80sInvalid LIST pattern specification: %.80sInvalid LSUB reference specification: %.80sInvalid LSUB pattern specification: %.80sunterminated modified UTF-7 nameCan't rename %.80s: mailbox %.80s already existsBad msgno %lu in mail_elt, nmsgs = %lu, mbx=%.80s%2d-%s-%d %02d:%02d:%02d %c%02d%02d%s %s %2d %02d:%02d:%02d %4d %s%02d%02d
Mailbox has more messages (%lu) exist than maximum (%lu)Non-existent recent message(s) %lu, nmsgs=%luLock when already locked, mbx=%.80sUID sequence range syntax errorSearch botch, mbx = %.80s, %s = %lu[%.80s]No messages, so no maximum message numberUnsupported system flag: %.80sExpunge of non-existent message %lu, nmsgs=%luCalculated RFC822.SIZE (%lu) != reported size (%lu)mail_partial_text() called without a mailgets!mail_partial_body() called without a mailgets!Unknown search criterion: %.30sUnable to move message %lu from %s mailboxCan't resolve mailbox %.80s: bad driver syntaxCan't resolve mailbox %.80s: unknown driverSET_SNARFMAILBOXNAME with no streamCan't append to mailbox with such a nameCan't append to mailbox %.80s: bad driver syntaxCan't append to mailbox %.80s: unknown driverCan't create mailbox with such a nameCan't create mailbox %.80s: bad driver syntaxCan't create mailbox %.80s: indeterminate formatCan't create mailbox %.80s: unknown driverCopyright 1988-2007 University of Washington

Licensed 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
Empty flag inval��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Error writing to %.80swbCreating news state %.80s%c%ld%c%ld-%ldrbr+bAlready subscribed to %.80s.oldUnable to create news state %.80sUnknown newline convention in %.80sBogus character 0x%x in news stateNo state for newsgroup %.80s found, reading as new[UNSEEN] %lu is first unseen message in %.80sCan't create backup news state %.80sError writing backup news state %.80sError closing backup news state %.80sError reading backup news state %.80sCan't rewrite news state %.80sNo state for newsgroup %.80s found%s/.mailboxlist%s/.mlbxlsttmpNo subscriptionsAlready subscribed to mailbox %.80sCan't append to subscription databaseCan't create subscription temporary fileCan't write subscription temporary fileNot subscribed to mailbox %.80sCan't update subscription databaseArabicUS-ASCII[BADCHARSET (UTF-8)] Unknown charset: charset msg botchEUC-JPISO-2022-JPISO-2022 to UTF-8 botchUTF-7 to UTF-8 botchUCS-2 to UTF-8 botchUTF-8 to UTF-8 botchUCS-4 to UTF-8 botchUTF-16 to UTF-8 botchChinese SimplifiedChina, SingaporeChinese TraditionalTaiwan, Hong Kong, MacaoCyrillicCyrillic UkranianGreekHebrewJapaneseKoreanLatin-1Western EuropeLatin-2Eastern EuropeLatin-3Southern EuropeLatin-4Northern EuropeLatin-5TurkishLatin-6NordicLatin-7BalticLatin-8CelticLatin-9EuroLatin-10BalkanThaiVietnameseISO-8859-1ISO-8859-2ISO-8859-3ISO-8859-4ISO-8859-5KOI8-RISO-8859-6ISO-8859-7ISO-8859-8ISO-8859-9ISO-8859-10ISO-8859-11ISO-8859-13ISO-8859-14ISO-8859-15ISO-8859-16KOI8-UKOI8-RUTIS-620VISCIIGBKGB2312CN-GBISO-2022-CNCN-GB-12345CN-BIG5BIG-5SHIFT_JISSHIFT-JISISO-2022-JP-1ISO-2022-JP-2ISO-2022-KREUC-KRKSC5601KSC_5601KS_C_5601-1987KS_C_5601-1989KS_C_5601-1992KS_C_5601-1997WINDOWS-874CP874WINDOWS-936CP936CP949X-WINDOWS-949WINDOWS-1250CP1250WINDOWS-1251CP1251WINDOWS-1252CP1252WINDOWS-1253CP1253WINDOWS-1254CP1254WINDOWS-1255CP1255WINDOWS-1256CP1256WINDOWS-1257CP1257WINDOWS-1258CP1258IBM367IBM437IBM737IBM775IBM850IBM852IBM855IBM857IBM860IBM861IBM862IBM863IBM864IBM865IBM866IBM869IBM874ANSI_X3.4-1968UNICODE-1-1-UTF-7UCS-2UCS-4UTF-16ku definition error for CT_DBYTE2 charsetinvalid more block argument to ucs4_decompose!no more block provided to ucs4_decompose!invalid more block argument to ucs4_decompose_recursive!no more block provided to ucs4_decompose_recursive!endless multiple decomposition!ht���t���t���t��@t��@t��@t��@t��pr��pr��pr��pr���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t��Xr��@r���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t��(r��r���t���t���t���t���t���t���t���t���t���t���t���t���q���q���q���t���t���t���t���t���t���t���t���t���t���t���t���t���t���t��Xr��@r���z��yz���z��1z���y���z���z���y���y��Ey��
y���x���x��Yx�����Ԃ��Â��������������=N8NAN"`O�O�OPzP�P�P�P�4:MQTQdQwQ�4gQ�QK�Q�Q�N�Q�Qߑ�QR�4;RFRrRwR5�R�R�R�RSSSISQSZSsS}SSSS,
pp�S�Sc�S�ST�T8THThT�T�TUSUcU�U�U�U�U�U�UWVWQVtVR�X�W�W
X�W2X1X�X��X�XYY"YbY���YZ'Z�YfZ�6�6[>[>[��[�[�[�[�[\S_"\�7`\n\�\�\�C]�n]k]|]�]�]/8�](^=^i^b8�!|8�^�^�^�^���^1#1#�"_"_�8�2�ab_k_�8�_�_�_�_�`:99�`�&�`HaLaNaLaza�a�a�a�a�a�a�abb]b�b�bPc+=c�bhc�c�c�+"d�c�c.:id~d�dwdl:Oele
0�e�fIf;�f;�:�Q�Qg�f���Cgg!g^gSg�3I;�g�gRh�hm4�hhi�;Bi�i�i�j�6�j<!k�8TkN<rk�k�k�k�:�:Nl�<�l�lglm>mwmAmimxm�m=4m/nnn3=�n�n�>�mno^?�?�o9ppp�=Jp}pwp�p%EqcB�q�C(r5rPrF�r�r5GHzs�s�>�s�>�>Gt\tqt�t�t?$u6L>u�Lpu�!v�O�ODP�?@�v�P�PQ3QwwwJw9@�wF@�@TNx�x�x�@&VVy�V�V�y�y/A@zJzOz|Y�Z�Z�zB�[�{�{'B�\�|�B�|�|}�_c}C�}~E~4C(bGbYC�bz>c����d#e`��ep�_3�C���D>��Z�g�g�3�3����kD�������R�������<k��c���#����W�S�ʃ̃܃6lkm�l+E����sd�,o]EaE�o�pkEP�\�g�i�������y�(�k����E���E`�c�gv׈ވ5F���4�xfy�F�F�����U��|�����w�/ˍ����Ԏ8�҅�����.��8�גؒ|���������I��w��IÖ�]#�E��nJvJ�
��J����)����3K)���™���K0��@����L�Lg�Π�L������VM�������;��ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefgijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzACDGJKNOPQSTUVWXYZabcdfhijklmnpqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABDEFGJKLMNOPQSTUVWXYabcdefghijklmnopqrstuvwxyzABDEFGIJKLMOSTUVWXYabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz17�������������������������"�������������������������"�������������������������������"�������������������������"�������������������������������"�������������������������"�������������������������������"�������������������������"�������������������������������"�������������������������"��������01234567890123456789012345678901234567890123456789��e���e���n���n���o���o�W�e�X�e�_�n�_�o�_�p�_�q�_�r�!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~�)�)00
00�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0d1112131415161718191:1;1<1=1>1?1@1A1B1C1D1E1F1G1H1I1J1K1L1M1N1O1P1Q1R1S1T1U1V1W1X1Y1Z1[1\1]1^1_1`1a1b1c1������� %�!�!�!�!�%�%	 !"#$%&'(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjklmnopqrstuvwxyz{|}~������������������������������������������������������������������������������������������������������������������				
	
										!	#	%	'	)	+	-	/	1	3	5	7	9	;	=	?	A	C	E	G	I	K	M	O	Q	S	U	W	Y	[	]	_	a	c	e	g	i	k	m	o	q	s	u	w	y	{	}		�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�������	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	



	











!
#
%
'
)
+
-
/
1
3
5
7
9
;
=
?
A
C
E
G
I
K
M
O
Q
S
U
W
Y
[
]
_
a
c
e
g
i
k
m
o
q
s
u
w
y
{
}

�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
����

 "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~���������������������������������������������� #&),/258;>ADGJMPSVY\_behknqtwz}�������������������������������������������)=156789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvw
y
{
}

�
�
�
�
�
�
�
�
�
�������������������������������������������������������������������������������������������������������������
J(D(�3�;@9@IR�\�~C���H��fʎȌ�n2N�S����QYё�UHY�aiv�?�������jm�p�s=�j��NuSkr-��P]�oͅd��b؁��^gjm�rΐ�O�Q�R�d�jr�v��\��2�o����xy�}Ƀ��֊�X_`|~�br�xŒ���Xb\j�mo/}7~K��R���Q�Qz�}�u����bj��9N�[`�spuS�x�O�_
N�lxe"}�S^XwI����k���l�b傠ceu�NiQ�Q�h�|o�Ҋϑ�RBTsY�^�e�o*y��j���Ξ�R�fwkb�t^�ab�d#oIq�t�y�}o�&��#�J�R�R�T�pˆ���^�_{c�k>|us�N�V�[�]`�sit�F�4���H���O�y�����`�N�P�[?\�ej�qBv��|����f.��R{g�gAm�n	tYukx}^�mQ.bx�+P]�m*��_Dah�s��)RTe\fNg�h�lt�uyψ�̑�?S�nT�q�t����W����g�m��z {�|�r�pX��N6�:RR�^�b�|�[m�f;�L�M����^@Q�UZXtf�Q*s�v<y^yey�yV��|����8�����(����O�PMQ�R�RQS�UVhV@X�Xd\n\�`ha�a�aOe�e�f�hwmn"onq+r"t�x>yIyHyPyVy]y�y�y@z�z�{�}	~A~r��y�y�W�����9�ӌ���8���;�&N�QhQ�OEQ�Q�R�R�UUU�U�UZX�XDYTYbZ([�^�^i_�_�`Naa�a`a�a4b�cdRdVetfggVgyk�kAm�n�n"opnq�w5r�r*sqtu;uvv�v�v�vJw@w�x�z�{{|[}�}>�R��y�A���������ˊ����9����8�r���v�|��V�ۗ���;����   
 
@@@      " $ & ( * , . 0 2 4 6 8 : < > @ B D F H J L N P R T V X Z \ ^ ` b d f h j l n p r t v x z | ~ � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � !!!!!
!!!!!!!!!!! !"!$!&!(!*!,!.!0!2!4!6!8!:!<!>!@!B!D!F!H!J!L!N!P!R!T!V!X!Z!\!^!`!b!de!g!i!k!m!o!q!s!u!w!y!{!}!!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!""""	""
""""""""""!"#"%"'")"+"-"/"1"3456789:;<">"@"B"D"F"HIJKLMNOP"RS"UV"X"Z"\]"_"a"c"e"g"i"k"m"o"q"s"u"w"y"{"}""�"����"�"���������"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"#####
########### #"#$#&#(#*#,#.#0#2#4#6#8#:#<#>#@#B#D#F#H#J#L#N#P#R#T#V#X#Z#\#^#`#b#d#f#h#j#l#n#p#r#tu#w#y#{#}##�#�#�#�#�#�#�#�#�#�#�#�#�#�#��#�#�#�#�#�#�#�#�#�#�#����������������������������������������������������������������������������	

$$$$$ $"$$$&$($*$,$.$0$2$4$6$8$:$<$>$@$B$D$F$H$J$L$N$P$R$T$V$X$Z$\$^$`$b$d$f$h$j$l$n$p$r$t$v$x$z$|$~$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$%%%%%
%%%%%%%%%%% %"%$%&%(%*%,%.%0%2%4%6%8%:%<%>%@%B%D%F%H%J%L%N%P%R%T%V%X%Z%\%^%`%b%d%f%h%j%l%n%p%r%t%v%x%z%|%~%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%&&&&&
&&&&&&&&&&& &"&$&&&(&*&,&.&0&2&4&6&8&:&<&>&@&B&D&F&H&J&L&N&P&R&T&V&X&Z&\&^&`&b&d&f&h&j&l&n&p&r&t&v&x&z&|&~&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&��&��&��&��&��&��&��&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&''''	''
''''''''''!'#'%''')'+'-'/'1'3'5'7'9';'='?'A'C'E'G'I'K'M'O'Q'ST'V'XY'[']'_'a'c'e'g'i'kl'no'q's'u'w'y'{'}~'�'�'�'�'��'�'�'�'�'�'��'�'�'�'�'�'�'��'�'���'�'�'�'�'�'��'��'��'�������������'��'�G��'�G�'�G�'�'�'�'�'�g�������������������	

(HH(HH!"($%&'()*+,-./(123456(8H;(=>?@ABCDEFGHIJKLMNHQRSTUVWXYZ[H^HaHdHgHjHmHpHsHvHyH|H(��(�H�(��(�H�h�(��(�H������(�H�(��(�H�h�(��(�H�����(�(�(�(�(�(�(�(�(�(�(�(�H�(�H�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�())))	))
)))))))))	 	!	"	#	$	%	&	'	(	)	*),).)0)2)4)6)8):)<)>)@ICIFIIILIOIRIUIXI[i_icigikioisiwi{ii�i�)�)�)�)�)�)�)�)�)�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�I�IJJ
	























 
!
"
#
$
%
&
'
(
)
*
+
,
-
.
/
0
1
2
3
4
5
6
7
8
9
:
;
<
=jAJD*FJI*K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
[
\
]
^
_
`
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
{
|
}
~

�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
	

 !"#$%&'()+++-+/+1+3+5+7+9+;+=+?+A+C+E+G+I+K+M+O+Q+S+U+W+Y+[+]+_+a+c+e+g+i+k+m+o+q+s+u+w+y+{+}++�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�������������������������������������������������������������������������������������������	

LLLLL L#L&L)L,L/L2L5L8L;l?lClGlKlOlSlWl[l_lclglklolslw�~��L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�,�,�,�,�,�,�,----	--
--













-!-#-%-'-)-+---/-1-3-5-7-9-;�@mD-F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
[
\
]
^
_
`
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w-y-{-}--�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�M�M�M�-�M�-�M�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�m�m�m�M�m�M�M�nNNNnnNN".$N'n+n/.1�6�<�AND�I�NnRNUNXN[n_�dnhNkNnNq.s.u.w.yN|N��N�n���N�.�.���n���N���.�N�N�N�N�N�n�N�.�N�N�N�n�N�N�Nݎ�n�.��.�n�n�N�N�No/O	o
/�O/////!/#/%/'/)/+O.O1O4O7O:O=O@OCOFOIOLOOOROUOXO[/]/_Ob/d/f/hOkOn/p/r/t/v/xo|/~/�/�/�/�/�/�/�O�o�/�/�/�/�/�/�/�O�O�O�O�/�/�/�/�/�/�/�/�/�/�O�O�/�O�O�O�/�O�O�o�/�O�O�O�O��/�/�/�/�/0000	00
0000000p0!0#0%p)P,0.00020406080:0<0>0@PC0E0GPJPM0OpSPV0X0Z0\0^PaPd0f0h0j0l0n0p0r0t0vPyP|PP�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~�������������������������������������������������������������������������������������������������������������������������������x

  ""$$&&((**,,..0I224466899;;==??AACCEEGGIJJLLNNPPRRTTVVXXZZ\\^^``bbddffhhjjllnnpprrttvvxyy{{}}SC�������������������������=��� �������������������������������������������������������������������������������������������������

 !""$$&&((**,,..0022456789:;;=>?@AACDEFFHHJJLLNNPQR��U��X�Z�\]^_�ab�defg��jb,lmn�pq�st�vwxyz{|d,~���������D��E�������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCD�FGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz���~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./ !"#$%&'()*+,-./	

``bbddffhhjjllnnpprrttvvxxzz||~~��������������������������������������������������������������������������������������������������������������������������������

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUV�������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������											
			
																			 	!	"	#	$	%	&	'	(	)	*	+	,	-	.	/	0	1	2	3	4	5	6	7	8	9	:	;	<	=	>	?	@	A	B	C	D	E	F	G	H	I	J	K	L	M	N	O	P	Q	R	S	T	U	V	W	X	Y	Z	[	\	]	^	_	`	a	b	c	d	e	f	g	h	i	j	k	l	m	n	o	p	q	r	s	t	u	v	w	x	y	z	{	|	}	~		�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	








	























 
!
"
#
$
%
&
'
(
)
*
+
,
-
.
/
0
1
2
3
4
5
6
7
8
9
:
;
<
=
>
?
@
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
[
\
]
^
_
`
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
{
|
}
~

�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������








	























 
!
"
#
$
%
&
'
(
)
*
+
,
-
.
/
0
1
2
3
4
5
6
7
8
9
:
;
<
=
>
?
@
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
[
\
]
^
_
`
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
{
|
}
~

�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|c,~��������������������������������������������������������������������������������������������������������������������������������

  ""$$&&((**,,..0022446688::<<>>@@BBDDFFHHJJLLNNPPRRTTVVXXZZ\\^^``bbddffhhjjllnnpprrttvvxxzz||~~���������������������������`����������������������������������������������������������������������������������������������������	

	

()*+,-./()*+,-./89:;<=>?89:;<=>?HIJKLMFGHIJKLMNOPYR[T]V_XYZ[\]^_hijklmnohijklmno��������������~��������������������������������������������������������������������������������������������������������������������������������         	 
   
                     ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � !!!!!!!!!	!
!!!
!!!!!!!!!!!!!!!!!!! !!!"!#!$!%!&!'!(!)!*!+!,!-!.!/!0!1!2!3!4!5!6!7!8!9!:!;!<!=!>!?!@!A!B!C!D!E!F!G!H!I!J!K!L!M!2!O!P!Q!R!S!T!U!V!W!X!Y!Z![!\!]!^!_!`!a!b!c!d!e!f!g!h!i!j!k!l!m!n!o!`!a!b!c!d!e!f!g!h!i!j!k!l!m!n!o!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!�!"""""""""	"
"""
""""""""""""""""""" "!"""#"$"%"&"'"(")"*"+","-"."/"0"1"2"3"4"5"6"7"8"9":";"<"=">"?"@"A"B"C"D"E"F"G"H"I"J"K"L"M"N"O"P"Q"R"S"T"U"V"W"X"Y"Z"["\"]"^"_"`"a"b"c"d"e"f"g"h"i"j"k"l"m"n"o"p"q"r"s"t"u"v"w"x"y"z"{"|"}"~""�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"#########	#
###
################### #!#"###$#%#&#'#(#)#*#+#,#-#.#/#0#1#2#3#4#5#6#7#8#9#:#;#<#=#>#?#@#A#B#C#D#E#F#G#H#I#J#K#L#M#N#O#P#Q#R#S#T#U#V#W#X#Y#Z#[#\#]#^#_#`#a#b#c#d#e#f#g#h#i#j#k#l#m#n#o#p#q#r#s#t#u#v#w#x#y#z#{#|#}#~##�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#$$$$$$$$$	$
$$$
$$$$$$$$$$$$$$$$$$$ $!$"$#$$$%$&$'$($)$*$+$,$-$.$/$0$1$2$3$4$5$6$7$8$9$:$;$<$=$>$?$@$A$B$C$D$E$F$G$H$I$J$K$L$M$N$O$P$Q$R$S$T$U$V$W$X$Y$Z$[$\$]$^$_$`$a$b$c$d$e$f$g$h$i$j$k$l$m$n$o$p$q$r$s$t$u$v$w$x$y$z${$|$}$~$$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$%%%%%%%%%	%
%%%
%%%%%%%%%%%%%%%%%%% %!%"%#%$%%%&%'%(%)%*%+%,%-%.%/%0%1%2%3%4%5%6%7%8%9%:%;%<%=%>%?%@%A%B%C%D%E%F%G%H%I%J%K%L%M%N%O%P%Q%R%S%T%U%V%W%X%Y%Z%[%\%]%^%_%`%a%b%c%d%e%f%g%h%i%j%k%l%m%n%o%p%q%r%s%t%u%v%w%x%y%z%{%|%}%~%%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%&&&&&&&&&	&
&&&
&&&&&&&&&&&&&&&&&&& &!&"&#&$&%&&&'&(&)&*&+&,&-&.&/&0&1&2&3&4&5&6&7&8&9&:&;&<&=&>&?&@&A&B&C&D&E&F&G&H&I&J&K&L&M&N&O&P&Q&R&S&T&U&V&W&X&Y&Z&[&\&]&^&_&`&a&b&c&d&e&f&g&h&i&j&k&l&m&n&o&p&q&r&s&t&u&v&w&x&y&z&{&|&}&~&&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&'''''''''	'
'''
''''''''''''''''''' '!'"'#'$'%'&'''(')'*'+','-'.'/'0'1'2'3'4'5'6'7'8'9':';'<'='>'?'@'A'B'C'D'E'F'G'H'I'J'K'L'M'N'O'P'Q'R'S'T'U'V'W'X'Y'Z'['\']'^'_'`'a'b'c'd'e'f'g'h'i'j'k'l'm'n'o'p'q'r's't'u'v'w'x'y'z'{'|'}'~''�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'(((((((((	(
(((
((((((((((((((((((( (!("(#($(%(&('((()(*(+(,(-(.(/(0(1(2(3(4(5(6(7(8(9(:(;(<(=(>(?(@(A(B(C(D(E(F(G(H(I(J(K(L(M(N(O(P(Q(R(S(T(U(V(W(X(Y(Z([(\(](^(_(`(a(b(c(d(e(f(g(h(i(j(k(l(m(n(o(p(q(r(s(t(u(v(w(x(y(z({(|(}(~((�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�()))))))))	)
)))
))))))))))))))))))) )!)")#)$)%)&)')()))*)+),)-).)/)0)1)2)3)4)5)6)7)8)9):);)<)=)>)?)@)A)B)C)D)E)F)G)H)I)J)K)L)M)N)O)P)Q)R)S)T)U)V)W)X)Y)Z)[)\)])^)_)`)a)b)c)d)e)f)g)h)i)j)k)l)m)n)o)p)q)r)s)t)u)v)w)x)y)z){)|)})~))�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)*********	*
***
******************* *!*"*#*$*%*&*'*(*)***+*,*-*.*/*0*1*2*3*4*5*6*7*8*9*:*;*<*=*>*?*@*A*B*C*D*E*F*G*H*I*J*K*L*M*N*O*P*Q*R*S*T*U*V*W*X*Y*Z*[*\*]*^*_*`*a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*p*q*r*s*t*u*v*w*x*y*z*{*|*}*~**�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*�*+++++++++	+
+++
+++++++++++++++++++ +!+"+#+$+%+&+'+(+)+*+++,+-+.+/+0+1+2+3+4+5+6+7+8+9+:+;+<+=+>+?+@+A+B+C+D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+W+X+Y+Z+[+\+]+^+_+`+a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+w+x+y+z+{+|+}+~++�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+�+,,,,,,,,,	,
,,,
,,,,,,,,,,,,,,,,,,, ,!,",#,$,%,&,',(,),*,+,,,-,.,/,,,,,,,,,,	,
,,,
,,,,,,,,,,,,,,,,,,, ,!,",#,$,%,&,',(,),*,+,,,-,.,_,`,`,b,c,d,:>g,g,i,i,k,k,m,n,o,p,q,r,s,t,u,u,w,x,y,z,{,|,},~,,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,��������������������������������������UUUUUUUUUUUUUUUUUUUUUUUT��M������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������?�������������������������<0��������������������������������������?�����������������������������������������������������������������������������������������������?�?�?���������������������?�?������������������������?�<�������������������������?�?�����������������������<�������������������������?������������������������������?�0��������������������������?���������������������������������������������������������������3���������������������������������������������������?�����������������������������������������0���?�������������������������3������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������?�������?��������������������������������������������������������������������������������������������������������������������������������������������������������������������?���������������������������������������������������������������������0?����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������U���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ꪪ�������������������ª�������������������������ꪪ��������ꪪ�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������?�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������?�������������������������������?�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ꪪ����������������������UUUUUUUUUUUUUUUUUUUUUUW�U�U�U���UW�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������?�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������5����������������������������������������UV������������g6��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������a���������������������9������������������������������������������������������E:���������������������������������������������������������������������������������������������������������;��������������������������������������������������������������������������������������������������������������������������������������������������������������U=�������������������������������������������������������������������������������������������������������>�����������������������������������������������������������������?�������?���������������������������������������������������������������������������@��������������������������qA�������������������������������������������������������������������������B���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������E�������������������������������������������������������������������������������������������������������������F����������������������������������������������������zG�������������G��������������������������������H����������������������������������������������������������������������������������������������������������������������������������������������/I����������1I���������������I���������������������������I����������������������������������������������������������������������������������������������������������������������������������8K��������������������������������������������������������������������������������������������������:L�����L������������������������������������������������������������������GM��QM������������������������������������������������������������������������������������������������������������������������������������������������������������������������������G7������������������������������������������������������������8�����������������������������8����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������;���������������������������������������������������������������������������������������������������������������������������������������������������������������������q�������������������������������������������������������������������������>���������������������������������������������������������������?���������������������������������������������������������������������@�������������������������������������������A����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������f������������������������������������E���E�����������������������������������������������������������������������������������������������������������F������������������������������������������������������������������������������������������������������������������������������������:�������������������������������������������������������������������I����������������������������=��������������������������������I�����������������������������������������������������������������������������������������������������������������������J���������������������������������������������������������������������������������������������������������K�������������������������������������������������������������������L�������������L��������������������%M����������������JM��SM������������������������������������������������������������������������������������������6�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������;��������������������������������������������������������������������������������������������>������������#>������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������C����������������������������������������������������������������������������������������������������������������������������������������������������������������������������]E����������������������������������������������������������������������������ZF���������������������������������������������������������������������������������������������������������������G������������������������������������������������������������������������������������������������������������������������I������������9I������7I����������������������������������������������������������������������������������������������������������������kJ�������������������������������������J��������������������������������������������������������������������������������������������������������������������������ML������������������������������������������������������������������������������������������������������5��������������������������������{6��������������������������������������8�����������������������������������������������������������d��������������������������������������';�������������������������������������������������������������������������������������������������������������������������������������������������������������?�������?�����������������������������������������������������������������A��������������������������������RB�����������������������������������������������������������������������������������������������������������������������������������QD��������������������������������������ZE����������������������������������������������������������������������������������������������������������������������������������������������eF������������������������������������������������������������������������������������������������������������������������������������������������������������������������H��������������������������������������������������������������AI������������������������������������������������������������)J��������������*J���������������������������������������������J������������K������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������~6�X�����������������������������������������������������������������������������������������������������������������������������������������9���������������������������������������������������������� C���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������|������������������������������������������������������������������������ˁ��������������������������������������������������������������������������������������������������������eE����������������������������������������������������������������������������������������������G������������������������������������������������������dG������������������������������������������#H��������������������������������������������������������������������������������������������������������������������������������������������ٕ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������4������������������������������������������������������������������������������������������������������������������������������������K<�������������������������������������������������������������������������������������������������������������������@������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gF����������������������G�������������������������������������������������������������������������H����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������L������L����������������������������������mL��pL�����������������������������L�������������������������������������������������������������������������M�������������������������4������������������������������������������������������������������������������������������������g����������������������������������������������������������������������Z>�����������������������������������������������������������������������������������������B������������������������������������������������������������������������������������������kE������������������������������������������������������������������������������G����������������������������������������������������������������������������������������������������������cI�����������������������������������������������������J�JJ���������������������J������������������������������������������������������������G�����������������������������������������������������������������������������������������������������������M���������������������������������������������������������������������4�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������A����������������������+C��������������������������������������������������zE��������������������������������	F������������������������mF����������G��������������������������������������������������������������������������������������������jIlI�������������������������������������������������������������������������������������������������������K������������������������L������-L������������������������������������������������������������������������������������������EM������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
F��������F��������������������������������������.H���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������L��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������1C�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������K�K������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������L��������������������������������������������������������������������6����������r7����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������M������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������tv���������������������������������������������������������������������K������������������������������������������������������������������������������������������������������������������������������������������yB����������������������������������������������������������������������4����������������������������������������������?5����������������������������������������������������������������������������������������������������*8���������������������8���������8����������������������4�����������������������������������������4��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������84����������������������������������������������������������0e��������:5�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������8������������������������������������O<�����������������������������������������������������������������������C�����������D������������������������������������������������������������������E4�������������������4���4��������������������������������������������75��05������������������������������������������������������������������������������������������������������������������������������>7M7Q7������������������������������������������������������������������������������������s8�����������������������������������������������������������������������������9��������������������������������������������������������������<���������������������������������������<���������<�<����������������������������������������������V?��@5���������������������������������������������������������������������������������������������I������������������������������������������������������������������������������������������������������������������5����,5������������������������������������������I5����������������������������|5�������������������������������������������������������������������������������������������������������������������������7���������7�����������������������������������������������������������������8���������������������������������������9�����������������������������������������������������������:��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������+>������a>�����������������r�>������������������������������������������������������������������������������)A���������A������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������X4������������������������������������������������������������������������������������5��������������������������������������������������������������������������������������������������������������������������76��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������C8���������������������������������������������8�����������������8�����������������������������������������������������������������������������������������������������������������������������������:��������������������h����������&<��������������������������������������������������������������������������������������������������������������������������������������������������������o>��������������������������������������������������������������������������������������������@������������������������������A�������������������������������������������������������B�������������������������������������������������C�����������������������������������������������������D���������������������������������������������������������������������������������������������������H��������������������������������������������������������������������������������g4�������������������������������������������������������������������������������������������������������������������������������S���������5��������������������������������������������������������������������������������������������������������������0Z����������Y7�����������������[��v7���������������������������������������7���������������������������������������������������������������������������������������������������������� 9����������)9������89�������������������������������������������������������������������������������������:�:�������:�������:�����:����������������������������������������������������������������������������������������7<���������������������������<�������������������������������������������������������������<������������������������ >�������������������������������������������������������������������������������������?������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������VC����������������gC��������������������8��������������C�����������������C�������������������������������������������������������������������������D�������������������������������������E������������������F����������������������������������������������������������������������������������������������������������������������������������������������������������I���I����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������W5�����������������������������������������������������������������������������������������������������������������������������6����������������������������������������������_7������������������y7�������������7�������������������7�����7�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������9���������������������������������������������������������:���:��������������������������������������������������������1<����������������������������������������������������=������������������������������������������	=������������������������������������������������������������������������>>������������w>��������������{>������������������������������������������������������������������������������������������������������������������������������������������������������������:A�����������������A�������������A������������������}B��������������������������������������������������mC�������������������������������������������������������C��X�������������������PD����������������������hDgD�����������������������������������������D�������D�������������������������������������������������������E�������������������������������������������������������������������������F����$�������������������������������GG��WG��������������������������������������������������������������NH��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������w4�������������������������������Q�������������������������������������������������������������������U�������������������������������5����������������������������������������R6����������������������������������������������������������������������������������������������������������������������������������������������������������������������k8�^����������������������������������������������������������������������������������A9����������P9���������������������������������������������������������������������������������������������������������������������������������������������������:�����������������������������������:��������������y4����D��������������������������������������������������������������������������������������������������������������������������������������������������������=�������������������������������������������������������������������������������������������������������>���������������������������������������������?���������������������������������������������������������������������������������������������@������ax�������@����������������������������������������z���������������������A�����A���������A���������B���������������������������������B��������������������������������������������������������������������������������������������������������������������������������D����������������������������mD�������������������������������������������������������������������D������������������������������������������������������������������������������I��������������������������������������������������������F����������������������������,G������������������������nG�������������������������G�����������G�����������������������H�������������������������������������������������������������������������������������������������������������������������������������������
J���������������������������������������������������������������������������������������������������������������������4��������������S��35������<5����������O5�������������������������������5���������������������������������U�������������������������������������������������������������������������������������������������������������������������������������������������������������7�������������������������������������������������8��������������������������������������������9a��������q9��������������������������������������������������������������������������������������������������;�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������n��A=�������=����������������������������������������������������������������������E>������=s�������������������������������������������������������������������������������������������������������?����������������������������I@�����������������������������������������������������������������������A�������������������������������������������������������������������������������������������������������������������������������������������C����������������
D��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������1F�������������������������������������������F��������������������������������������������������������������������������������������������������������������������������������VH�������������������������������������������������������������������������������H����������������������������������������������������������������������������������������������������������u�������XJ�����������������������������������������������������������������������������������������������������������������������������������������������������4�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������7���������������������������������������������������������������������8��������������������������������������������������������������������������������/:�������������������������������������������������������������:��������������������������������������������������������������������������@<������������������������������������������������������������������?=��������F=�������������������������������������������������������������������������������������������>���������������������������������������������������������?��������������������������������������������������������������������������������������������������������������������������hA�������������������������A�����������������������������������B�����������������������������������������������������������������������������������������������������������������������������������0D������������������������������]D����uD���������������������������������������������������������������D��������������������������������������E���������������������������������E��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������tG���������������������G������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������J��������������������������������������������������������������������;K�����������������������������������������������������������K��������������������������������������������������������������������������������������������������������������������������������Z5������������)g���������������������������������������������������������������������������������������<�����������������I���������������������������������4����������������������C5���������������������������������������7�7��������������������^�������������������_�8������������������������������������������������������������������������������������A4�����4�����������������������������������������������������������������������������������������������������������������7�������7��������������������������������������������������������������������������������������������������<����������|<����������������������������������������U?��������������������&A�������������������������I��������������J4����������N4�����4�����������������R�R���R�R������������{5�������������������������������� 6���������6�6�������6���������������������������������7������������������������������������������w8���������������������������������������9��������������������������������������������L;�������� <����������������������[<����������������������������������������->����������������������������������������c>������?��������t?����������������������������(A�����������������������������������C���������������������D�����������H������������������������������������������[4��������������������������������������������������������������������������������������������������������������������������������������������������������S7�������������������������������������������8�����������������8�������8��"9������������������������������c�������������������:���������������������������������������������������k�����������������������������������<�<�����������<������������������������������������������������������������������������������������������������������������������������������������������������@�����������������������������������A�����������������������������������C�����������C��������������������������rF���F�����������������������������������������������������I��������������c4�������������������������������4�������������������������������������������������������������������������5����������������������������������������������������������������������������������������������������������������X7�������������������������������7�������������������������������������������������8������������������������������T9����/9�����9��������������������������������������������������������������������������5;����������];����)<������������������������������������������������������������������������>����������������r>����������?�����������������������������������������������������������������������������������������������@�����������������������������������������������������������������������������������������������������������������C�����������������������������������D����������������������������������������������!F������F����������������8����������G�G���������������������������������������������������������������������������������������������������������������4�����4�����4���������������������������������������������������������������������������������������������������������������������������������������������7���7���������������������������������������������������������������������������������������������8����������������������������������i9����E9����������������������������������������������������������l;������������������������������������������������������������������=������������������������������:>������y>����	s������������������������������]?�����������������?����������������'@��������������������������������������������������������������FA@A��?A�������������������A�A���A��������������������������������B������������FC������������������D�����������������������������������������������D�����������D���������������������E�����������������������������������������������������������������F�F������/����F�F���������������������������������������G�������������������������������������������������������������������H�������������������������������������������������������������������������������������������������������R�������5���5�����������5�����5�5���������������������������������������������������������������6!Y�����������������6���������������6�����������������������������������������������7������������������������������������������?^���������������������8������������������������������������������������V9����������[9�������������������������������������������������������������������������������������������������������:����������������������������������������~;�����������;������������������5<�����������������������������������������������<����=�����������������������������������������������������������������������������������������>���������������������������?�����������������������������������������������������������@����������������������KA��������������������������������������������������������?{���������������B���������������������������C������������������������������������D�����������������D������������������������������������������������Ѓ�E�������E�����������������������������E����������������������������}F��������������������������������������������iG�����������G�������������������G�����G�������G������3H�������������������������������������������������������������������������������������������������������������������������������������������������K��2L�������������������������������������������������������4��������������*5�������������������������������������������������������������5�������5�����������������������������������������������������������������������������������������������7�����������������������������������8���������������8������������a��c9������������������������������p9��������������������������������������������������������������;��������������������������������������������������������������������5=�����������������������������������������������������������������������������>�����������������������������������?�������?��������������������@��������������������������������������������������������������^A���������������A��������������������������������������������������������������������������������������]C���������������������C������������������������������������������4D��������oD���������������������������������������������������������������������������E�E���������������������������������������������ш������������������������������������������������������������ˌ�������������G�������G�������G�����������������������������G����������������������������������������������������������������"I�������������������������������������������������������������������������J������������������������������������������uK�������������������������4�����������������������R�������R��������55���������������������������������������5���������������������������������������������������������������������������������������������������������������������������������������������8����������������������������������������������>:��9:���������������������:����������������������������������������;;�����������;��������������������������������������W<p<���������������<������������������������������T=������������������������������������������������������������������������������������������1?'u�������������������������������?���?����������J@�����������������������������������������@���������������y���y��A����������������������������������
B������������������������������B���������������������������B����������������������������������������������������������������������������������������������������������vD����������������������������
EE����������������������������������`�����������������������������������������������������������5F6F��������������������������������������������������sG�����������������G���G�������������������G�������������������������������������������������������������������H���������������������������I�������������������������������������������������������������������������������������������J�J��������������������������������������������������K��������������������5L�������������L��M������������������������������������������������������������������P5��������������������������������������������������������������������������������������������������{7��������	8������8���������������������������������������������������������������������������������9����K:������M:�������������������������:��������;����;��������<;�����������������;�����������������������;�������������������������������������������������������������������������������r�������������������������������������������������������������������?������������_@������������������������������������������A���������������������A����������������������������B������'B��������B������������������ B���������������������������BC��������������������������������������������������������������������������������������������������������������������������������������������������������������$E����������������������������p�����������������������������������������������������������������������������������������������������������������������������������}G����������������������������7�������������������������������������������������dH����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������J�����������������������������������������������������������������������������������������������������������L�����������������������������������������������������������������4�����������������R&5������������������������������������������������������������������������������������������������8�����������������������8�������������������������������������������������������d����������������������������������������������������������������������������������������d=n=��������������_=�����������������������������������������������������������������������������>����������������������Jv��������������������������������������������s@���������������������������������@�������������������������������������������������������������z���������������������������������������������{�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������F���������������������������������������������������������������������G�������������G����������H������������������������������aH�����������������������H�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������K���K����������������������������������������������������������������������������������������w�����������������������������������������������������������������������������������������������������������������������������8�������������������������������9�������������������������������������������������������;������������������������������������������������������������������������j?������������Kv�������������������������v�������������������D��������������������������������������������������������������9B������������������������������=BDB������������������������������FB����������������������������C������������C����������������������������������������>D�����������������������D����������������������������������IE���������������������������������������������E�����E���������������������������F����������������������������������G�����������������������������������������������G��������������������������H�������������������������������������������������������������H����������������������������������������������������������������������������������������������������������������������������������������������������������MK��������JK��������������������������������������������������������������������������������������������������������������������������������������������������������������cM�������������������M��������������������������5��������
6��������
6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������t@��������������������������������������������������������������������������������VB������������������������ZB�������������������������B�����������B������������������������������������������������������������������������������������������������������������<E�������������������������E�E�������������������������������������������������^F�������������������������F����������������������������������������������������������������������������������������������nH������������������������������
I������������������CI����������������������������������������������������������������������sJ��������������tJ����pJ�������������������������������������������������������������������������������������������������K��������������������������������������������)L����������QL�������������������������������������������L��������������������������������������������eM����dMgM����������������������������������������������6��������37��������!8"8�����������������������������9���������9�����������������������������������������������������������������>������������������������������������������������������������������������������������_B��������������\B�������������������������������������������������������������������������������������������������E�����������������������������GG����������������������������������������������������������������������������������������������������������������������������NI���������������������������������������������������������������������������������������������������������������������K����������������������������������������������������cL����������aL��؛��ZL�������������L����|������������������������������������������������������������������������������������M������������������6�����6���������������������������������������������������������������������������������������M��������������������������������������������������������������������������������������������������������F|������������#C������������������ID�������������������������������������������������������������E����������������������������������������������������������������������������������������������������������������������������������������������YI��������������������������������������~J���������������������������������������������������������K�������������K������������������������������������������������������������������������������������������������������������������������������������TM����������mM�����������������M����������������������������������������������������������������r:����<���������������������������������������������=��������������������������������������������������������������������oB�����������������������������B��������������.5��������������������������������������������������������������������������������������������������������������������iI~����������I��������������MJ�����������J�������������������������������������������������������������������K����������������������������������L��L������������������ �����"�����������������������������������������L������������������������������������������������������������������������������������������������������������������������������������������������������������������>���������?������������������������������������������������������������������������������������������������������������������p�������������������������������������,H������������������nI�������������������������J���������������������������������������K�������K��������������������������������C���������������������������������������������������BM��������AM���������������������������������������M����������������������/;.;����������������M<{<�������������������������������������������������������������B������������������������������������"G��������������������������������Y���pI���������������������������������������������������������������������L��������������M��������������M�������������������������������������������������M����������������������������������������������������������������������������������������������������������}E���������������������������������������������������������������������J������������������L�������L���������L����������������������������������������������������������������������������������������y:��������N<��������������������������������������������������������������������������������������������������������������������������������������M��������������������������������������������������������������������������������������������������������������������������r�����������������������������������������������������������������������������������������������������������������������������������������������(8�������������������������������������������������������������������������������������������������������������������������M�������������������������������������������������������������������E����������������������������������������������������������������������������������������������������������������������������������@NANZN��N)N����R>5�]������BSjSR[�������_Lb�rN/N�N�NBQ�Q�����������S�S������(Y��#\^_���<lp+r�Qy���N��4��04�N�N�����Q���Q�4����5S�S�S���S�Sc5�S�V���V%W'W3Y\����u\�������9�9�f����R����4����QNjN��O�����NO����:4���4sQ���Q�����������4�����R5�R�R�����������S������T��������+WY5Y���6�6�����6����\|7��p\}\�7���]��4858�������8__u_�����8�_���9�9�9�����:�:����Y<����l�<������(>�r���>�s6u���C���������H����#N4,4��.O��OQ���Q�4�4"R������5���R�R�R����/5��dS���S��t5��p5m5��������n5��������+6(6����?Y�����6���Y���Y�Y����?7���[O7t7����}7���7�7�7�7�\�7������:878
^88@8�����^�8����z_��9	99�8
99�����9�����b�9���b��<e:e:�e���:����eg��C;�������������<���<�=����*>_>����]>��������?����q?r?����@�����y�A�������C�C�C�����������D�������������D�����HÏ��������������x�����%���uNtN����-4���O��P4K4��O4L4��qOSQ�Q�����Q���Q���4�4���4���4��=R5�RS��������A57���S^5����y5��nT�T����^T]T~WyW��zWlW������26�W��Y�6FY�6��CY���6�6�����6�������6a[f[���[u77~7)\�7�������7�\���7�7���\��=8>8t8��z8v8x8u8�����8�8�8�8����9��99����999`�_�������9�9�9���9�9��z:����������f�e�:���g���g��ng�g��"<<����!<$k������\<}k��}<�<�<�l���l�<���<�������l�=���p���p>����/>��kr.>,>\>���r����b>g>�>��������Cu�����u�����?���?��@��@@@@���@�w�@����*A���������z�B����������C�C���C�C�C�����������`D�����D�D��������������ʂ�������D��������Џ�����H���������������I�I8���4��^4�OY4\4��_4�O�O�OXQ�����4�����������R���R����(S��)S������������_5���5�����5���W���W�6�����������6���6�������6h[��A7�������7�7�����7�7���7������F8A8E8B8?8�����8�88�8+_�8�8�����_�8���8
9`9��9%9&99!9W`H`'99������8`����$9����q`���9�9����c�9���9�9�9����
c��#c���:�������:�:�:�:�:��*f��������T;�g�gS;$<%<)k(<'<�������������<�����<Cm���������p�=�p��/r��>��2>qr����k>��l>m>���>�>	?
?���t?���� uX?��Z?����w?����y?�u���v���?���?�?w@@�v@@@w@����w���@�����@���@���@�@��1A.A0A2A����/A���A�A�������AzB��BC��TC��������������	����C�C�C�C���C�����C����bDaD�����D������ڂ����
��E��������������F����*G�����GBHCH���H�����H�H���H���H�I�IU���R�5N����4PP��
Pf4�������4��������XR������������5��15+S��L5�����5�5�5�������5�T��U�T�������TU@6��A6���W��������YY'Z�6�6�6(ZZ�6ZB7W7�������[���[�[����x7�7�7�����7���7�7�7���7�����7�7�\���7�7�\�\�����]��G8��H8�����8�8�8����,_�8�8��������������������������194969�`����#9����:9�`�`���9�9�9�9�9���������������9�9����|:{:����GeLe�����e���:���:�:�:�gJh��Y;^;��Z;?ha;X;[;�g��_;��*<-<��#<+<,<��~<���<�<�����<�<�<�������������=���p>������!>��8>7>t>s>u>������v>x>�����s? ??��[?��\?���?�u�?�?~?�?�?�??�?�����?�u�v���v���?�?�?���?������#@��w��w@����w���@�@�������@���@�@���@�@��A6A���������������A�����A{�A�A���A���A�B�������B�B�B�B������#}������CCUC����WChC�����������������C��:����������C���C���������C�C����TD��������&�eD�����D���D�������D.���U���D=����D��0��D�����EQ��E���E������F���� FsF����������������	���F����+G��EG���G�G���G�����H�H��H�����H�H�������H��y����I�I�IW��I��������n4��gP����q4���4�4���������4�4�4�����4�4�4 5��(5��S,SYS������hS~S�����S���5[U�5�5���5�5�5BU�5GU����=U����`U�W������M6�������6_Y���6�6����o[��^7�������7�7��Z\���7���7�������7��������18����K8��I8J8L8�����8���8�8���8�_�_�8�����_����;9.9>9F9S9��D9��?9B9O9��R9J9�`��Z9�`I9��b��b:�����������c�c::�9�9��:�9���c���9��}:������Pe������Re���������e���:�:��Xf�:�:�������h��o;m;i;����n;��/<0<c<�������k�<�k�<�<�<�<�<���<�<��=��=���<���������<�<�������<��������n�����=�=q�������=�=��;>9>������<>��ss��}>��>z>|>s~>s
s�>�>�>�����>?
?��&?$?%?#?!?)?�����?�?���?�?���?���?�?����@��.@-@.w(@)@,@������Aw�@���@�@�w��Dx�@�@�@�@AAJA>A<A;A��BAAACA��EA���A�A�A�A�������A�A�A��){�A'{�A�����|����~B�B�B���B���B���B�B���B����ICGCXCkClCjC���C�C�C��C�����C����������&��C���C�C�C�����(��C�C�C��������UD�������D�D�D�������D�D���D�Dp����D�����D���������D���������������E���E�E��������������ʆQ�����"F��&F$F%F��*FtF��yF��zF����؉׉�F����.����F���F���F�F����������4GFGHGY�����VGgG����hG�G�G�����G���G�G�G�G����IHJHڎ����3�����H���H�H���H���H�����H�H�H�����H��II�I���������I������=J��>J�J#Kٚ�N���P�Pu4�P�P���Pv4s4�P�P���P�4���Q�����4�����4����������!5��)5����85N5�������������5�5�����U���5�5�5�����5���5���5WX��N6��DXP6+X��EX�����������6��eY�������6�6��c7���[�������7�7���7������V]�����7���7T]P8����V8R8O8T8Q8�����8�8������=_�����8�8�_������b9��]9������a9e9\9����_9�������������c:
:��::����:����:����	:�c:�c�������:�:�:�:�:���������:���:��uf�:������g};��z;;��x;�����h��p;�;���;��3<��2<6<����V<����g<��e<d<f<�����<�<�<�<���k�<��==������==��==7n����}n�n�=�=�=���=�=����������>>������A>��B>C>�������>���>�>�>���>?"?��'?*?�t(?��`?������ru�����?�?���?�?�u�?�?���?���?��������6@��7@?@<@��4@9@;@5@0@2@8@>@:@�����������@gx�������@	Awy������LA����SAMAQAOA�z���A�����A�����A���A���A�A���A�AB���������B�B�B������������*}e}JC��ZCd��nC����pCoC���C�C�C���� ��C�C ���D<�DDDD9;	D�C��?����CD
D�kDlD�������������D�����D���D�D���D�D�D�D�����D�D������������D�E�E冲E҆�E���E����F(F#F��������uF~F|F�����������F�F�FS�����7�G�\����F�F�F�F��������������ZGjG��kGmGoG���G���G�G�G�G�G�G�G���G�G�G4H5HQH��H�������������H���H�������H����I�������I���I������������?J��RJk���PJ���J�����J������&K(K�����4�P�4��~44���������4���4���������������R��45���S�����������5�5�����5�U�5����������WgX����]6CX^6Y6��Z6�6����7��7��77����E7����d7��e7���[f7���7�7�7p]j]�7�7t]_]��a]s]���7�7��X8����Z8Y8W8[8P^�����8�8�8?_�����8�_����h95a-as9n9t9af9�������9&b��:���� :��:��:��!:::������~:���������:���:��ne�����������e�e�:��;
;�f���;ri�;�;�;��:i�;�����;�;���;����;<:<<<=<9<><k<l<�����<�<�<������-=��6=+=��7=�������n%=/=,=����2=�����n�������������=���=�=���=Cr��F>�r�����>�>�>���������>������-?����.?,?+?0?��N?����d?a?��uu��p?�?�?�������?�?���?�u�?���?����������=@����D@E@F@��Ww��G@H@B@����A@�����@���������@�@�@�@�@�@�@�@�@���@��AA{yA��]A!zZAXAVA��TAz���A�A�A�A���z�����A�A���Aj{���A�A�AB�����A_{�����B�������B�B���}���B��YCqC�C�C���C��U�D������D��DDDDh�D��DF�C�pD�D���D���������������D������������|�����j������D�D�D�����D�����������������E�E������E���E����;Fӈ/F������7F�F���������F�F�F����������6G������������������ƌpG���������G�G�G�GTH��WH�����H���������H���H���H̐m�p��H�H�H�HX�B�h�i�����C���G��I���������I���I�������I�I�Iϖ����BJ����TJ��UJ���J���J�J����	����������J�J�������J��,K/K��+K��3K4K�����������K������������\�����]M�P�4�4�����4�4���P���4��������5��55���455�������������5V�������5���5�5�5���5�5
V$6�X��b6��a6`6d6�6����������777"7��777������������i7j7��l7z7�7�������7���7�7���7�����������7���]�78_8V^^8]8\8��Q^�8�����8�8�8���8���_����w9o9�����9}9|9~9�9�9�9�9����x9�������9��3:��-:������7:Zdcd����.:����=:���:�����:���f���f;�f���;���;�;�;���i�;�i�;���;�;�;�;�;�;�;�;���i�i��A<����pk����r<�ko<q<���<�����<�<�<���<�����<������o$o��C=����==E=����D=��������Eo�������=yq���=�=zq�=��Tr">J>��I>D>K>�>�>�>�>�>�>��������???��2?4?7?3?6?5?e?��|u{u��v�?���?�?�������?���������������?���?���v�v@N@U@K@����M@sw��R@rwL@pwP@S@��Q@�������@���@�@�@�@���@���x���@��\AgAiAeAbA��'z5z���A�����A�{BB��	BBB�{��BB���{���B���|�B�������B���}�}���B�B���B��KC�sCuC�C�C�C%��C�C�C�C���CY��C�C�C�C'D����$DDDD D#D)D"D����D��(D��������������qDsDrD��E�������D��������E������EE����E�D��DE���D������E�����E�E�E�E���E�E���E�E���E����/�����F��0F>F9F����<F?F��4F=F����8F���������F���F���F���F�F�����F���F�F�����F�������F��.G��7G8G������������b5���G�G�G�G�����G�G���G�G���G�GXHZH��YH��H�H�H�H���H�H���H�Hu�'I��*I%I��(I�����������I������������������JJ����J��JJW���GJFJ��YJ[J��^J����ZJ�J�J�J�J�����J�������J�J�J�J��K�J����K���J����K��7K:KoKwKyKƙ���K���������K���K�Kb���4L����������,M-M���������P���4���4�����4
5���R��R5��Y5o6���5�5CV���5<V��j6������������$7��#7������'7����m7�[n7o7����5\�7
888��
88����88.8�����������8�8�8G_�8���8�������9���9�9�9���9�9�9��ma����������;:H:����F:G:������L:��J:P:C:������I:�:�:�:�����:���:�:;�������;�;�;�;�;�����i���������;����������j����ejB<��ukt<s<�������������oVoR=������P=��K=��L=m=���o������O=ho�=��4rErM>L>��O>N>P>��\s�>Vs�����>�>�>�����>�>??8?:?9?��h?g?�������?�?�������?���?���?�?�����?���?��`@����Y@\@Z@X@��[@����������]@���������������@�@�x�@�x���@�@�x�@����mAoA4zuAlAtA��sA����6z�A������B�����{�{B�{#B�{B�{B����B�{B����B�{"B&B���{�{!BBB��B�{�������B���B�����B���B�B�B�B�B������C~������wC�����������C�����C��1D.D����,D����2D/D+D-D3D�����WD\D{D����zD��"�EEE E*EEEEE8�����,E2��������E��)E����EO��E��r��������������E�E|����������EF��FFEF��CF��
�DFHF��GF�������IF�F���F���F���F�F���F���F���F�F���F�F�F�F�F���F�F�F�F����:GKG��JGLG������yG{GxG�����G���G�G��	H�GHH������HHH�GH����;H]H\H_H^H(���!��H�����Hf�l����H�������������H�H�H�H�H�H��,I쒺�㒽��I������@J����_J��������������ї���J#����J�J����KK���>K=K@K?K��BK�������K�KK�K�����K���K�K����ۚ���K��������� L!L����7L>Ls�=Ln�������e���<L��8Lj���m���;L���L�������L�L�L����L����Mv� M!M0M��/M��������_M`M����������4Q�4���4������55
5�R�����5�����5�5�5	6��6��uV������������q6����oY������+7������888��c8��n8�8���8�����8�����8�����a�9�9�9�a������������������T:�������:�����:���e�e�f;;;����1;�����;�;�������;���;�������;��D<E<����v<u<���k�<�<���<�<��W=�o`=]=k=��c=g=��^=�����o�q�=�=�����������=���rQ>S>R>���>���>�����>�t������������;?��>?=?��i?�������?�?�?����9v�?.v�?�������v�v�?�?����@��d@h@���we@�w����i@���������������@�@�x���@������AAA��{AzA|A��xAwA�����A���A�A���z��6B��.B���{��4B��������*B��3B-B/B1B+B2B��5B�������������|����C��C����~��MCaC������xC���C�C�������C�Cm���9D����:D;D5D6D��<D��������XD|D}D�D�D����;E?E����2E-E��/E9E.E:E��6E1E>E8ER�4E��AE��������0E��������CE��P������E�������������E�E����������������������F`�������RF(���NF ���OFPF�������F�F�F���������F�F���F�����������F�F������������>G<G��MG��NG���G�G�G���G�G�����������G����:�������H
HHH��<HbHcH����������IIII����I�������7�6I��5IC����I�I�����I���I���I��������!JJ����IJHJ����bJaJdJ`JcJ������fJ�J�J�����J���J%�����K	K
KKKAK��EK��CKDK&�4�GK������qK�������������K�K�K�K���K�����K�K����������������"L��ELAL��@L�����BL���L�L���L�L�L�L������L�L���L$M1M3M��2M4MRMaMٞzM�M<���#Q������,Q����5�R��#5%5��66�V�������V����z6w6������.7��/7����88����f8��e8���8�����a�a�����9����S:���������:�e";�f�������j�����;�;���;����G<F<��x<�k�<����h=v=t=y=��z=w=��q=��r=���=��>����T>�����>�>ts�����>��D???@?��B?����Q?������������@v�?��Av�?�?����������	@�vl@n@p@m@k@q@r@�������@�@���@�����x�@y�@A����~A���AYzUz���A�A�A���A�z���A?B|EBAB|BBCB;B8B����:B�{����<B����>B�������B�B�B���BC������CC��bC��zC�����C�C���C���C�C�C�C������@D����?DAD������D���D�D�D�DJE��GE����KEFENE}�������HE��EE�����������������E�E�E�����E���E���E�E�E�������������E����:�TFXF\F��UF�F�F�F�F���������F��������0G@GAG�����G���G�G�����������GH��H��HHHQ�����=HjHfH����gH��hH�H�H�����H	I������I
I��;I:I������o��������I�I�I�����I���I�I����J��������#J��$JJ��JJeJjJ������iJ�����J��������B������J�������J����K��KKK
KK��������FKHK7�IK�����K�K���K�K���K���K�����K�����K��������JL��NL��������������������<��:��L�L�L����2�4�������������Ǟ��bM�������M?����M�4�4����������'5��6�������������������6����p7���^���9�9�9�������9���a��`:d:i:c:g:b:������e����������������&;#;%;�����;�������;�;�;���������<�<������~=��}=�=����=�=����p���=������$>X>W>�>���>����?��G?F?����k?l?�uTv���?��Uv���?�v�v�?��������x@z@u@��v@w@�����@�@�@���@y�����A�A�A���A�A�A��������UB��PBLBHB��SB��WBTBNBJBQB����IBKBcB�����B�B�B�������|�|����e~N~C��C����cC�������{C|C���������C-�����BD��DD�����������D�DSE[E��YE��������ʅ����TE�������������E�������������E���E����������������bF��cF��`FaF_F�������F���F������	G����G����GG����������1G����OG������fG���G���G�G�G������!H��H"H��'H H��mHlHkHoHpH������������BI������DI@I����?I�����I����%J(J��!�����uJrJ��oJ����vJqJ�����J���J���J���J�J�J�J>�KKK��������QKPKSKTKRK������mK�����K�K���K���K�K�����������K���K�����KLLLL��������'L&L$LLL��PLULSL��RL��WL��XL�L�����L���L�L��b��L�L���LM��7M6MKM˞fMvM��~M}MM�M�M���M�45��6�V��������Y��27�[�������� 8�������8���a�a�����9������������������<�;<�j<�;��<��J<���=���=���=	r������Y>ys���t����?I?H?��m?�?�?���?���������?
@�w�����������@����y����ez�����A�A���z:|��6|��������^B����[B�������|�B���B��������CC����C��C��������dC���������HDGD����^EaE���������E�����E�E�������dF���F�F�F���F�F�����F����������D�G��G����G��������GQG��PG��cG�����G��q�$H&Hn���y���ĎtHsHrH���������H����IIIIIIIɓOIMI����UI������������,J+J����yJ������zJ���J�J���J�J���J�J�J�J�J���J�J�J���JZ���K������VK��F�������nK�����K�K�K�����K�K�K�K�KÚ�K��L��L���������_L�\L��^L����ݛYL����dL]LbL��eL���[L���L���L�����L����'M������:M<M��9M����=M;M��LM��hM���M�M���M���M�������45�V%6��A[77��������h8g8�8�������9���9�9����q:o:���������:���j<�j<����<y<���������=�=�����=>�������>���>�>�>�un?�����?��|@~@{@}@�����@�@�@�����A�����A��eB�����B%C�������C��JD��g��D��fEpE��mEiEgE��rE�nE���E�E�EF�E���EF��fFiF���F�FG������G^�G��������G���G�G������)H(H������@HuHvH���H����WI���_I���XI[I��/����I���I��0J����������AJKJ��}J����|J��������ۗ����a������J�J�J��������K����UKJ�YKXK�������K�K��������3��K���K������L
L	L������qL�lL�������nL����������L�L���L�����������L�L�L��������HMIM������MM����UM����jMlM��kM�������M�M�M����������������[S��6���V����97����%8�]��������t:�����:�����������=�=���=��
>��%>���������������?�?�v�?��@�w�@�@�@��$A�A�A����lBfBjB��gBmBhBR|����������������������eC���C���CKDMDLDND��sEuE��������������F����������������G��s���GGGGv�����CGRG�����G���G��+H������*HǎwH��������������II4�����]I��`I>�bI�����I�I������������LJ���J���J�J���J�J�J���J���J�J��K��`K^K]K�������K�K�K�K���K�����K����������9�����*�{L&�xLuL'����L�L�L��ɝ������?M>M@MNMWMYMXMVM����nM�����������M�M���M������h��M�M�M��:7����'8����j8�9��<����L<���=��J?�����@���@�@�@���A�A�A������pB��qB��*C-C}C2�1���OD�����D������yE������������F������������������!G������2G�����G������II�IJ��2J��3J4J<J��—���J���J�J��bK��aKdK�KK��K�����K�����L�����,L+L�������L�L~L�L�L��B���ԝ�L�L���������L��������ZM����������xM���������M�M�������4�4�V�V���]��w:v:���:�f���=��>[>��L?o?�?���@��������tBrB������sB�������B.C��������NC������������������������F����lF�������G���G-H���HqI��X�oI���J�J����KeK�K�K�K�K�����������L�L�L�����L������M�L�MM����MCM������OM����[MpM���M�����MD���������m��������������]���������=�=�>K?�?�?���w�@vB��0C/C��fC��~E������:���u�oF���G/H�����HII��vI����OJ�J���������JK����]��K����L��L��������/L0Ld������L�L��M	MM��M��
�������PMqM����������{M|M��s����M�����M�M��6���6���������?���@�w�������B4C3C�E�����F��DGUG���G�����������J����gK�����K��L��-����L�����M������FM\MtMrM������������M�M���������M��65�������<����?p|wB��E����}Hy���J��J��hK�KL����������uM�M����������xB5C�~�E���E��qF��~H�J��`�iK�������������L�L�������M���������E�E��F���F��I���K��������:�}�����
@L���M�M�@�������������������K1LM�M�L����������������������������������������������������������������������(N6N?N�NNN�Q�Q8SiS�S*N�NIN�QFN�N�N�NfQ�QR�RDSY
Y�[�]z^^�^P_Q_a_���cNbN�N�Q�N�N�N�N�Q�Q���4�QR�R�R�RS:S95FS]S�S�SU5�S[5�S!W�7^_7b8b4e5e�e&>�s�N�N24���N34�N44�614�4�V�Q�Q�Q�Q��R�46SSS��S_SmS�S�S�Se5�S�S�Sd5�S6&6$WYY2Y0Y4Y�6uYJ7�[�[\�7�7�7�7�7/828�^�^
_R_�8�_�_9b�9Ob�e/gzk9l�<�<7lDlEl�s�uvv�����H�I!N N"NhN�N�N�N�N;4<4�NOO�N�NO94(OOOO�NOJQ�4rQ���Q�Q�Q�4�Q+4RRRR�R��KSOS;5PSD5�SB5�S\5�ST�Sg5Tf5TTT��6�V5W6W1W2W�XYTN�66Y�6�6�6zY�6�Y=7L7�[S_\�7=\x\�7�7�7���\)8^68q8p8o8�^_�8�8�8�_�_�8�_�9b]b_bgbWbP��:�e�e0;7gA;2g6g"k�k�<XlQlwl<l�<Zl��Sloprpnp���=sp�r�r�>�s�>�>�@<y�A�����D{��Dq��������I$NqN���NEOJO9O7OC42OBOB4DOKOD4@O5O1OQQ��PQNQ�4�4�Q�4�Q�Q�Q#R'R&RR+R R�R�R5%S;StSG5F5E5k5i5MTr5q5:Tl5o5DTLT#TT2TKT!Ts54TITPT"T?TQTZT/Tv5�V�V�V�V�V�V�VHW'6DW?W<WSWVW06_WCWXWWW)6*6/6FW,6=W-6BWTWUW�X�X�XY���V=Y�6�Y�Y�6�Y�6�6�Y�6�Y�6�Y�Y�6�eN7�[P7�[�[�[+\�7�\�\�\�7�7�\�]	^98;8^r8�^�^_�8_c_9�_�_�_�_�_9�_�_�_�_���_�_�_9b�9��;b<b�b�9�9�9xb�b�9�b�b�b�b�b�b�b�bub�:�:�:�e�:�:�:�f[gB;TgRgD;XgDgJgag�<l�l�l�<nl|l�lul�<Vl�lyl�<�l�<�l�l�<ypwp~p�=up{pdr)>�r�r�r�r�r�r`>^>�s�>�>�>W?�u�v�?�v�v�v@�@�w�w'A�z�z�|���������D���������Dl��E����Ǐ�H�������H�H�H��'�&�+�3�4�)�=N(4�N�O�OM4I4mO�O�O�O�O�O�O��rOQ4�OVQ�����Q�4�4�4�Q�Q/R��<R4R9R�R�R�RUS=5vSzS�SH5�S�S�S�Tx5_T�T�TyT���TiTmTz5�TjT�Tw5�V�V�V!6�V�VeW�WcWgW16nWxWW3646�XKYLY�6�6�6�Y�6�Y�6�Y�Y�6�6�6�6�Y�6�Y�Y�Y�6�6�6�Y�Y�6`[@7�[�[�[�[�[R7\\�7�7I\J\�7�\�\�7�7�7�\�\�\�\�]^^w^y8�^{8�^�^�^�8�^)4_!_�8%_U_�8�8�8�_�_0``96`999�_=``99�b�b�9�b�b�b�9�9�9�b�b�b�b�b�b�b�b�b�b�9�e�:�e�e�:�e�:fff�e3;gH;kg�g�g�gG;�gK;�g�gJ;�g�g&k'khkikZ<�k�k�k�<�<l�<�<�<�<�<�lll�l�<�l�<�l�l�l�l�l�=�p�p�p�p�=�p�p�p�p�=�p>>@r>>erfrhre>f>�r�r�rd>�r�s�s�s�>�s�>�>�s�s?BuDu;uAu���u�uu?�y�y�y+A,A�y-A�y���A�zv|t|�|�|�4PCY���C�C���C���C���������C��gS�Ă>����D�D�D�D�D���Dɂ�D�D�����EF�Hُ̏ʏ؏Ϗ���H����7��IA�>���Q�c�WNyN�N�N�N�N�O�O]4�O�O�O�O�OZ4W4�O�O�O�O�OjQ�4�Q�4�Q�4�Q�QERHR�4�4ORRD�4�R�R�R'SXS}SJ5�S�S�S�S�T�5�T�T�T�5�T�T�T�5�T�T�T�T�5�5�T�5�T"6W�W�W�W�W�W�W�W�W�W;6�W�W�W:6869666�X�6	YYT<RY�6�6�Y�6�Y�Y�Y�Y
ZZ�YZ�Y�Y�Y�Yj[T7U7�[V7\/\�7<f�7�7�7�\�\�\�\�\���\�\�\�]�]^D8�^}8~8�^�^/_�8�8f_���8�8\`(9N`Q`99#`1`|`R`,9``J`a`9b�9�9�9�9�9�9�9cc�b!ccc�91eDe@e�:Be�e�:)ff�:#f,ff0f;ff7f8f�:gQ;U;�g�gR;�g�gRh�g�g�gc��g���ghhh�g�@*kkkR<^<`<_<�k�<�<#m�lmmmm!m�<m�l�lmEm��&m�<Dm�<$m�p�=�p�=�p�p�p�p�=�=�p�p�p�p�=�=�p.r><r0>mr3>1>�r�rn>�r�r�r�>�s�s�s�s�s�s�>�s�t�t?�tIuPuFuJuY?Mu�uz?x?{?�u�?�?�v�v@�v�w
x�@xxx�@xx�@�y�y�y�y|z�A�A}z�z�z�A�z�z�z�z�z�z�zw|||{|�B���B�BSC��RCQC�Ӏ�CˀҀ�C	��߀ƀcD$���؂݂�D�D�����D�D邫DDЂ�����yQv��Ex��E�Eu�}�FB�f�F����F��F���G�������HƐ���H�H͐ɐ�HĐ�H���I�2P�OP�OP�OP.FP�O�O$PP6P.Pe4P8P9P�OVP�O�Q�Q�Q�4�4�Q�Q`RdRYReRgRWRcR�4SR�4�R5�R�R�R�RK5M5V5
U�T�5U�T�T�TUU�5�5U�T�T���5U#6W�W?6�W�WC6B6D6�W�WE6�W�W�W�W�W�W�W�6�6!Z*Z�6Z�6Z�6�6�6�6"Z�6�6$Z�6Z1Z�6/ZZZ�6�6&Z��C7�[�[�[\\R\S\�7�7�\�\�7�\�\�\�\�7*^0^.^,^/^�^�^�8�^2_�_�_�_O`�`39~`79t`K`s`u`*99V`�`�`�`99�`�`�`�`Eb�9�9.c�9Rc0c[c�9cc�91c]c7c5cSc�9\c?cKe�:iC�e�:�ePfFfNf@f�:KfHf�:`fDfMf4;7h$hb;\;h6h`;,hhVhGh>hh��h"h'hYhXhUh0h#h.k+k0klka<�k<�k�k�kkm�<�<smWm�<�<]mVm�m[mm�m�m�m�<�mqm�<�<rm\m�m�p�p�p�p�p�p�=�p�p�p�='>5>6>zrq>�rs�>�>�s�s�s�s�s�s�>�>�>�>�s�s�t???M?VuUuXuWu^u�u�?�?�u}?�u�?@�v�v*w @ww"@$@?w+ww$w!@!ww�w�@�@$x6xAXyYyAby�y�y7A�y�y�y�y8A�y�y�A�A�A�A�z�z�A�z�z�A�A
{{{�|�|{B�|�|�||B�B�B�B$}�B�B�B%}b���~CC��
��C�C@�<�;������������C��YDZD-�dD'�)��W��D�D�D�D!��D�D�X��D�D�E�E�E����������������O�x�z�n�{���s�xFwF
����F�GЎEH�H�H��	���HސQ��H�Hۑߑޑ֑��`�Y��IV��I�I��"K!4BPYPo4DPfPRPTPqPPP{P|PXPp4d4yPlPxP�Q�Q�QhRvR�R-5�S�SX5XULUhU�5IU�5�5]U)U��TUSU�5ZU�5:U?U+U�WJ6�WG6H6�W�W���W�WI6�W�WX�X�hY�6[Y]Y^Y���6+Z�6;Z�6�6aZ:ZnZKZkZ�6�6EZNZhZ=ZqZ?ZoZuZ�6sZ,ZYZTZOZcZ\7]7�[`7�[[7[\a\�7!]
]	]�7,]]�7�7*]]�7]]�7/]]�7�]9^5^:^2^N8�8�8���^�^4_9_�8���8�8�`29�`@9G9L9�`�`59�`�`09�`C9�`M9�`�`�9�9~c�c::yc�c�c:scjc��lc:c�9�c�c�9:fctc�:Ze�:NeMe�e�e�e�:�e�e�:�e���eWf�:cfgfggg6;j;�h�h�hshk;�h�h�h�h�hlh�h�hq;h;�hzh�hr;�h�hph.<5kb<�k�k�k�<�<�<�m�m�m�<�<�mn�<�m=�m��nn
=
n�m=�mn�<�m�<nn	nnn�mn�=�=qqq�p�pq�pq�=�p>@>=>ssst�s�>�>�s�>�>�>u#uauhu^?gu�u�?�?�v�?@�v�v�v0w+@&w*@@w>w�@�@�@Gx�@KxQxOxBxFxAnyly�yDA�y�y�y�y=AGA�A�z�z�z�z�A�A!{{{{6{{�B�|�|�|�|�BI}�B4}7}�B-}�BL}�B�BH}DCHC;EC�C�C�C���C��CI�E�D��|�C�C*�.��C�C1��C�4��[DfD�D�q�����r����5y����D�����D�D#��D������X�Z��EW����E���E�EFE����������������������������F&�2�(��F�F��F+� ��F)��F�F�F!�:��:[�X�|�XG������e��G~��G|��z����G�G��������֎MHFHGHKHLHَHH�H��%��H���H�����HY�T�����I�I���IZ��I�In��I�I�Iy�J���KĞҞ�N$4�N�P�P�P�Pt4z4�P`Q���4B^�Q�4�4�Q�QsR�4pR�425���S�S�S�U�U�5�5�U�U�5�U�5�U�U�5YU�5�U�5�5�UzU�5�5�5�U�5�UWWXO6XS6<XX>X&XU6:X��"XQ6�XcYdY�6�Z�Z�Z�Z�Z�Z�Z�6�Z�6�Z�Z�Z�Z�6�6�Z�677�6�Z�67�6�6�6�6�Z�Z�6yZ�6�Z�Z�Z�Z�Z~ZD7�[b7w7�=\_\^\D]>]�7H]]�7[]M]�7�7W]�7S]O]�7;]F]-8U8F^G^S8H^�^�^�^�8_�8>_;_�8:_�8�8�8�_K9�`H9a"aaU9Q9�`�`�`N9�`�`�`k9^9a�``9g9a a!ab�9�c�c�c::::�c:�c�c�c�c�c_e`eae�:�:�e�:�:}fkff�:�:sf�fmfif�:8;g�h�;�;�;y;i|;�h�hii�;�;	i�hi��ii�h�h{;.i�h�h�;i�h4<okU<nkh<�k�<�k-l�<�munn=n=Hn=On=Bnjnpn�m==mn={n~nYn=Wn=�nPn=)nvn*nLn*q�=5q,q7qq�=�=8q�=4q+q3q'q$q�=-q2r�r�r�rs$s8s*s,s+s�>/s(st�>�>t8t�>tt<t�sttt9t�t$u��R?_?numuqu�u�?�u�?�?�?�?�v�v@�v/@HwIwCw1@3@Bw�w�@cxvx�@_xfxfyqyAAvy�yuy�yzNAz	zPARA�A�A�A�A�z�zU{�A�AC{W{l{B{S{�AA{�B�B�|�|�|�|t}�BY}�B`}W}l}~}d}�BZ}]}�B�B�Bv}M}u}�B���C�C`�N�E�;��CH�B�I�@��A�D���jD��Dڃ�҃��D��D�D�D�F��Ӄ����̓惑E]�ՆᆴE�E�E�E�G�F�-F,F��+F����)F��F��C��F�FZ��F�F�F5�8�B�I�]�K�=��F�F-G5G`�^��~���lG�����G�G�����G�G������ʍҍ�G�Gԍɍ��6H2HPH����OH��RH��+�*��H(�)�,��H�H:�0�7�;��H
��H�H�H�� �I�I�"�I�� I���I�I�����I�I��{�����I���I�I`5�I�I��J�_�o�QJm��J�J�J'K$K%K�*KtK�K���K�K�N.4{4�P�P|4�P�P}4�P�P�P~Q~RyR�4���R�R�R�S�S�S�S�S�U�5�U�5�5�UW[6lX\6\XPXaXjXiXVX`XfX_X#YfYhY77�Z
7�Z�Z
77�Z77	7777t[v[�[�[�[�[g7 \m]f]�7d]n]��`]B_Z_n_d9l90a:a*aCaa1am9=az9u9
:d2d8d:1d:d*:d:":)dd%:':):<d$:FdGd(:&::dd#:ke�:peme�:�e�f;;;;�f;	;�f;�f;Fi�;�;�;�;�;�;�;1i�;�;>i�;|iCi�;si��Ui�;�;�iMiPiGigi6idiai�;}iDk@kqksk�kj<m<�<�k�<�k1l2l=&=�n�n3=�n�n8=�n0=(=�n'=*=�nln�n1=�n�n�n�n4=.=;=�n�n�n�n)=oq�=�=Hq�=Jqkq�=OqWqtq�=�=�=EqQqmq�;QrPrNrG>As�>.sFs�>'t�>HtSt=t�>]tVt�>tGtCtXtIt�>LtEt>t/?uub?c?zu�uv�v�v�?@C@]wdwSwXw�x�x�x�@zx}x�@�xxx�@���x�x�x�x~y�y
AAA�yAAUAzYA[AzWA�z�z�A�z�z�Ab{k{�A^{�Ay{�A�Ao{h{�B�B�|�B�B�B�|�B�}�B�}�B�}�}�}�B�}x}�}�}�}�B[C\C��C�C�C�W��Cc�j�l�DDD]�u�D_�D}�m�SD��A�O����D��DH�*�{�r�d�.�\�S��DA�Ȅ�Db���>���q��DJ�U�X��E�E�E������E����E�EFX�ψ�F�F�F�F�j����Fo�e��Fx�}����F�Fd�~��Fg�c���qG͌rGɌ�G��G���G�G8H7H9H��UHSH�����C�F�H�E�@�L��H�H����Hk�g�]�U�5�!IY�/�<���\�j�b�_�k�n�;�D�A����I���I�I�I���I���I�I�I�JU�CJy�VJSJ�J���J��J�1K0K������2K��)K.K��vK�=�]�蜥L�����P�P�P�P�4�P�P�4�4�P�P�P�4�4�4�Q555�R�R"52SQ5�S�Sa5�UVV�5V�5�U�5(VV�5VVQVVW�Xe6�Xc6xX�XsX�X�X�XwXrX�X�XY�6lY7�Z7�Z 7!7�Z&V77�Z{]�7�]88�]�]8x]R^m8�8�^�^�8�_�_v9y9r9{a�9oa�a<aBa8a3a��`aia}a�a,b(b8:Ld0:Wd|d4:::UdbdqdjdVd;d�d5:Od~ddd?:@:2:1:6:qe��;�f�f�f;�f
;�f�i�i�i�i�i�;�;�;�i�i�i�i�i�i�i�;�;���i�i�i�;�;�i?<tk�k<=�n�nB=@=ooo4o(oo>=DoBooo�nJo�q�q�=�q�qq�q~q|q�q�=�q�=>�r�>UsSsOsTsltetftatkthtvt�>`t��ttuv�?v�?�?�v�?�v�v@twwwvwuwO@xwqwT@zw[q{w�x�x�x�@�@�@�x�xA�y�yAaA)zfA*zdA-z,z`A2zcA�z�z�{�{�{
B�{B�{�{�{B�{�|�|�B�B�B�B�B�}�}���}�B�}�}�B�}�}�B�}�}�BLCAoq^C_CvCtCrC�C#�[��Ca�_���&D%D���tDJ�L��DEE����	E��ÄE�����������؄Մ
E����ڄ��6��E�E�E=�+�G�9��EE��AF���3F��:F����@FBF��F�������F�����������F���F�F��9Gg�\GuGЌ֌Ԍ�������G�G�G�������[H�����HZ��Ha�_��H�H%�{�v�|�$I��������������&I�������I�I�I�����I�I�I�I�I������Ж�IіJJY�EJd�\J]J�J��J���K5K6K9K�-K���zK����������xK��{K|K~Kę}K���Kښ������K&�LL@�L�L�L�L�L�L.M��^M�4�4�4Q�4�P�4�P
QQ�Q�Q�Q�R�R�R3S�S�5GV-VTV�5KVRV1VDVVVPV+V�5MV7VOV�X�Xi6�Xk6�X�X�Xl6�X�X�Xh6&Y�Z(7[&7�Z%7[
[�Z
[[[k788�]8�]�]�]�]�]�]�]�]Z^`8b8^^�8�_Wa\a�a�a�a�9�a�a�9da9Yaxa�9�a�a�a�9�9�a�a�9�9/b�d�d�d�d�d�dD:�d�d<:�d�d�d�d�dN:�d�d�d�f�f;�f�f;�fj�;jj�;�;j�;�ij�i"j�;�i�;j�i�;*j�;j�;�;)j�i�i,j$j�L�iRkOkSkC<�<oeouoQ=J=M=V=�oS=\o=oqoY=�ooyo�o�oN=Yoto�=�q�=�q�q�=�=�q�q�q�=�RWrUr�rKszt�>�>�>�t�t�>�>�t�t{t�>	uLP?f?�6�?�?�wW@�w^@�x�x�x�x�x�xA�y�y�ypAAznA8z:zBzrAvA>z�z�{�{BB�{BB�{B�{$BB%B�B�B�B�B�|�|�|�|�|�|�|�B�}�B�}�}�BC�B�}~~�B�}C�}�}C~�}�}�B�}�}�B�}�}x���Ce�j�f�h�k�����������yDE�E��E��E�E!E#EE��3�4��%E+E5�E�"EE�E�E}��E�E�Eq�F\����QF������F̊Ί�F���F��銴��F������ʊЊ/G^G]G��vGwG�ی~G댤��G�����G�GHH*�(�
HH��������"�+�'�����H���Hq�j��H�H����������ܒ�.I-IԒ֒0Iڒ��ے+I���뒯��I�����I�I�I�����I�IJJ
�J�������*�"��J�<K�kKʙڙ�K�K�Kޙș��K�����K�Kk�i�r�c�9L
��L���L���L�L�����"M����QQ�4+QQQ�R�RS��6gV6{V�6_VaV�5s6t6p6v6u6r6�X�X�X�X�XY[[[[)7[[*7"[y[�]8�]�]�^�8[_�8�8�a�a�a�a�a�a�a�a�9�a�a�a1bV:�d�dY:X:U:R:�d�d�dW:�d�f;;�f�f;�f�fg?;$gcjBjRj�;Cj3j�;ljWj�;Ljnj�;�;�;�;�;7j�;qjJj6j�;Sj�;Ejpj�;�;\jXkWk�<�<�<�<X=j=�ob=a=�oi=l=e=�o�o�of=�o�o�q�=�q�=�q�=�q�=�q�q�=�=�q�t�>�>�t�t�t
uu<?�u,v7v6v;v�?�vb@c@�wg@�wf@�@�@�x�x�@�xA�y�y4�SzEzyAOz}A�z�z�z,B7B�{�{0B�B�|J�|C~C	C
C'~&~yC�Cn���8D7D��!D���^D=E7E@Eo�L�EB�3E\�p�_�5EZ�K�?����E�������E�E��^�_�$���������F�F�=G;G?G_G�GG���GHH;�C�H2�1�0�`H-�<������H�H�H7�����I��IE�
�3I4I�����1�2�,�0����I•�I���I���I�I�I�����I�I��JJ��gJ���Jҗ�J�J6�1�3�<�.�:��J=��J��"�#� ���lK���K��뙈K�K�K���K�K����L#L������IL����CL��HL��GL��FL?LDL$���L�
��L�L�L�L*���L'��!�#M����ƞŞמS��4(Q'Q�Q$55S�S6�V}V�Vy6�X�Xx6+[3[)[5[1[7[6\�]8�]8�]8�a�a�a�a�a���a�9]:�dZ:^:�d\:�d[:�e�f�f!;�f�f�f�f ;2;}j�j�;�j�;�j�j�j�;�;�j�;�j�j�;�;�j�;�jH<]kI<
lu=�o�o�oo={=s=�o�o�op=�o��x=�q�=�q>�q�q�q�q>��U>V>�>qs�>�t�>�t�>�tC?A?�uEvNvDv�v�v�w�wo@�w�w�@�@�@�x�x�xAIz�A�A�A�z�z�z�{@B�{�{|||�B�B�|�|CC
C,~M~CCF�+�t���ȁ�D�DME����OE�����LEQE���E�E�L·�E͇�E�E����LJ�E@�YF?�9�]FC�WF[FVF���F�	��GG@�BG��`G����HF�O�>HiHeH=�A�f�x�]�i�t�}�n�r�s�b�H�S�_�h�8I�k��Iĕ�I������JJ��"J J��lJ����hJmJnJ�J�J�J�J�J@��JG��J�� KNKKKrKpK���K�K��K�����K�K�����K4�I���KL��͛�����L�L9��LD��L�L5��L5M��>/Q�4�4��6�V�V�V�V�V�V|6;[0717:[�]M_]_�a�9�9h:a:�d�d�d�dee:�df:j:�:�j�j�j�j�j�j�j�j�;�j�j�j�j�jX<�<pp�oppp>�qr�t�t?[vQvOv�v�wy@�w�w�w�wy�@y
yy�@
yyy�y A!A�A�zMBYB.|XB|��|$|�B�B�|�|CC]~O~f~[~G��C�C�C�.����C΁CDED�REWE̅��UE����VEXE�E���և�ڇH�J�N�M�������G8�2�G-�
G4�C)�t�aGbG��G�G��X�H%H����J����H��=�<�����=I��>I����������FIEI��ؕוJ&J'J]���ڗ�J�J�J�JT��JU�K��J?���KKK!K8�6�@�LK;�9����K�K���K��K�%LқOL›��̛˛VLTLM�c�N��LP�U��L^�&M������8Mʞ�'�&��M�V�X�X479[57��|[�[���7k\�]ee
el:m:�e);*;�f�f�j�j�j�j�j<<<<�j�j�j�<�=p,p%p�orrr	>�t�t�t�t�v�w�wyy y"Afzdzjz�AaB]BbBOB`B5|4|�B"Cl~!Cn~q~FDԁց�b�e�v�ۅօbE�`EdE���Շ��E�����F���F����
G?�C�L�eG�k�h�p�u�w�?HÎKI��˓œƓHI�ӓRI�JIQIۓ���PILIݕ�IJJ-J.J/J{JxJwJ���������J�J�JV�KKWKD��K&���!���K	�L(Lśߛ`L�fL��gLhLf�z��Ln�����v�~�m��L���iMwM������46Q�46S6B[6787D[F[~[�]�]�]�^p:�e�f�f+;<
<�j
<�j<<	<<z<=p�=6p�=r
>rrrrr>>�t�t�t�t�t?�u�@ozK|D|U|�B$C&C'C~q��C/�z�{�|�_EjEqE����lEoE��hE
������FhFg�e���i�b�Gn�Ga�Gd�M�Q��G�G��Ǝ�H�TI����VI�����'��ZI��JJ3�1J4�1������J���JKØZKM�[K/��K�K�Kɚ�KȚĚ*�8�P�*L
��������rLoLsL������������kL�L�����L�L�L�L�����MZ�dQ�V6�XI[�[q7&8�]�8�_�9es:�j�j�j<k�=�=KpMpGp�thvgv�?�@�w0y2y.y�A���z�ziBV|Q|kB)C(C�~�~�~�~_Dj�+�/�(�tE����FjF�F��u�|��G��\���dI�^IaI-�eIfI�7�6�g������h�f�Șʘǘܘ_KO���<��K;�Κ
L�S�|L.�zL�vLyL}LwL�����L�L��ĝ{�@)M��oM��Mi����VWJ[�]i8r_b�95b'eee,;-;kk<�=Tpr r�znB]|X|,C�~N�CxEF'�F���� GD�SG�GzHyHB�M�T�N�kIC�gImI<�@����J�J�JcKZ�Q��Kݚ�LL8��LE�:��L5��L�L�L�M���R66A��]u:(e<<<SpYp�=!r>ov7y�yb|^|�|{E|E=�F-������������AH�HrI_�sIhIV�a�[�Z�\�e�5JA��J�Jn�l�m�uB��\�X�ޚ�LO�Q��LS�MM�L��9��M>QT5�V�6O[k�@rzsz2CpFnF����|H��uIl�tIwI�E�7Jȗ�]��K!�L,�W��L�L]�a�e��
M*M+MDMyME��4H7b�fkk%r$rm|�BB�I�
Fx�����TG���0H��	J8J6J�J�JfK�KLl��Lo�
M�sM����;7<7`_k�=�@���|�E����đxIz��JsKa�c�ךv��M���9gp>�rJ�}���S�e�{�9J͘ݘ�K0��M�M�M�?1H�����M|�%A�~���K��Aq|ʗ�FHM��
J{���M:JP�;J������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������fOhO�O?P���PQ>R$SeS�SQ�TsUqUkU�U"V V�V�V�V�VYW�WXXXGX�XYMY�Z�Zg[W\w\�\u]�]�]�]�]e^�^�^�_�_�_%aPa�b`cdc�cd�de%z!\�fg�g�ghh^hZh,i)i-jwjzj�j�j�j
kk�k�k�klcl�mn�n�n�n|nLoHoIo�o�o�o.p-p\p�y�p�p�pqq?q9q;q=qwquqvqqq�q�q�q�q�qrYrGsHs�st;t�t�t�tsvwv�vxx=xSxTxXx�x�x�x"yMy�y�y�y�y�z7{Y{�{/|2|B|N|h|�|�|�}~�}d~@��A�c���g%gH��b��!���ބ�s�ԅ��7�E�r�J�������4�P���T����R�،������Վ������\�+�!�s��?�B������������"�#�$�g�f���Ε�;�M��B������I�Idq^�^�a��x����(UrU�U�U�U�V�V�VS���������������������������������������������������������������������������������������������������������������������������������������������������������������������������BN\N�QS�SNNGN�N�Vn\s_N�QN.N�N�N�N�N�Q�RlS�S WY,Y\�]�e�k�kl?r1N<N�N�N�N�N�N�NR	RSLS"W#WY/Y�[�[\;\t\s\^�^�^�_	bPbl6lCl?l;l�r�r�s�y���OO,O�NO�NO�NOOOO"OOO�NO�QRR�R"SSMS�ST�V�V.W*W4W<Y�Y|Y�Y{Y~YwYYV[\%\|\z\{\~\�]u^�^__t_�_�_�_\b^bdbabfbbbYb`bZbeb7e�e�e>g9g8g;g:g?g<g3glFlRl\lOlJlTlKlLlqp^r�r�r�s*uvuzQx�|���}��M�~�����������"�$� �#�VO;ObOIOSOdO>OgORO_OAOXO-O3O?OaO�Q�QRR!R�R�R	ScSrS�S�S0T7T*TTTETTT%TT=TOTAT(T$TGT�V�V�VAWEWLWIWKWRWY@Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�[�[(\*\�\�\�\�\�\�\�\�\�\�\�]
^^�^�^�^�^�^__x_v_�_�_�_�_�_�_�_�_�_�_�_�_�_�_`�_:b�b�b�b�b�b�bqb{bzbpb�b�bwb}brbtb�e�e�e�e�eEgGgYgUgLgHg]gMgZgKg�kllxlglkl�l�l�lqlolil�lml�l�l�lflslel{l�ltpzpcr�r�r�r�r�r�r�r�s�s�s�s�s:u9u�u�u�v=y4�����������������������������x�ɏ��������������0�(�/�-�3N�O|O�O}O�O�OvOtO�O�OwOLO�OjO�OyO�OxO�O�O�O�O�O�O�OkOnO�Q�Q�Q5R2R3RFR1R�R
SS<S�S�S�TT�T�T�T�TkTzT~TeTlTtTfT�ToTaT`T�TcTgTdT�V�VoWrWmWkWqWpWvW�WuW{WsWtWbWhW}WYEY�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Yb[e[�[�[D\G\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\^^^(_"_#_$_T_�_~_}_�_�_-`&``2``4`
``3```,`"`
``.````	``b=b�b�b�b�b�b�b�b�b�b�b�b�b�b�b=e�e�e	f�efff�eff
ff�eff�f
g�glg�g�gvg{g�g�g�gtg�g�gzg�g�g�g�g}g�gxgyg�g%k�k~k�kl�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l0m�l�l�l�l�l�l�l�p�p�p�p�p�p�p�p�p�p�pjr�r�r�r�r�r�r�r�r�r�r�s�s�s�s�s�s�s�s�t�t?u@u>u�u�u�v�v�v�v�v�w�w�w�w�w�wBy?y�yxz{z�zu|�|5������������� ���������������������������������‚��Â����p�o�m�n�V�ҏˏӏ͏֏Տ׏����������9�=�<�:�C��O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�ODRIR�R�R=S|S�S�S�S�S�T�T�T�T�T�T
��T�T�T�T�T�T�TpT�T�T�TrT�T�T�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�X
YSY�Y�Y�YZ�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�[L\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�]!^"^#^ ^$^�^�^�^�^�^�^_._V_�_7`9`T`r`^`E`S`G`I`[`L`@`B`_`$`D`X`f`n`BbCb�b
cc�bcc�b�bcc�b�bccc�bc�b�bAeCe�e�e6f!f2f5ff&f"f3f+f:ff4f9f.fgg�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g(k�k�k�k�k�k�k l!l(m4m-mm<m?mm
m�l3mmm:mmmmmBmmm7mmm@mm m,mm"m	mm�p�p�p�p�p�p�p�p�pArIrJrlrprsrnr�r�r�r�r�r�r�r�r�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�t�t.uGuHu�u�uyv�vwwww
w�v�v�v�w�wxxxxxxx	xxxJyLyKyEyDy�y�y�y�y�y�z~z�z{{z|x|y||�|�|}}}X�������7�؀ǀ�рȀ€Ѐŀ�ـ܀ʀՀɀπ׀�̀��!���ق�������Ղ:��ւ����������������w�t�|�s�A�N�g�j�i�Ӊ��r�����񐽐��ՐŐ��ǐːȐԑӑT�O�Q�S�J�N�PPPP"P0PP�O�O3P7P,P�O�OPP P'P5P/P1PPZQ�Q�Q�Q�Q�Q�Q�QaRZRRR^R_RURbR�RS�S&U�TUU�T�T�TU�TUU�TUU�T
U�T�T�T�TUUUWW�W2X�W�W�W�W�W�W�W�W�W�W�W�W�WYJYZZ-Z.ZZZZ
ZZ3Zl[�[�[�[\V\T\�\�\�\�\�\]�\)^(^�^�^�^�^3_0_g_]`Z`g`A`�`�`�`�`�`�`�`�`�`�`�`�`�`bFb�bcVc,cDcEc6cCc�c9cKcJc<c)cAc4cXcTcYc-cGc3cZcQc8cWc@cHcJeFe�e�e�e�eJf_fGfQfgghhIh2h3h;hKhOhh1hh5h+h-h/hNhDh4hhhh&h(h.hMh:h%h h,k/k-k1k4kmk���k�k�k�k�k�k�k%lzmcmdmvm
mam�mXmbmmmom�m�m�mm�m^mgm`m�mpm|m_m�m�m/mhm�m~m�m�mm�m{m}mum�m�p�p�p�p�p9�p�p�p�p�p�p�p�p�p�p�p�p�pBrxrwrvrs�r�r�r�r�r�rs�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�t�t�t�t!u[u_u�u�u�u�u�u�u�u�u�v�vwwwww#wwwww"w'w#x,x"x5x/x(x.x+x!x)x3x*x1xTy[yOy\ySyRyQy�y�y�y�y�y�y�y�y�y�z�z�z�z�z�z�z�z{{{{{{
{{	{{�|�|�|�|�|�|�|}}}}}}}}}}}\a^`][������>�9�����������/�%�3�-�D��Q�%�V�?�A�&��"�B�N��*��<�M��$� �7�/�)�G�E�L�S��,�K�'�H�S�R���������������������������������������������C�D�m�u�v�r���q��o���~�t�|��G�W�{�����v�x�������юӎ��������������֐�ِڐ�ߐ�ؐېאܐ�P�N�O�Ց�ڑ\�_����ߚ/�NpPjPaP^P`PSPKP]PrPHPMPAP[PJPbPPEP_PiPkPcPdPFP@PnPsPWPQP�QkRmRlRnR�R�R-S�SuUvU<UMUPU4U*UQUbU6U5U0URUEUU2UeUNU9UHU-U;U@UKU
WW�WX�W�W�W�WX�W�WX�WX�W�WX�W�W�W�W�W�WX�WX�WXX�W�W�W
XX\Y`ZXZUZgZ^Z8Z5ZmZPZ_ZeZlZSZdZWZCZ]ZRZDZ[ZHZ�Z>ZMZ9ZLZpZiZGZQZVZBZ\Zr[n[�[�[Y\]]]] ]](]
]&]%]]0]]#]].]>^4^�^�^�^�^�^6_8_�_�_�_�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`2cec�c�c}c�c�c�c�c�c�c�coc�c�cnc�cuc�cmc�c|c�c;c�cxc�c�c�c�cpcSe�eefaf[fYf\fbfgyh�h�h�hmhnh�h�hVioh�h�h�huhth�h�hwh�h|hkhrh�h�hqh~h�h�h�h�h�h�hxh{h�h�h�h}h6k3k7k8k�k�k�k�k�k*l�m�m�m�mtn�m�m�m�m�m�mn�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�p
q�pq�pq�pq�pq�p�pqqq�p�pqqq~r{r|rrsssss
ss�rss�s�s�s�stt�stt�s�s�stt�stducu�u�u�u�u�u�u�u�v�v�v9w/w-w1w2w4w3w=w%w;w5wHxRxIxMxJxLx&xExPxdygyiyjycykyay�y�y�y�y�y�z�z�z5{;{4{%{0{"{${3{{*{{1{+{-{/{2{8{{#{�|�|�|�|5}=}8}6}:}E},})}A}G}>}?}J};}(}c���������������G�C�H��%���-��,��!��'��"��8�3�:�4�2�t���������z�s���t���������u�����}�������������~������������������v�Y�V�����†��ņ����Ȇ������̆������Æ����R�����������������������������������������։ىՉ0�'�,��9�;�\�]�}���}�{�y���������؎ގݎ܎׎��$�����!�������Ԑ���V�X�Z�S�U������������z�����|�m�k�q�o���j��嘗��P�P�P�P�P�P�P�P�P�PhP�P�P�P�P_Q�QSS�S�S�U�U�U�UwUEV�U�U�U�U�U�U�U�U�U}U�U�UU�U�U�UW)X7XXX'X#X(X�WHX%XXX3X?X6X.X9X8X-X,X;XaY�Z�Z�ZzZ�Z�ZxZ�Z|Z�Z�Z�Z�Z7Z�Z�Z�Z�Z�Z�Z{Z}Z�Z�Z�Z�Z�Z�[�[�[�[�[�[�[\0\7]C]k]A]K]?]5]Q]N]U]3]:]R]=]1]Y]B]9]I]8]<]2]6]@]E]D^A^X_�_�_�_�`�`�`�`�`�`a�`
aaa�`a�`�`�`�`aaaa�`aaJb�c�c�c�c�c�c�c�c�d�c�c�c�c�c�c�cad�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c2egejede\eheee�e�e�e�e�e�e|flf{f�fqfyfjfrfgi�hi�h*i�h�h�hi�h�h�h�h�hii�h�hi�hipi�hi�h�hi�h�h�h�h�hi
ii�h�h�h�h�h�h�hi�h�hi%i�h9k;k?k<k�k�k�k�k�k�k�k�k0l�mFnGnnIn�n<n=nEnbn+n?nAn]nsnn3nKn@nQn;nn.n^nhn\nan1n(n`nqnkn9n"n0nSnen'nxndnwnUnynRnfn5n6nZn qq/q�p.q1q#q%q"q2qq(q:qqKrZr�r�r�r�r�rss0s"s1s3s's2s-s&s#s5ss.t,t0t+ttt!t-t1t$t#tt)t t2t�t/uoulu�u�u�u�u�u�u�u�u�v�v�vFwGwDwMwEwJwNwKwLw�w�w`xdxex\xmxqxjxnxpxixhx^xbxtysyrypyz
zzzz�z�z�zJ{G{D{H{L{N{@{X{E{�|�|�|�|X}o}c}S}V}g}j}O}m}\}k}R}T}i}Q}_}N}>?ef����Q�O�P���ԀC�J�R�O�G�=�M�:���������<�=�?�u�;�σ��#�����������ƃȃ�ヿ��݃�؃���˃΃փ��Ƀ	��ރ��ƒ�Ճ��ǃу����Ã��ă��׃��ۃ��؆��ӆ�چ�݆�܆��׆�цH�V�U���׈�������������������Ɉ������݉ډۉN�M�9�Y�@�W�X�D�E�R�H�Q�J�L�O�_���������������������؍Ӎ͍Ǎ֍܍ύՍٍȍ׍ō������������������-�4�/��,����������������a�d�_�b�`��
�%���&�����������'���$�����{���������~���������–ȖÖ��l�p�n��������N�N�N�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�QzRxR{R|R�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�UWSXhXdXOXMXIXoXUXNX]XYXeX[X=XcXqX�X�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�[�[�[\3\q]c]J]e]r]l]^]h]g]b]�]O^N^J^M^K^�^�^�^�^�^@_�_�_�`IaJa+aEa6a2a.aFa/aOa)a@a bh�#b%b$b�c�c�cdd	d d$d3dCdddd9d7d"d#dd&d0d(dAd5d/d
dd@d%d'dd�cd.d!ddoe�e�e�f�f�f�f�f�f�f�fxf gfi_i8iNibiqi?iEiji9iBiWiYiziHiIi5ili3i=iei�hxi4iii@ioiDiviXiAitiLi;iKi7i\iOiQi2iRi/i{i<iFkEkCkBkHkAk�k�k�k�k�k�k�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�nGqTqRqcq`qAq]qbqrqxqjqaqBqXqCqKqpq_qPqSqDqMqZqOr�r�r�r�r�r<sBs;s:s@sJsIsDtJtKtRtQtWt@tOtPtNtBtFtMtTt�t�t�t�tuyuwu�i�uvv�u�u�u�u�uv�u�u�u�u�u�v�v�vUw_w`wRwVwZwiwgwTwYwmw�w�x�x�x�x�x�x�x�x�x�xyx�x�x�x{x|y�y}yyyzzzzzz"zzzz�z�z�z�zf{d{m{t{i{r{e{s{q{p{a{x{v{c{�|�|�|�}�}�}�}}�}z}�}{}�}|}�}�}�}}}�}mkghl�����!�d�`�w�\�i�[�b�r�!g^�v�g�o�D�a��I�D�@�B�E��?�V�v�y�����e�Q�@���g�0�M�}�Z�Y�t�s�]��^�7�:�4�z�C�x�2�E�)�كK�/�B�-�_�p�9�N�L�R�o�ń��;�G�6�3�h�~�D�+�`�T�n�P��������ֆ��M����	����
��ֈˈ͈Έވۈڈ̈Ј����߉�����܉�v����a�?�w�����u�����t�z�<�K�J�e�d�f�������̌h�i������������������������Ѝ�����������������R�?�D�I�=��
�������n�o�H�R�0�:�f�3�e�^���.�J�F�m�l�O�`�g�o�6�a�p�1�T�c�P�r�N�S�L�V�2�������������������������s�w�x�r��
��������������������[���眀����P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�Q�R�R�R�R0S�S'VVVV�UVVVVV�UVV�U�U�X|X�X�X�X�XXtX�XzX�X�X�XvX�X�X{X�X�X�XkY�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Zw[�[�[c\�]�]}]�]z]�]w]�]�]�]~]|]�]y]]X^Y^S^�^�^�^�^�^�^�^�^�^D_C_o_�_,a(aAa^aqasaRaSarala�ataTaza[aea;ajaaaVa)b'b+b+dMd[d]dtdvdrdsd}dudfd�dNd�d^d\dKdSd`dPdd?dldkdYdedwdse�e�f�f�fgg"g�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�iJkMkKk�k�k�k�k�k�k�n�n�no%o�n7o�n.o	oNooo'oo;oo�n
o6oso�n�n-o@o0o<o5o�nooCoo�n�n9oo�n:oo
ooo!o�q�q�q�q�q�q�q{q�q�q�qDrSr�r�r�rCsMsQsLsbtstqtutrtgtntuuu}u�uvvvvv
vv�v�w|w�w�wnw�wow~w�w�x�x�x�x�x~x�x�x�x�x�x�x�x�y�y�y�y�y�y�y�y�y�y�y+zJz0z/z(z&z�z�z�z�z�{�{�{�{�{�{�{�{�{�{�{�{�R�{�{�{�|�|�|�|�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}s����$�]�\��������������������������΄„������������̈́������Є����������DŽ̄��������ք����τ��ׄԄ҄ۄ����a�3�#�(�k�@�.��!���C�,�A�>�F� �2�*�-�<��:�1�5�B�&�'�8�$��0�����������������눝���������艫�����������=�h�i�Ռό׌��	����
���
������������
�#�� �"����$�!��z�r�y�s�����v���z���������������y�������������}���������������~���������-�������X�}�z�~�������{������Η͗������������Ù������™��Ǚ����>�?�`�a�_������PQ0Q�PQQ�P�PQQ�P
Q�R�R�R�RHVBVLV5VAVJVIVFVXVZV@V3V=V,V>V8V*V:VW�X�X�X�X�X�X�X�X�X�X�Z�Z�Z�Z�Z[�Z[�Z[[[[g\�]�]�]�]�]�]�]�]�]�]�]�]i^]^`^\^�}�^�^�^I_�_�a�aya�a�a�a�a�a�a�a�a�a�a�a�a�afa�a-bndpd�d�d�d�d�d�d�d�d�d�d�dhd�d�dvezeye{e�e�e�f�f�f�f�f�f�fjjj�i�ij�i�i j�i�i�ijj�i'j�i�ij�i�i@jj�i�i
j�i�i	jjj%jj�i&jj�ijQk�k�k�k�kll�klAo&o~o�o�o�o�o�o�oboOo�oZo�ovolo�oUoroRoPoWo�o�o]ooaoko}ogo�oSo�oioo�ocowojo{o�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�r�rXsRs^s_s`s]s[sasZsYsbs�t�t�t�t�t}t�t�t|tytuu~u%vvvvv#vv(vv�v�v�v�v�w�w�w�w�x�x�x�x�x�x�x�x�x�x�x�y�y�y�y�y�yvk9z�z�z�z�{�{�{�{�{�{�{�{�{�|�|�|�|�}�}�}�}�}�}~�}�}�}�}�}�}�}v���������d�g����������������O�S�R�P�N�Q�$�;���)��	�
��
�'����+������*�������������(��.�������1�&������� �0���/�b�V�c�d�w��s�X�T�[�R�a�Z�Q�^�m�j�P�N�_�]�o�l�z�n�\�e�O�{�u�b�g�i�Z������������	����������ϊƊ��ӊъԊՊ��׊����Ŋ؊Ê����ي>�M����ߌٌ�ڌ݌猠������� �#�%�$�.������&�'��������,�$��� �#���s�p�o�g�k�/�+�)�*�2�&�.���������������ВÒĒ��ْ��ϒ�ߒؒ�גݒ̒�’�ʒȒΒ�͒Ւɒ�ޒ�ђӒ���%�ƒ��|�������������Ӗ���Z�������Зϗ��&�)�(� ��'�����������ܙ͙ϙәԙΙəؙ֙˙י̙�������F�C�g�t�q�f�v�u�p�h�d�l����������������������Ӟ��QQQQQ�Q4S�SpV`VnVsVfVcVmVrV^VwVWW�X�X�X�X�X�X�X�X[[[![[[[[([[ [[�[�]�]�]�]�]�]�]�]�]�]�]�]�]g^h^f^o^�^�^�^�^�^K_�_�_�a�a�a�a�a�a�a�a�a�a�a�a�d�d�d�d�d�d�d�d�d�d�d3ee|e�e�f�f�f�f�f�f�f�f�f�f#g4jfjIjgj2jhj>j]jmjvj[jQj(jZj;j?jAjjjdjPjOjTjojij`j<j^jVjUjMjNjFjUkTkVk�k�k�k�k�klll�o�o�o�o�o�o�o^o�o�o�o�o�op�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�r�risfsgslsesksjst�t�t�t�t�t�tu�u/v-v1v=v3v<v5v2v0v�v�v�w�w�w�w�w�w�w�w�w�w�x�x�x�x�x�x�x�x�x�x�x�x�yDzHzGz�z�z�z�z�z�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�|�|�|�|�|~!~~~~ ~~~~~~"~~~~
~~%~$~C{|z��*�)�l��������������������������U�V�W�V�E�k�M�S�a�X�@�F�d�A�b�D�Q�G�c�>�[�q�N�n�u�U�g�`���f�]�T�e�l�c�e�d���������������������y������������������������&�0�-�.�'�1�"�)�#�/�,�������݊��ߊ�Ȋފ�����������������l�n�����3�>�8�@�E�6�<�=�A�0�?���6�.�5�2�9�7�4�v�y�{�����3�5�6�����������'������z�8�<��#���F�-��
�˒��������4��$���)�9�5�*������	�������͕����������������Ԗ����������5�/�2�$��'�)�����������癹���������������3�������|�~�{���������z���}���%�� ���)���"��������������՞֞���=�&Q%Q"Q$Q Q)Q�R�V�V�V�V�V�V~V�VV�V�X�X�X�X-[%[2[#[,['[&[/[.[{[�[�[�]l^j^�_�a�a�a�a�a�a�a�a�a�d�d�d�d�d�d�e�e�e�e�f�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�jj�j�j�j�j�j[k�k	l�o�o�o�o�o�o�o�o�o�o�o�o�o�o�q�q�q�q�q�q�qssnsos�t�t�t�t�t�t�t�t�tuuuu�uCvHvIvGv�v�v�w�w�w�w�w�w�w�w�w�x�xy�x�x�x�xy�x�xy�y�y\z[zVzXzTzZz�z�z�z||�{|�{�{|�{|�{|	|||�{�{|�{�{|
|�|-~<~B~3~H�8~*~I~@~G~)~L~0~;~6~D~:~E~}��,���ā́ʁŁǁ���[�Z�\�����������������{�������w�|�����z�x�W�����������������������y�v�������h�������Ň������������ɇLJ̇����ćʇ����������އ��5�3�<�>�A�R�7�B���������������"�����
������O�p�r�q�o�������o�N�M�S�P�L�G�C�@���~�8�����������������������d�V�G�|�X�\�v�I�P�Q�`�m���L�j�y�W�U�R�O�q�w�{�a�^�c�g�N�Y�Ǖ��ɕÕŕ�������� ���������������՗ԗ�A�D�J�I�E�C�%�+�,�*�3�2�/�-�1�0�����������������������������������H�������������������������3�A�g�6�.�/�1�8�0�E�B�C�>�7�@�=��-���������Ȟڞ����$�#�"�T���1Q-Q.Q�V�V�V�V�V�VpY<[i\j\�]m^n^�a�a�a�a�a�a�a�a�a�a�de�d�dee�d�e�e�f�f�f�j�j�j�j�j�j�j�j�j�j�j^k�klpp
ppppp�op�o&p�o�o
pr�q�qr�qvs�t�t�t�t�t�t�t�tuu\vdvYvPvSvWvZv�v�v�v�w�wyyy	yyyy�y�y_z|)|| ||-||&|(|"|%|0|\~P~V~c~X~b~_~Q~`~W~S~����u�сҁЁ_�^���ƅ��Ņ������Džą��˅΅ȅŅ����҅$�������i����ۇ���߇��ԇ܇Ӈ�؇�ׇه���݇S�K�O�L�F�P�Q�I�*�'�#�3�0�5�G�/�<�>�1�%�7�&�6�.�$�;�=�:�B�u������������\�b�`�W�V�^�e�g�[�Z�a�]�i�T�F�G�H�K�(�:�;�>�������������������������������������������������������������ҕӕѕ��זږ�]ߖؖݖ#�"�%�����������������חٗ֗ؗ��P�Q�R���A�<�:���	�
���
������ܚ���)�5�J�L�K�ǛƛÛ��������ӛ��ě����\�S�O�J�[�K�Y�V�L�W�R�T�_�X�Z�����ߞ���%�+�*�)�(�L�U�4Q5Q�R�R�S�V�V�V�V�V�V�X�X�XY=[>[?[�]p^�_�aee
e	eee�e�e�e�f�j�j�j�j�j�j�j�j�j�j�j�j�j`k�klp'p pp+p!p"p#p)pp$ppr
rrrr�r�r�r�r�r�t�t�t�tu`v�w�w�w�wyy!yyyy�ygzhz3|<|9|,|;|�|�|v~u~x~p~w~o~z~r~t~h~KJ�����x�ׁՁ�d�a�c����م��څׅ��؅߅�܅х���ޅ���������	���������
��b�Z�[�W�a�\�X�]�Y���������P�H�J�@�S�V�T�K�U�Q�B�R�W�C�w�v�����	���������m�x�s�j�o�{�ŽR�Q�O�P�S���@�?�����ޓǓϓ“ړГ���̓ٓ���ʓԓ��ՓēΓ��ғ���}�ڕە�)�+�,�(�&�������ݗޗߗ\�Y�]�W���������H�G�C�������%��$��"� �'�#����š�
���7����ޛ����ԛכ�ܛٛ�՛�ڛw���������q���x�������}�k�t�u�p�i���s�{���o�y����h���������-�@�A�M�V�W�X�7S�V�V�V�XE[�]�]�^�^�_�_�aeeee�e�f�f�f�j�j�j�j�j�j�j�j<p5p/p7p4p1pBp8p?p:p9p*p@p;p3pAprr�r}s|s�t�v�v�v�v�w�w�w�w�w%y#y'y(y$y)y�ynzlzmz�zI|H|J|G|E|�|{~~~�~�~��y�ہفh�i�"�����������	�����������c�f�����`�j�]�h�c�e�g�m���������Y�V�W�U�X�Z���C�A������������� �������(��
������������	���<�
����������ޕ�ߕ.�/���������`�b�c�_���˜P�N�Y�L�K�S�2�4�1�,�*�6�)�.�8�-�ǚʚƚ�����������@������	�����������������������������������������������������������0�.�[�`�^�]�Y���:Q9Q�R�R�V�V�VH[G[�]�]�^�aek�jk�jkCpDpJpHpIpEpFprrr~sujv�w-y1y/yT|S|�|�~�~�~�~�~�~M�0�݁�*�&��#���'�.�!� �)��%�)��� �$��+�J�m�i�n�k���y�x�E�z�{���������^�[�]�F�D�E���?�;�6�)�=�0�9�*�7�,�@�1����5�:����d�ɘƘ��X�V�9�=�F�D�B�A�:�?�͚����:�R�+���,�#�(�)�$�!���������ǝʝϝ��ŝÝ����Ν������ȝ����̝��͝��z���������1�N�e�d����N�V�V�VqYK[L[�]�]�^!e e&e"ekk	k
lUpVpWpRprr�rs�t�t�t�tmv�v5y�ypzqzW|\|Y|[|Z|�|�|�~O�ށk�4�5�3�,�2�6�,�(�&�*�%�q�������~�������������������������`�b�G�L�P�J�K�O�G�E�H�I�F�?��j�i�˘T�[�N�S�T�L�O�H�J�I�R�P�К�+�;�V�U�F�H�?�D�9�3�A�<�7�4�2�=�6�۝ҝޝڝ˝Нܝѝߝ�ٝ؝֝��՝ݝ���5�3�2�B�k�����=Q�R�X�XrYM[�]/�O_bbb)e%e�e�fkkk�k[pZp"r�s�s�spv�wg|f|�~l�:�@�9�<�1�;�>�0�2�.�3�v�t�s�����������E����d�c���b�U�]�W�^�ėŗ�V�Y��� �R�X�P�J�M�K�U�Y�L�N����������������������žО����8�7�6�C�O�q�p�n�o��V�VN[m\-e�f�fk_pap]p`p#r�t�t�w8y�y�yj|�~�m�C�8�7�5�K�����������������‘k�h�i��F�C�G�Ǘ�^�՚Y�c�g�f�b�^�`����������	���������F�t�u�v��V.e�ekkkkbp&r�r�w�w9yi|k|�|�~�~�~�~��F�G�H�y�z�|�{�������������n�m�o�q�s�I�r�_�h�n�m��
���������	�G�x�{�z�y�Wfpo|<�����Ñt�x�v�u�`�.�t�s�q�u�����
���hpep�|j�>�=�?�������ɎK�s�t�̘a���d�f�g�$���H�bk'rL���������i�h��K�����y���uvk�z��ipjp)r��~�I�����������������������������������������������������������������������������������������������������������������������0�00��0����0�& % P�Q�R��T�U�V�W�1� 2� ���������	�5�6�[�]�7�8�009�:�00;�<�
00=�>�0	0?�@�0
0A�B�00C�D�Y�Z�[�\�]�^�    002 5 ��
�; �0�%�%�%�%�%&&�%�%�%�%�%�%�2!> ��?���I�J�M�N�K�L�_�`�a��
����"���f"g"`""R"a"b�c�d�f�e�<")"*"�" ""�"�3�3+"."5"4"@&B&A&	&�!�!�!�!�!�!�!�! \��<�"h���0��� �!	!i�j�k��3�3�3�3�3�3�3�3�3�YQ[Q^Q]QaQcQ�U�t�|�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%<%4%,%$%%�%%%�%%%%%m%n%p%o%P%^%j%a%�%�%�%�%q%r%s%����������������������������������������������������������������������������������������������������������`!a!b!c!d!e!f!g!h!i!!0"0#0$0%0&0'0(0)0��DS��!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�������������������������������������������������1111	1
111
1111111111111111111 1!1"1#1$1%1&1'1(1)1���������������������������������`$a$b$c$d$e$f$g$h$i$t$u$v$w$x$y$z${$|$}$p!q!r!s!t!u!v!w!x!y!�����������������������������������������������������������������������������������������������������������������������������������������������N�������������Q���������R��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$$$$$$$$$	$
$$$
$$$$$$$$$$$$$$$$$$$!$����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������NYNNNCN]N�N�N�N?QeQkQ�QRR�RSAS\S�S	NNN
N+N8N�QENHN_N^N�N�N@QR�RCS�S�SW�XY'YsYP[Q[S[�[\"\8\q\�]�]�]�]�]�]r^�^__MbNN
N-N0N9NKN9\�N�N�N�N�N�N�N�N�N�N�N�N�N�N�NCQAQgQmQnQlQ�Q�QRRR�R�R�RS9SHSGSES^S�S�S�S�S�X)Y+Y*Y-YT[\$\:\o\�]{^�^__�_b6bKbNb/e�e�e�e�e�e�fg(g kbkyk�k�k�kl4lkp*r6r;rGrYr[r�r�sNNNNN;NMNONNN�N�N�N�N�N�N�N�N�N�NEQDQ�Q�Q�Q�Q�Q�Q
R�R�RSSSS�NJSISaS`SoSnS�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�V�VY.Y1YtYvYU[�[<\�]�]�]^^s^|^___�_
bSbTbRbQb�e�e.g,g*g+g-gck�kll8lAl@l>l�r�s�s�t�tuu(u)u0u1u2u3u�u}v�v�v�v�w�w�w:y�ytz�zNNRNSNiN�N�N�N�N�N	OO
OO
OOOO�N�N�N�N�N�NOOIQGQFQHQhQqQ�Q�QRRRRR�RS!S SpSqS	TTT
TTTTTT
TTTTTT�V�V�V3W0W(W-W,W/W)WYY7Y8Y�YxY�Y}YyY�Y�YW[X[�[�[�[�[�[\y\�]^v^t^__�_�_bb
bbcb[bXb6e�e�e�e�e�f�f	g=g4g1g5g!kdk{kl]lWlYl_l`lPlUlal[lMlNlpp_r]r~v�zs|�|6������3��������������n�r�~�k�@�L�c��!�2N�NMOOOGOWO^O4O[OUO0OPOQO=O:O8OCOTO<OFOcO\O`O/ONO6OYO]OHOZOLQKQMQuQ�Q�Q%R$R)R*R(R�R�R�R�R#SsSuST-TT>T&TNT'TFTCT3THTBTT)TJT9T;T8T.T5T6T T<T@T1T+TT,T�V�V�V�VJWQW@WMWGWNW>WPWOW;W�X>Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y][\[Z[[[�[�[�[,\@\A\?\>\�\�\�\�\�]^�^�^�^�^__d_b_w_y_�_�_�_�_�_�_�_�_bb�b�b�b�bvb�bmb�b|b~bybsb�bob�bnb�b�b�b�b9e;e8e�e�f_gNgOgPgQg\gVg^gIgFg`gSgWgek�kBl^l�l�l�l�l�l�ljlzl�lpl�lhl�l�l}l�lrl~ltl�lvl�l�l�l�lvp|p}pxpbrar`r�r�r�s,u+u7u8u�v�v�w�y�y�yvz�|U��������������o���������҉�7�F�U���d�p�����ʎ����Əŏď�]����������I�Ƒ̑2�.�1�*�,�&NVNsN�N�N�N�N�NoO�O�OsOOlO�O�O�O�OpOuO�OiO{O�O~O�O�OzOTQRQUQiQwQvQxQ�Q�Q;R8R7R:R0R.R6RAR�R�RRSTSSSQSfSwSxSyS�S�S�SsTuT�TxT�T�T{TwT�T�T�T|T�TqTvT�T�TbThT�T}T�T�V�WwWjWiWaWfWdW|WYIYGYHYDYTY�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y_[d[c[�[�[�[�[�[�[\H\E\F\�\�\�\�\�\�\�\^^^^^^x^�^�^�^�^�^�^&_'_)_�_�__|_�_�_�_�_�_``/`5``*``!`'`)`+``bb?b>b@bb�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b>e�e�e�efffffffff
ff
ggmg�g�gqg�gsgwg�g�g�gogpgg�g~g�gug�g�g|gjgrg#kfkgkkll�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�p�p�p�p�p,r-r8rHrgrir�r�r�r�r�r�s�s�s�s�s=u�u�u�u�v�v�v�v�w�w>y@yAy�y�yzzyz�z�|T�������������������������
���������������������������������N�q�Rh�ˎΏԏя��������Ǒёw����@�?�;�D�B����R�^��N�N�N�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�OWQ�Q�Q�QNRCRJRMRLRKRGR�R�R�R�R
SWS{S�S�S�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�V�W�W�W�W�W�W�W�WUYQYOYNYPY�Y�Y�Y�Y�YZ�Y�Y�Y�YZ�Yi[�[�[�[�[�[\N\O\M\K\�\�\�]^%^^}^�^�^�^_-_e_�_�_�_�_�_�_�_`` `%``(`M`p`h`b`F`C`l`k`j`d`Ab�bc	c�b�bc�b�bc�b�b�b�b�b�bcc?eEe�e�e�e%f-f f'f/ff(f1f$f�f�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�gjk�k�k�k�k�kl�lm2m*mAm%mm1mmm;m=m>m6mm�l9m'm8m)m.m5mm+m�p�p�p�p�p�p�p�p�p0rrrortr�r�r�r�s�s�s�s�s�s�su-uOuLuNuKu�u�u�u�u�uxv�v�v�v�v�v�v�vw�v�v	ww�v�vw�wxxx
xFyIyHyGy�y�y�y�y�yz�z�z�z}|}}}	}}}}8���
��6�ր�ڀÀĀ̀�ۀ΀ހ�݀�"�����ۂ����	�҂ׂ��܂Ԃтނӂ߂��P�y�{�z�M�k���ԉ�������t�s���͎̎���������ʐΐ��ÐK�J�͑��P�K�L�M�b�i�˗�����ۘߘ����XN�NP
P#P�O&P%P�O)PPP<PPPPP�OPP(P�O!PPPP�O�O-P*P�O+P	P|Q�Q�Q�Q�Q�Q�Q�QVR\RTR[R]R*SS�S�S�S�TUU7U�T�T�TU�TU�T�T�T	U�T�T�T'UU�TUWW�W�W�W�W	XYWYXYZYZZZZZZ�Y Z#Z)Z%ZZ	Zk[X\�[�[�[�[�[�[�[�[\Q\U\P\�\�\�\�\�\�\�\]�\�]-^+^�^�^�^1_�_�_�_Y`c`e`P`U`m`i`o`�`�`�`�`�`�`�`�`Gb�bc�bNc>c/cUcBcFcOcIc:cPc=c*c+c(cMcLcHeIe�e�e�eBfIfOfCfRfLfEfAf�fggg!h8hHhFhSh9hBhTh)h�hhLhQh=h�gPh@h<hCh*hEhhhAh�k�k�k#l'l(l&l$l�ljm�m�m�mfmxmwmYm�mlm�mnmZmtmim�m�mym�mem�m�p�p�p�p�p�p9ryr�r�r�r�r�r�s�s	t�s�s�s�sTu]u\uZuYu�u�u�u�u�u�u�u�u�u�u�v�v�v�v�v)ww w(w�w0x'x8xx4x7x%x-x xx2xUyPy`y_yVy^y]yWyZy�y�y�y�y�y�y�y�z�z�z{{�|!}}}
} }"}}}}}}
}}}:_���������=�?��������������
��������*�+�(�,���+�R�T�J�8�P�I�5�4�O�2�9�6��@�1�(�C�T�����������������p�w�����}�y������
������H�z�y�����w���ҎԎώ�������������������ݐ�R�M�L�ؑݑבّܑ��b�c�a�[�]�d�X�^���☬���ؚ%�2�<�~NzP}P\PGPCPLPZPIPePvPNPUPuPtPwPOPPoPmP\Q�Q�QjRoR�R�R�R�RSSS?S@S>S�S�fFUjUfUDU^UaUCUJU1UVUOUUU/UdU8U.U\U,UcU3UAUWUWW	W�WX
XX�W�W�WX5X�W�W YbY6ZAZIZfZjZ@Z<ZbZZZFZJZp[�[�[�[�[�[�[	\\\`\\\]\]]]]]"]])]]]$]']]�]8^6^3^7^�^�^�^�^�^5_7_W_l_i_k_�_�_�_�_�_�_�_`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`bbHb�c�crc�c�c�cwcgc�c�cqc�c�c�c�ckc�c�c�c�c�c�c�c�c�c{cichczc]eVeQeYeWe_UOeXeUeTe�e�e�e�e�e�e�e]fZfdfhfff^f�f�Rg�h�h�h�h�hhvh�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h2k�k�k�k+l�m�m�m�m�m�m�m�m�m�mn�m�m�m�m�m�m�m�m�m�m�m�mn�m�m�m�m�m�m�m�m�m�m�m�m�m�m�p	q
q�p�p=r}r�rsssss�st
ttt�s
t�t�t�tu"ueufubupu�u�u�u�u�u�u�v�v�v�v7w>w<w6w8w:wkxCxNxeyhymy�y�z�z {({{,{&{{{.{�|�|�|F}C}q}.}9}<}@}0}3}D}/}B}2}1}=������J�F�/��#�+�)�0�$��5�7�6�9�������x�������������������w�{�|�����U�j_dž����Ć��Ɔˆ����ɆS�������������������*��#�%�1�-���"�I�Z�������������g�f�����ێߎ�
���#������ ��"�������W�Α������鑉�j�u�s�x�p�t�v�w�l������z�z��Z��u�������P�P�P�P�P�P�P�P�Pg�QrRtRuRiR�R�R�RZS�S{U�U�U|U�U�U�U�U�U�U�U�U�U�U�U�U�U>U�U�U�U�U�U~U�U�U�U
W/X*X4X$X0X1X!XX X�X�X`YwZ�ZZ�Z�Z�Zs[q[�[�[�[�[
\\1\L]P]4]G]�]E^=^@^C^~^�^�^�^�^<_m_�_�_�_�`�`�`�`�`a#a�`a�`�`�`ha�`a�`	aaabIb�c�c�c�c�c�c�c�c�c�c�c�c�c�c�cvc�c�c�cRd�c�c^efebece�e�e�enfpftfvfof�fzf~fwf�f�fgg�h�h�h�h�hi�h�h�h�h�h�h�h�h�h�h
iii�h�hni�h>k:k=k�k�k�k�k.l/l,l/n8nTn!n2ngnJn n%n#nn[nXn$nVnnn-n&non4nMn:n,nCnn>n�n�nnNncnDnrnin_nqq&q0q!q6qnqqLr�r�r6s%s4s)s:t*t3t"t%t5t6t4t/tt&t(t%u&ukuju�u�u�u�u�u�u�u{v|v�v�v�v�vOw�w]xlxox
zzzzz�z�z�z�z�zI{V{F{P{R{T{M{K{O{Q{�|�|^}P}h}U}+}n}r}a}f}b}p}s}�U���R���U�T�K�Q�N�9�F�>�L�S�t�������
��������W�
���̃���ʃ8���܃�ԃ߃[�߆ن�Ԇۆ�ІކW���ˆ������;�`�U�^�<�A�T�[�P�F�4�:�6�V�a���������������������������������΍ݍˍڍэ̍ۍƍ��������.�5�1�8�2�6����	���c�e�ϑ��#�	��
������������������������}�������r�����ŖĖƖǖ��̗��������혮���Þ͞ў�N�P�P�P�P�P�P�P�P�P�P�PRwR}R�R�R�R�R�R/S�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�UWW^XQXXXWXZXTXkXLXmXJXbXRXKXgY�Z�Z�Z�Z�Z�Z�Z�Z�Zi]o]L^y^�^�^_Y_�_�_aaHaa�`a�`aaNaLaDaMa>a4a'a
aa7a!b"bd>dd*d-d=d,dddd
d6ddddle�e�e�f�f�f�f�f�f�f�fg�imiZiwi`iTiui0i�iJihiki^iSiyi�i]ici[iGkrk�k�k�k�k�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�nNqYqiqdqIqgq\qlqfqLqeq^qFqhqVq:rRr7sEs?s>sotZtUt_t^tAt?tYt[t\tvuxuv�uv�u�u�u�u�u�u�v�v[wkwfw^wcwywjwlw\wewhwbw�w�x�x�x�x�x�x|x�x�xxzyy�y,��yzz zzzz�z�zw{�{`{n{g{�|�|�|�}y}�}�}�}[}nijr���V�X�����q�p�x�e�n�s�k�y�z�f��G���w�=�1�u�f�k�I�l�[�<�5�a�c�i�m�F�^�\�_��������������
�Y�߈Ԉو܈؈݈�ʈՈ҈���k�r�s�f�i�p���|�c���q���m�b�n�l�y�{�>�h�b�����ʌnjȌČ��̌Ō�ߍ�����捲��	���
�����K�J�S�B�T�<�U�P�G�O�N�M�Q�>�A���l�j�i�ɑ7�W�8�=�@�>�[�K�d�Q�4�I�M�E�9�?�Z���������͖˖ɖʖ��������V�t�v����
���������������霂��� ��P�P�P�P�P�P�P�P�P�P�P�PbQ�Q�R�R1S�S�UVVV�UVV	V
VV�UVVVV�UWWuX~X�X�X�XyX�X}X�X%Y"Y$YjYiY�Z�Z�Z�Z�Z�Z�Zu[�[�[�[�[�[�[�[�[�[
\b\�]�][^c^U^W^T^�^�^
_F_p_�_Ga?aKawabaca_aZaXaua*b�dXdTd�dxd_dzdQdgd4dmd{dre�e�e�e�f�f�f�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�iIkLk3l3oo�no�n)o>o o,ooo"o�n�no1o8o2o#oo+o/o�o*o�no�n�n�n�q�q}q�q�q�q>r�r�rDsPsdtctjtptmtu�u'v
vv	vv�v�v�w}wwaw�x�x�x�x�x�x�y�y�y.z1z�z�z�z�z�{�{�{u{�{�{�{�{�{�{�{�|�|�|�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}p���^�Z���P�����������������K�Ʉ��ƄĄ��������˄����ӄ����фʄ?��;�"�%�4��U�7�)���������������������������������������j�����ӌьҌk�������������`�X�\�c�Y�^�b�]�[����u�x�w�t�x�����������{�������|���������������������̖Җ�|��������������	��������A�B��󜼞;�J�QQ�P�P�PQQ	QQ�Q�R�R�R�R�R�R�S.V;V9V2V?V4V)VSVNVWVtV6V/V0V�X�X�X�X�X�X�X�XmY	[�Z[�Z[[�[�[�[�[d\e\�]�]b^_^a^�^�^�^�^�^�^H_q_�_�_vagana]aUa�a|apaka~a�a�a�a�a�a�a�a�a�a.bidodyd�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�duewexe�f�f�f�f#jj�ijjj�i!jj
j�ijj�ijPkNk�k�k�k?o|o�oQofoTo�omo[oxono�ozopodo�oXo�noo`o_o�q�q�q�qVr�rNsWsit�t�t~t�tu v)vv$v&v!v"v�v�v�v�w�w�w�w�w�x�x�x�x�x�x�x�x?z<z@z=z7z;z�z�z�{�{�{�{�{�{�{�{�{�|�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}uw��&��������������=���,�-���#�!���%������t�v�`�f�x�h�Y�W�L�S�[�]������
���ҊNJĊ��ˊ����ɊŠ����֊͊����ۊL�N�l��ތ������܌��m�����+���"��)��!�������)�&�*���%�i�n�h�m�w�0�-�'�1���������Œ�����������Ғǒ𒲒�������	�`�������!�+����
����ݙЙߙۙљՙҙٙ����'�E�D�w�o��	������Ξ�XR�QQQQQ�Q�Q�Q�R�R�RYVkVyViVdVxVjVhVeVqVoVlVbVvV�X�X�X�XnY[4[x[�[\J_�a�a�a�a�a�a�a�a�a0b�d�d�d�d�d�d�d�d�d�d�d�d�d�dte�f�f�f�f�f�f=j8j:jYjkjXj9jDjbjajKjGj5j_jHjYkwkl�o�o�o�o�o�o�o�o�o�o�o�o�o�o�q�q�q�q�q�q�q�q�q�q�q�qhs�t�t�t�t�t�tu
u4v8v:v�v�v�w�w�w�w�x�x�x�x�yMzNzFzLzKz�z�{|�{�{�{�{�{�{�|�|
~~~~#~~~	~~y����(����������X�Y�J�Y�H�h�i�C�I�m�j�^�����������a�*�2�%�+�!����������܊�����������k�m����D�1�4�B�9�5�;�/�8�3�����u�t�x�r�|�z�4��� �6���3�/�"���+����&�!��.����������Ֆ���
���[�\�f���0�8�;�7�-�9�$��(���!����񙸚�����(����#�&�(���؞Ԟ����*QQ!Q2Q�R�V�V�V�V�V�V�X�X�X�X0[*[$[z[7\h\�]�]�]�]k^L_�_�a�a�a�a�a2b4b�d�d�d�d�d�d�d�d�d�d�e�e�f�f�j�j�j�j�j�j�j~j�j�j�j\k�k�kl�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�q�q�q�q�q�q�q�q�q5rFrpsrs�t�t�t�tFvBvLv�v�w�w�w�w�w�w�w�x�x�x�xy�y�yWz�z|
|�{�{|�{�|�|�|�|�|�|�|.~>~F~7~2~C~+~=~1~E~A~4~9~H~5~?~/~D��q�r�p�o�s�ƁÁ��������Ɂ���	�q�����~�������������������g���ч��҇Ƈ������ȇˇ;�6�D�8�=�������
� ����A�?�s�������������I�K�H�J�D�>�B�E�?��}���������9�������M���(�u�J�e�K��~�l�[�p�Z�T�ʕ˕̕ȕƕ����֖����ӗF���5������������;�?���Ϟޞܞݞ۞>�K��S�V�V�X�X8[^_�a3b�d�d�de�d�d�d�e�f&g�j�j�j�j�j�j�j�j_kxk�k	pp�op�opp�q�q�q�qwsus�t�tuVvXvRv�w�w�w�wy�yazbz`z�z�z+|'|*||#|!|�|T~U~^~Z~a~R~Y~H��w�v�́ρ
�υ��ͅЅɅ��������������(�9�,�+�P��Y�c�f�d�_�U���I�M�����������Б����������������������ԕ֕ЕՕ�ܖٖۖޖ$���������M�O�L�N�S���>�?�=�.��������O�N�M�ʛɛ��ț��Q�]�`���,�3Q�V�V�X�X�X�[���^�a�a�a�aee�f�f�j�j�j�jpp(pppppr
rXr�rxszs�t�t�t�u�u_vav�wy�ykziz>|?|8|=|7|@|k~m~y~i~j~s~����؁�݅�Յ������
�����`�_�V�^�A�\�X�I�Z�N�O�F�Y��
�|�r���v�l�z�t�T�N������������ѓߓÓȓܓݓ֓�͓ؓ�ד�ܕ���*�'�a�ܗ��^�X�[���E�I���
���֛ۛ��a�r�j�l����������R�V�V�V�V�X@[C[}[�[�]�a�aeee�f'g�j>p0p2pr{s�tbvev&y*y,y+y�z�zL|C|M|�|�|��}~|~�~L�ځf�����������
���d�����p�l�f�o�_�k��
�����������ˑ�����0�ĘR�Q���+�0�7�5��
�y����/�_�c�a�7Q8Q�V�V�VYl\�]�a�aee�e�f�jk�j�kLpr�r�t�tiv�wP|�~�~��-��#�"�!��j�l���t�w�}��������_�����.�3�5�:�8�2�+��8�9�2���g�e�W�E�C�@�>�ϚT�Q�-�%�����������\�f�g�<Q;Q�V�V�V[�]�]N_�a$e
kakQpXp�s�t�unvlv�y`|_|~�}�߁r�o�����������a�H�D�Q�R�=�>�×��k�U�U�M�Қ�I�1�>�;�ӝם4�l�j����V�]b#e+e*e�fk�t�zd|c|e|�~�~�~�8�?�1�������c�`�d�h�o�\�Z�[�W�ӚԚњT�W�V�坟���V�X,e^pqvrv�wP�6�9�b�������w����j�B�H�D�Ɨp�_�"�X�_�����|�}��w�r��^kcpl|n|;�������r�p�q�^�֚#�̞dp�w��w�ɗb�e��~����ő}�~�|�w�x���T���(rj�1���r|������������������������������������������������������������������������������������������������������0�00�" ����0�& % P�d�R��T�U�V�W�\� 1� 3���4�O��	�5�6�[�]�7�8�009�:�00;�<�
00=�>�0	0?�@�0
0A�B�00C�D�Y�Z�[�\�]�^�    005 2 ��
�; �0�%�%�%�%�%&&�%�%�%�%�%�%�2!> ��?���I�J�M�N�K�L�_�`�a��
����"���f"g"`""R"a"b�c�d�e�f�<")"*"�" ""�"�3�3+"."5"4"@&B&A&	&�!�!�!�!�!�!�!�!%"#"�����<���0��� �!	!i�j�k��3�3�3�3�3�3�3�3�3�YQ[Q^Q]QaQcQ�U�t�|�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%<%4%,%$%%�%%%�%%%%%m%n%p%o%P%^%j%a%�%�%�%�%q%r%s%����������`!a!b!c!d!e!f!g!h!i!!0"0#0$0%0&0'0(0)0��DS��!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�������������������������������������������������1111	1
111
1111111111111111111 1!1"1#1$1%1&1'1(1)1�����������������������������������������������������������������������������������������������������������������������������������NYNNNCN]N�N�N�N?QeQkQ�QRR�RSAS\S�S	NNN
N+N8N�QENHN_N^N�N�N@QR�RCS�S�SW�XY'YsYP[Q[S[�[\"\8\q\�]�]�]�]�]�]r^�^__MbNN
N-N0N9NKN9\�N�N�N�N�N�N�N�N�N�N�N�N�N�N�NCQAQgQmQnQlQ�Q�QRRR�R�R�RS9SHSGSES^S�S�S�S�S�X)Y+Y*Y-YT[\$\:\o\�]{^�^__�_b6bKbNb/e�e�e�e�e�e�fg(g kbkyk�k�k�kl4lkp*r6r;rGrYr[r�r�sNNNNN;NMNONNN�N�N�N�N�N�N�N�N�N�NEQDQ�Q�Q�Q�Q�Q�Q
R�R�RSSSS�NJSISaS`SoSnS�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�V�VY.Y1YtYvYU[�[<\�]�]�]^^s^|^___�_
bSbTbRbQb�e�e.g,g*g+g-gck�kll8lAl@l>l�r�s�s�t�tuu(u)u0u1u2u3u�u}v�v�v�v�w�w�w:y�ytz�zNNRNSNiN�N�N�N�N�N	OO
OO
OOOO�N�N�N�N�N�NOOIQGQFQHQhQqQ�Q�QRRRRR�RS!S SpSqS	TTT
TTTTTT
TTTTTT�V�V�V3W0W(W-W,W/W)WYY7Y8Y�YxY�Y}YyY�Y�YW[X[�[�[�[�[�[\y\�]^v^t^__�_�_bb
bbcb[bXb6e�e�e�e�e�f�f	g=g4g1g5g!kdk{kl]lWlYl_l`lPlUlal[lMlNlpp_r]r~v�zs|�|6������3��������������n�r�~�k�@�L�c��!�2N�NMOOOGOWO^O4O[OUO0OPOQO=O:O8OCOTO<OFOcO\O`O/ONO6OYO]OHOZOLQKQMQuQ�Q�Q%R$R)R*R(R�R�R�R�R#SsSuST-TT>T&TNT'TFTCT3THTBTT)TJT9T;T8T.T5T6T T<T@T1T+TT,T�V�V�V�VJWQW@WMWGWNW>WPWOW;W�X>Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y][\[Z[[[�[�[�[,\@\A\?\>\�\�\�\�\�]^�^�^�^�^__d_b_w_y_�_�_�_�_�_�_�_�_bb�b�b�b�bvb�bmb�b|b~bybsb�bob�bnb�b�b�b�b9e;e8e�e�f_gNgOgPgQg\gVg^gIgFg`gSgWgek�kBl^l�l�l�l�l�l�ljlzl�lpl�lhl�l�l}l�lrl~ltl�lvl�l�l�l�lvp|p}pxpbrar`r�r�r�s,u+u7u8u�v�v�w�y�y�yvz�|U��������������o���������҉�7�F�U���d�p�����ʎ����Əŏď�]����������I�Ƒ̑2�.�1�*�,�&NVNsN�N�N�N�N�NoO�O�OsOOlO�O�O�O�OpOuO�OiO{O�O~O�O�OzOTQRQUQiQwQvQxQ�Q�Q;R8R7R:R0R.R6RAR�R�RRSTSSSQSfSwSxSyS�S�S�SsTuT�TxT�T�T{TwT�T�T�T|T�TqTvT�T�TbThT�T}T�T�V�WwWjWiWaWfWdW|WYIYGYHYDYTY�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y_[d[c[�[�[�[�[�[�[\H\E\F\�\�\�\�\�\�\�\^^^^^^x^�^�^�^�^�^�^&_'_)_�_�__|_�_�_�_�_�_``/`5``*``!`'`)`+``bb?b>b@bb�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b>e�e�e�efffffffff
ff
ggmg�g�gqg�gsgwg�g�g�gogpgg�g~g�gug�g�g|gjgrg#kfkgkkll�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�p�p�p�p�p,r-r8rHrgrir�r�r�r�r�r�s�s�s�s�s=u�u�u�u�v�v�v�v�w�w>y@yAy�y�yzzyz�z�|T�������������������������
���������������������������������N�q�Rh�ˎΏԏя��������Ǒёw����@�?�;�D�B����R�^��N�N�N�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�OWQ�Q�Q�QNRCRJRMRLRKRGR�R�R�R�R
SWS{S�S�S�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�V�W�W�W�W�W�W�W�WUYQYOYNYPY�Y�Y�Y�Y�YZ�Y�Y�Y�YZ�Yi[�[�[�[�[�[\N\O\M\K\�\�\�]^%^^}^�^�^�^_-_e_�_�_�_�_�_�_�_`` `%``(`M`p`h`b`F`C`l`k`j`d`Ab�bc	c�b�bc�b�bc�b�b�b�b�b�bcc?eEe�e�e�e%f-f f'f/ff(f1f$f�f�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�gjk�k�k�k�k�kl�lm2m*mAm%mm1mmm;m=m>m6mm�l9m'm8m)m.m5mm+m�p�p�p�p�p�p�p�p�p0rrrortr�r�r�r�s�s�s�s�s�s�su-uOuLuNuKu�u�u�u�u�uxv�v�v�v�v�v�v�vw�v�v	ww�v�vw�wxxx
xFyIyHyGy�y�y�y�y�yz�z�z�z}|}}}	}}}}8����
��6�ր�ڀÀĀ̀�ۀ΀ހ�݀�"�����ۂ����	�҂ׂ��܂Ԃтނӂ߂��P�y�{�z�M�k���ԉ�������t�s���͎̎���������ʐΐ��ÐK�J�͑��P�K�L�M�b�i�˗�����ۘߘ����XN�NP
P#P�O&P%P�O)PPP<PPPPP�OPP(P�O!PPPP�O�O-P*P�O+P	P|Q�Q�Q�Q�Q�Q�Q�QVR\RTR[R]R*SS�S�S�S�TUU7U�T�T�TU�TU�T�T�T	U�T�T�T'UU�TUWW�W�W�W�W	XYWYXYZYZZZZZZ�Y Z#Z)Z%ZZ	Zk[X\�[�[�[�[�[�[�[�[\Q\U\P\�\�\�\�\�\�\�\]�\�]-^+^�^�^�^1_�_�_�_Y`c`e`P`U`m`i`o`�`�`�`�`�`�`�`�`Gb�bc�bNc>c/cUcBcFcOcIc:cPc=c*c+c(cMcLcHeIe�e�e�eBfIfOfCfRfLfEfAf�fggg!h8hHhFhSh9hBhTh)h�hhLhQh=h�gPh@h<hCh*hEhhhAh�k�k�k#l'l(l&l$l�ljm�m�m�mfmxmwmYm�mlm�mnmZmtmim�m�mym�mem�m�p�p�p�p�p�p9ryr�r�r�r�r�r�s�s	t�s�s�s�sTu]u\uZuYu�u�u�u�u�u�u�u�u�u�u�v�v�v�v�v)ww w(w�w0x'x8xx4x7x%x-x xx2xUyPy`y_yVy^y]yWyZy�y�y�y�y�y�y�y�z�z�z{{�|!}}}
} }"}}}}}}
}}}:_��������=�?��������������
��������*�+�(�,���+�R�T�J�8�P�I�5�4�O�2�9�6��@�1�(�C�T�����������������p�w�����}�y������
������H�z�y�����w���ҎԎώ�������������������ݐ�R�M�L�ؑݑבّܑ��b�c�a�[�]�d�X�^���☬���ؚ%�2�<�~NzP}P\PGPCPLPZPIPePvPNPUPuPtPwPOPPoPmP\Q�Q�QjRoR�R�R�R�RSSS?S@S>S�S�fFUjUfUDU^UaUCUJU1UVUOUUU/UdU8U.U\U,UcU3UAUWUWW	W�WX
XX�W�W�WX5X�W�W YbY6ZAZIZfZjZ@Z<ZbZZZFZJZp[�[�[�[�[�[�[	\\\`\\\]\]]]]]"]])]]]$]']]�]8^6^3^7^�^�^�^�^�^5_7_W_l_i_k_�_�_�_�_�_�_�_`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`bbHb�c�crc�c�c�cwcgc�c�cqc�c�c�c�ckc�c�c�c�c�c�c�c�c�c{cichczc]eVeQeYeWe_UOeXeUeTe�e�e�e�e�e�e�e]fZfdfhfff^f�f�Rg�h�h�h�h�hhvh�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h2k�k�k�k+l�m�m�m�m�m�m�m�m�m�mn�m�m�m�m�m�m�m�m�m�m�m�mn�m�m�m�m�m�m�m�m�m�m�m�m�m�m�p	q
q�p�p=r}r�rsssss�st
ttt�s
t�t�t�tu"ueufubupu�u�u�u�u�u�u�v�v�v�v7w>w<w6w8w:wkxCxNxeyhymy�y�z�z {({{,{&{{{.{�|�|�|F}C}q}.}9}<}@}0}3}D}/}B}2}1}=������J�F�/��#�+�)�0�$��5�7�6�9�������x�������������������w�{�|�����U�j_dž����Ć��Ɔˆ����ɆS�������������������*��#�%�1�-���"�I�Z�������������g�f�����ێߎ�
���#������ ��"�������W�Α������鑉�j�u�s�x�p�t�v�w�l������z�z��Z��u�������P�P�P�P�P�P�P�P�Pg�QrRtRuRiR�R�R�RZS�S{U�U�U|U�U�U�U�U�U�U�U�U�U�U�U�U�U>U�U�U�U�U�U~U�U�U�U
W/X*X4X$X0X1X!XX X�X�X`YwZ�ZZ�Z�Z�Zs[q[�[�[�[�[
\\1\L]P]4]G]�]E^=^@^C^~^�^�^�^�^<_m_�_�_�_�`�`�`�`�`a#a�`a�`�`�`ha�`a�`	aaabIb�c�c�c�c�c�c�c�c�c�c�c�c�c�c�cvc�c�c�cRd�c�c^efebece�e�e�enfpftfvfof�fzf~fwf�f�fgg�h�h�h�h�hi�h�h�h�h�h�h�h�h�h�h
iii�h�hni�h>k:k=k�k�k�k�k.l/l,l/n8nTn!n2ngnJn n%n#nn[nXn$nVnnn-n&non4nMn:n,nCnn>n�n�nnNncnDnrnin_nqq&q0q!q6qnqqLr�r�r6s%s4s)s:t*t3t"t%t5t6t4t/tt&t(t%u&ukuju�u�u�u�u�u�u�u{v|v�v�v�v�vOw�w]xlxox
zzzzz�z�z�z�z�zI{V{F{P{R{T{M{K{O{Q{�|�|^}P}h}U}+}n}r}a}f}b}p}s}�U���R���U�T�K�Q�N�9�F�>�L�S�t�������
��������W�
���̃���ʃ8���܃�ԃ߃[�߆ن�Ԇۆ�ІކW���ˆ������;�`�U�^�<�A�T�[�P�F�4�:�6�V�a���������������������������������΍ݍˍڍэ̍ۍƍ��������.�5�1�8�2�6����	���c�e�ϑ��#�	��
������������������������}�������r�����ŖĖƖǖ��̗��������혮���Þ͞ў�N�P�P�P�P�P�P�P�P�P�P�PRwR}R�R�R�R�R�R/S�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�UWW^XQXXXWXZXTXkXLXmXJXbXRXKXgY�Z�Z�Z�Z�Z�Z�Z�Z�Zi]o]L^y^�^�^_Y_�_�_aaHaa�`a�`aaNaLaDaMa>a4a'a
aa7a!b"bd>dd*d-d=d,dddd
d6ddddle�e�e�f�f�f�f�f�f�f�fg�imiZiwi`iTiui0i�iJihiki^iSiyi�i]ici[iGkrk�k�k�k�k�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�nNqYqiqdqIqgq\qlqfqLqeq^qFqhqVq:rRr7sEs?s>sotZtUt_t^tAt?tYt[t\tvuxuv�uv�u�u�u�u�u�u�v�v[wkwfw^wcwywjwlw\wewhwbw�w�x�x�x�x�x�x|x�x�xxzyy�y,��yzz zzzz�z�zw{�{`{n{g{�|�|�|�}y}�}�}�}[}nijr���V�X�����q�p�x�e�n�s�k�y�z�f��G���w�=�1�u�f�k�I�l�[�<�5�a�c�i�m�F�^�\�_��������������
�Y�߈Ԉو܈؈݈�ʈՈ҈���k�r�s�f�i�p���|�c���q���m�b�n�l�y�{�>�h�b�����ʌnjȌČ��̌Ō�ߍ�����捲��	���
�����K�J�S�B�T�<�U�P�G�O�N�M�Q�>�A���l�j�i�ɑ7�W�8�=�@�>�[�K�d�Q�4�I�M�E�9�?�Z���������͖˖ɖʖ��������V�t�v����
���������������霂��� ��P�P�P�P�P�P�P�P�P�P�P�PbQ�Q�R�R1S�S�UVVV�UVV	V
VV�UVVVV�UWWuX~X�X�X�XyX�X}X�X%Y"Y$YjYiY�Z�Z�Z�Z�Z�Z�Zu[�[�[�[�[�[�[�[�[�[
\b\�]�][^c^U^W^T^�^�^
_F_p_�_Ga?aKawabaca_aZaXaua*b�dXdTd�dxd_dzdQdgd4dmd{dre�e�e�e�f�f�f�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�iIkLk3l3oo�no�n)o>o o,ooo"o�n�no1o8o2o#oo+o/o�o*o�no�n�n�n�q�q}q�q�q�q>r�r�rDsPsdtctjtptmtu�u'v
vv	vv�v�v�w}wwaw�x�x�x�x�x�x�y�y�y.z1z�z�z�z�z�{�{�{u{�{�{�{�{�{�{�{�|�|�|�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}p���^�Z���P�����������������K�Ʉ��ƄĄ��������˄����ӄ����фʄ?��;�"�%�4��U�7�)���������������������������������������j�����ӌьҌk�������������`�X�\�c�Y�^�b�]�[����u�x�w�t�x���������{�������|���������������������̖Җ�|��������������	��������A�B��󜼞;�J�QQ�P�P�PQQ	QQ�Q�R�R�R�R�R�R�S.V;V9V2V?V4V)VSVNVWVtV6V/V0V�X�X�X�X�X�X�X�XmY	[�Z[�Z[[�[�[�[�[d\e\�]�]b^_^a^�^�^�^�^�^�^H_q_�_�_vagana]aUa�a|apaka~a�a�a�a�a�a�a�a�a�a.bidodyd�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�duewexe�f�f�f�f#jj�ijjj�i!jj
j�ijj�ijPkNk�k�k�k?o|o�oQofoTo�omo[oxono�ozopodo�oXo�noo`o_o�q�q�q�qVr�rNsWsit�t�t~t�tu v)vv$v&v!v"v�v�v�v�w�w�w�w�w�x�x�x�x�x�x�x�x?z<z@z=z7z;z�z�z�{�{�{�{�{�{�{�{�{�|�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}uw��&��������������=���,�-���#�!���%������t�v�`�f�x�h�Y�W�L�S�[�]������
���ҊNJĊ��ˊ����ɊŠ����֊͊����ۊL�N�l��ތ������܌��m�����+���"��)��!�������)�&�*���%�i�n�h�m�w�0�-�'�1���������Œ����꒬�������Ғǒ𒲒�������	�`�������!�+����
����ݙЙߙۙљՙҙٙ����'�E�D�w�o��	������Ξ�XR�QQQQQ�Q�Q�Q�R�R�RYVkVyViVdVxVjVhVeVqVoVlVbVvV�X�X�X�XnY[4[x[�[\J_�a�a�a�a�a�a�a�a�a0b�d�d�d�d�d�d�d�d�d�d�d�d�d�dte�f�f�f�f�f�f=j8j:jYjkjXj9jDjbjajKjGj5j_jHjYkwkl�o�o�o�o�o�o�o�o�o�o�o�o�o�o�q�q�q�q�q�q�q�q�q�q�q�qhs�t�t�t�t�t�tu
u4v8v:v�v�v�w�w�w�w�x�x�x�x�yMzNzFzLzKz�z�{|�{�{�{�{�{�{�|�|
~~~~#~~~	~~y����(����������X�Y�J�Y�H�h�i�C�I�m�j�^�����������a�*�2�%�+�!����������܊�����������k�m����D�1�4�B�9�5�;�/�8�3�����u�t�x�r�|�z�4��� �6���3�/�"���+����&�!��.����������Ֆ���
���[�\�f���0�8�;�7�-�9�$��(���!����񙸚�����(����#�&�(���؞Ԟ����*QQ!Q2Q�R�V�V�V�V�V�V�X�X�X�X0[*[$[z[7\h\�]�]�]�]k^L_�_�a�a�a�a�a2b4b�d�d�d�d�d�d�d�d�d�d�e�e�f�f�j�j�j�j�j�j�j~j�j�j�j\k�k�kl�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�q�q�q�q�q�q�q�q�q5rFrpsrs�t�t�t�tFvBvLv�v�w�w�w�w�w�w�w�x�x�x�xy�y�yWz�z|
|�{�{|�{�|�|�|�|�|�|�|.~>~F~7~2~C~+~=~1~E~A~4~9~H~5~?~/~D��q�r�p�o�s�ƁÁ��������Ɂ���	�q�����~�����������������g���ч��҇Ƈ������ȇˇ;�6�D�8�=�������
� ����A�?�s�������������I�K�H�J�D�>�B�E�?��}���������9�������M���(�u�J�e�K��~�l�[�p�Z�T�ʕ˕̕ȕƕ����֖����ӗF���5������������;�?���Ϟޞܞݞ۞>�K��S�V�V�X�X8[]_�a3b�d�d�de�d�d�d�e�f&g�j�j�j�j�j�j�j�j_kxk�k	pp�op�opp�q�q�q�qwsus�t�tuVvXvRv�w�w�w�wy�yazbz`z�z�z+|'|*||#|!|�|T~U~^~Z~a~R~Y~H��w�v�́ρ
�υ��ͅЅɅ����������������(�9�,�+�P��Y�c�f�d�_�U���I�M�����������Б����������������������ԕ֕ЕՕ�ܖٖۖޖ$���������M�O�L�N�S���>�?�=�.��������O�N�M�ʛɛ��ț��Q�]�`���,�3Q�V�X�X�X�[���^�a�a�a�aee�f�f�j�j�j�jpp(pppppr
rXr�rxszs�t�t�t�u�u_vav�wy�ykziz>|?|8|=|7|@|k~m~y~i~j~�s~���؁�݅�Յ������
�����`�_�V�^�A�\�X�I�Z�N�O�F�Y��
�|�r���v�l�z�t�T�N������������ѓߓÓȓܓݓ֓�͓ؓ�ד�ܕ���*�'�a�ܗ��^�X�[���E�I���
���֛ۛ��a�r�j�l����������R�V�V�V�V�V�X@[C[}[�[�]�a�aeee�f'g�j>p0p2pr{s�tbvev&y*y,y+y�z�zL|C|M|�|�|��}~|~�~L�ځf�����������
���d�����p�l�f�o�_�k��
�����������ˑ�����0�ĘR�Q���+�0�7�5��
�y����/�_�c�a�7Q8Q�V�V�VYl\�]�a�aee�e�f�jk�j�kLpr�r�t�tiv�wP|�~�~��-��#�"�!��j�l���t�w�}��������_�����.�3�5�:�8�2�+��8�9�2���g�e�W�E�C�@�>�ϚT�Q�-�%�����������\�f�g�<Q;Q�V�V�V[�]�]N_�a$e
kakQpXp�s�t�unvlv�y`|_|~�}�߁r�o�����������a�H�D�Q�R�=�>�×��k�U�U�M�Қ�I�1�>�;�ӝם4�l�j����V�]b#e+e*e�fk�t�zd|c|e|�~�~�~�8�?�1�������c�`�d�h�o�\�Z�[�W�ӚԚњT�W�V�坟���V�X,e^pqvrv�wP�6�9�b�������w����j�B�H�D�Ɨp�_�"�X�_�����|�}��w�r��^kcpl|n|;�������r�p�q�^�֚#�̞dp�w��w�ɗb�e��~����ő}�~�|�w�x���T���(rj�1���r|�0�0�00A0B0C0D0E0F0G0H0I0J0K0L0M0N0O0P0Q0R0S0T0U0V0W0X0Y0Z0[0\0]0^0_0`0a0b0c0d0e0f0g0h0i0j0k0l0m0n0o0p0q0r0s0t0u0v0w0x0y0z0{0|0}0~00�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0#$%&'()*+,-./012345Q6789:;<=>?@ABCDEFGHIJKLMNO`$a$b$c$d$e$f$g$h$i$t$u$v$w$x$y$z${$|$}$������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������BN\N�QS�SNNGN�N�V�n\s_N�QN.N�N�N�N�N�Q�RlS�S WY,Y\�]�e�k�kl?r1N<N�N�N�N�N�N�NRSLS"W#WY/Y�[�[\;\t\s\^�^�^�_	bPbl6lCl?l;l�r�r�s�y���OO,O�NO�NO�NOOOO"OOO�NO�QR	RR�R"SSMS�ST�V�V.W*W4W<Y�Y|Y�Y{Y~YwYYV[\%\|\z\{\~\�]u^�^__t_�_�_�_\b^bdbabfbbbYb`bZbeb�e�e>g9g8g;g:g?g<g3glFlRl\lOlJlTlKlLlqp^r�r�r�s*uvuzQx�|���}��M�~�����������"�$� �#�VO;ObOIOSOdO>OgORO_OAOXO-O3O?OaO�Q�QRR!R�R�R	ScSrS�S�S0T7T*TTTETTT%TT=TOTAT(T$TGT�V�V�VAWEWLWIWKWRWY@Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�[�[(\*\�\�\�\�\�\�\�\�\�\�\�]
^^�^�^�^�^�^__x_v_�_�_�_�_�_�_�_�_�_�_�_�_�_�_`�_:b�b�b�b�b�b�bqb{bzbpb�b�bwb}brbtb7e�e�e�e�e�eEgGgYgUgLgHg]gMgZgKg�kllxlglkl�l�l�lqlolil�lml�l�l�lflslel{l�ltpzpcr�r�r�r�r�r�r�r�s�s�s�s�s:u9u�u�u�v=y4�����������������������������x�ɏ��������������0�(�/�-�3N�O|O�O}O�O�OvOtO�O�OwOLO�OjO�OyO�OxO�O�O�O�O�O�O�OkOnO�Q�Q�Q5R2R3RFR1R�R
SS<S�S�S�TT�T�T�T�TkTzT~TeTlTtTfT�ToTaT`T�TcTgTdT�V�VoWrWmWkWqWpWvW�WuW{WsWtWbWhW}WYEY�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Yb[e[�[�[D\G\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\^^^(_"_#_$_T_�_~_}_�_�_-`&``2``4`
``3```,`"`
``.````	``b=b�b�b�b�b�b�b�b�b�b�b�b�b�b�b=e�e�e	f�efff�eff
ff�eff�f
g�glg�g�gvg{g�g�g�gtg�g�gzg�g�g�g�g}g�gxgyg�g%k�k~k�kl�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l0m�l�l�l�l�l�l�l�p�p�p�p�p�p�p�p�p�p�pjr�r�r�r�r�r�r�r�r�r�r�s�s�s�s�s�s�s�s�t�t?u@u>u�u�u�v�v�v�v�v�w�w�w�w�w�wBy?y�yxz{z�zu|�|5������������� ���������������������������������‚��Â����p�o�m�n�V�ҏˏӏ͏֏Տ׏����������9�=�<�:�C��O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�ODRIR�R�R=S|S�S�S�S�S�T�T�T�T�T�T
��T�T�T�T�T�T�TpT�T�T�TrT�T�T�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�X
YSY�Y�Y�YZ�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�[L\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�]!^"^#^ ^$^�^�^�^�^�^�^_._V_�_7`9`T`r`^`E`S`G`I`[`L`@`B`_`$`D`X`f`n`BbCb�b
cc�bcc�b�bcc�b�bccc�bc�b�bAeCe�e�e6f!f2f5ff&f"f3f+f:ff4f9f.fgg�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g(k�k�k�k�k�k�k l!l(m4m-mm<m?mm
m�l3mmm:mmmmmBmmm7mmm@mm m,mm"m	mm�p�p�p�p�p�p�p�p�pArIrJrlrprsrnr�r�r�r�r�r�r�r�r�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�t�t.uGuHu�u�uyv�vwwww
w�v�v�v�w�wxxxxxxx	xxxJyLyKyEyDy�y�y�y�y�y�z~z�z{{z|x|y||�|�|}}}X�������7�؀ǀ�рȀ€Ѐŀ�ـ܀ʀՀɀπ׀�̀��!���ق�������Ղ:��ւ����������������w�t�|�s�A�N�g�j�i�Ӊ��r�����񐽐��ՐŐ��ǐːȐԑӑT�O�Q�S�J�N�PPPP"P0PP�O�O3P7P,P�O�OPP P'P5P/P1PPZQ�Q�Q�Q�Q�Q�Q�QaRZRRR^R_RURbR�RS�S&U�TUU�T�T�TU�TUU�TUU�T
U�T�T�T�TUUUWW�W2X�W�W�W�W�W�W�W�W�W�W�W�W�WYJYZZ-Z.ZZZZ
ZZ3Zl[�[�[�[\V\T\�\�\�\�\�\]�\)^(^�^�^�^�^3_0_g_]`Z`g`A`�`�`�`�`�`�`�`�`�`�`�`�`�`bFb�bcVc,cDcEc6cCc�c9cKcJc<c)cAc4cXcTcYc-cGc3cZcQc8cWc@cHcJeFe�e�e�e�eJf_fGfQfgghhIh2h3h;hKhOhh1hh5h+h-h/hNhDh4hhhh&h(h.hMh:h%h h,k/k-k1k4kmk���k�k�k�k�k�k�k%lzmcmdmvm
mam�mXmbmmmom�m�m�mm�m^mgm`m�mpm|m_m�m�m/mhm�m~m�m�mm�m{m}mum�m�p�p�p�p�p9�p�p�p�p�p�p�p�p�p�p�p�p�pBrxrwrvrs�r�r�r�r�r�rs�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�t�t�t�t!u[u_u�u�u�u�u�u�u�u�u�v�vwwwww#wwwww"w'w#x,x"x5x/x(x.x+x!x)x3x*x1xTy[yOy\ySyRyQy�y�y�y�y�y�y�y�y�y�z�z�z�z�z�z�z�z{{{{{{
{{	{{�|�|�|�|�|�|�|}}}}}}}}}}}\a^`][������>�9�����������/�%�3�-�D��Q�%�V�?�A�&��"�B�N��*��<�M��$� �7�/�)�G�E�L�S��,�K�'�H�S�R���������������������������������������������C�D�m�u�v�r���q��o���~�t�|��G�W�{�����v�x�������юӎ��������������֐�ِڐ�ߐ�ؐېאܐ�P�N�O�Ց�ڑ\�_����ߚ/�NpPjPaP^P`PSPKP]PrPHPMPAP[PJPbPPEP_PiPkPcPdPFP@PnPsPWPQP�QkRmRlRnR�R�R-S�SuUvU<UMUPU4U*UQUbU6U5U0URUEUU2UeUNU9UHU-U;U@UKU
WW�WX�W�W�W�WX�W�WX�WX�W�WX�W�W�W�W�W�WX�WX�WXX�W�W�W
XX\Y`ZXZUZgZ^Z8Z5ZmZPZ_ZeZlZSZdZWZCZ]ZRZDZ[ZHZ�Z>ZMZ9ZLZpZiZGZQZVZBZ\Zr[n[�[�[Y\]]]] ]](]
]&]%]]0]]#]].]>^4^�^�^�^�^�^6_8_�_�_�_�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`2cec�c�c}c�c�c�c�c�c�c�coc�c�cnc�cuc�cmc�c|c�c;c�cxc�c�c�c�cpcSe�eefaf[fYf\fbfgyh�h�h�hmhnh�h�hVioh�h�h�huhth�h�hwh�h|hkhrh�h�hqh~h�h�h�h�h�h�hxh{h�h�h�h}h6k3k7k8k�k�k�k�k�k*l�m�m�m�mtn�m�m�m�m�m�mn�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�p
q�pq�pq�pq�pq�p�pqqq�p�pqqq~r{r|rrsssss
ss�rss�s�s�s�stt�stt�s�s�stt�stducu�u�u�u�u�u�u�u�v�v�v9w/w-w1w2w4w3w=w%w;w5wHxRxIxMxJxLx&xExPxdygyiyjycykyay�y�y�y�y�y�z�z�z5{G{4{%{0{"{${3{{*{{1{+{-{/{2{8{{#{�|�|�|�|5}=}8}6}:}E},})}A}G}>}?}J};}(}c���������������G�C�H��%���-��,��!��'��"��8�3�:�4�2�t���������z�s���t���������u�����}�������������~������������������v���Y�V�����†��ņ����Ȇ������̆������Æ����R�����������������������������������������։ىՉ0�'�,��9�;�\�]�}���}�{�y���������؎ގݎ܎׎��$�����!�������Ԑ���V�X�Z�S�U������������z�����|�m�k�q�o���j��嘗��P�P�P�P�P�P�P�P�P�PhP�P�P�P�P_Q�QSS�S�S�U�U�U�UwUEV�U�U�U�U�U�U�U�U�U}U�U�UU�U�U�UW)X7XXX'X#X(X�WHX%XXX3X?X6X.X9X8X-X,X;XaY�Z�Z�ZzZ�Z�ZxZ�Z|Z�Z�Z�Z�Z7Z�Z�Z�Z�Z�Z�Z{Z}Z�Z�Z�Z�Z�Z�[�[�[�[�[�[�[\0\7]C]k]A]K]?]5]Q]N]U]3]:]R]=]1]Y]B]9]I]8]<]2]6]@]E]D^A^X_�_�_�_�`�`�`�`�`�`a�`
aaa�`a�`�`�`�`aaaa�`aaJb�c�c�c�c�c�c�c�c�d�c�c�c�c�c�c�cad�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c2egejede\eheee�e�e�e�e�e�e|flf{f�fqfyfjfrfgi�hi�h*i�h�h�hi�h�h�h�h�hii�h�hi�hipi�hi�h�hi�h�h�h�h�hi
ii�h�h�h�h�h�h�hi�h�hi%i�h9k;k?k<k�k�k�k�k�k�k�k�k0l�mFnGnnIn�n<n=nEnbn+n?nAn]nsnn3nKn@nQn;nn.n^nhn\nan1n(n`nqnkn9n"n0nSnen'nxndnwnUnynRnfn5n6nZn qq/q�p.q1q#q%q"q2qq(q:qqKrZr�r�r�r�r�rss0s"s1s3s's2s-s&s#s5ss.t,t0t+ttt!t-t1t$t#tt)t t2t�t/uoulu�u�u�u�u�u�u�u�u�v�v�vFwGwDwMwEwJwNwKwLw�w�w`xdxex\xmxqxjxnxpxixhx^xbxtysyrypyz
zzzz�z�z�zJ{;{D{H{L{N{@{X{E{�|�|�|�|X}o}c}S}V}g}j}O}m}\}k}R}T}i}Q}_}N}>?ef����Q�O�P���ԀC�J�R�O�G�=�M�:���������<�=�?�u�;�σ��#�����������ƃȃ�ヿ��݃�؃���˃΃փ��Ƀ	��ރ��ƒ�Ճ��ǃу��Ã��ă��׃��ۃ��؆��ӆ�چ�݆�܆��׆�цH�V�U���׈�������������������Ɉ������݉ډۉN�M�9�Y�@�W�X�D�E�R�H�Q�J�L�O�_���������������������؍Ӎ͍Ǎ֍܍ύՍٍȍ׍ō������������������-�4�/��,����������������a�d�_�b�`��
�%���&�����������'���$�����{���������~���������–ȖÖ��l�p�n��������N�N�N�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�QzRxR{R|R�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�UWSXhXdXOXMXIXoXUXNX]XYXeX[X=XcXqX�X�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�[�[�[\3\q]c]J]e]r]l]^]h]g]b]�]O^N^J^M^K^�^�^�^�^�^@_�_�_�`IaJa+aEa6a2a.aFa/aOa)a@a bh�#b%b$b�c�c�cdd	d d$d3dCdddd9d7d"d#dd&d0d(dAd5d/d
dd@d%d'dd�cd.d!ddoe�e�e�f�f�f�f�f�f�f�fxf gfi_i8iNibiqi?iEiji9iBiWiYiziHiIi5ili3i=iei�hxi4iii@ioiDiviXiAitiLi;iKi7i\iOiQi2iRi/i{i<iFkEkCkBkHkAk�k
��k�k�k�k�k�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�nGqTqRqcq`qAq]qbqrqxqjqaqBqXqCqKqpq_qPqSqDqMqZqOr�r�r�r�r�r<sBs;s:s@sJsIsDtJtKtRtQtWt@tOtPtNtBtFtMtTt�t�t�t�tuyuwu�i�uvv�u�u�u�u�uv�u�u�u�u�u�v�v�vUw_w`wRwVwZwiwgwTwYwmw�w�x�x�x�x�x�x�x�x�x�xyx�x�x�x{x|y�y}yyyzzzzzz"zzzz�z�z�z�zf{d{m{t{i{r{e{s{q{p{a{x{v{c{�|�|�|�}�}�}�}}�}z}�}{}�}|}�}�}�}}}�}mkghl�����!�d�`�w�\�i�[�b�r�!g^�v�g�o�D�a��I�D�@�B�E��?�V�v�y�����e�Q�@���g�0�M�}�Z�Y�t�s�]��^�7�:�4�z�C�x�2�E�)�كK�/�B�-�_�p�9�N�L�R�o�ń��;�G�6�3�h�~�D�+�`�T�n�P��������ֆ��M����	����
��ֈˈ͈Έވۈڈ̈Ј����߉�����܉�v����a�?�w�����u�����t�z�<�K�J�e�d�f�������̌h�i������������������������Ѝ�����������������R�?�D�I�=��
�������n�o�H�R�0�:�f�3�e�^���.�J�F�m�l�O�`�g�o�6�a�p�1�T�c�P�r�N�S�L�V�2�������������������������s�w�x�r��
��������������������[���眀����P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�Q�R�R�R�R0S�S'VVVV�UVVVVV�UVV�U�U�X|X�X�X�X�XXtX�XzX�X�X�XvX�X�X{X�X�X�XkY�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Zw[�[�[c\�]�]}]�]z]�]w]�]�]�]~]|]�]y]]X^Y^S^�^�^�^�^�^�^�^�^�^D_C_o_�_,a(aAa^aqasaRaSarala�ataTaza[aea;ajaaaVa)b'b+b+dMd[d]dtdvdrdsd}dudfd�dNd�d^d\dKdSd`dPdd?dldkdYdedwdse�e�f�f�fgg"g�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�iJkMkKk�k�k�k�k�k�k�n�n�no%o�n7o�n.o	oNooo'oo;oo�n
o6oso�n�n-o@o0o<o5o�nooCoo�n�n9oo�n:oo
ooo!o�q�q�q�q�q�q�q{q�q�q�qDrSr�r�r�rCsMsQsLsbtstqtutrtgtntuuu}u�uvvvvv
vv�v�w|w�w�wnw�wow~w�w�x�x�x�x�x~x�x�x�x�x�x�x�x�y�y�y�y�y�y�y�y�y�y�y+zJz0z/z(z&z�z�z�z�z�{�{�{�{�{�{�{�{�{�{�{�{�R�{�{�{�|�|�|�|�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}s����$�]�\��������������������������΄„������������̈́������Є����������DŽ̄��������ք����τ��ׄԄ҄ۄ����a�3�#�(�k�@�.��!���C�,�A�>�F� �2�*�-�<��:�1�5�B�&�'�8�$��0�����������������눝���������艫�����������=�h�i�Ռό׌��	����
���
������������
�#�� �"����$�!��z�r�y�s�����v���z���������������y�������������}���������������~���������-�������X�}�z�~�������{������Η͗������������Ù������™��Ǚ����>�?�`�a�_������PQ0Q�PQQ�P�PQQ�P
Q�R�R�R�RHVBVLV5VAVJVIVFVXVZV@V3V=V,V>V8V*V:VW�X�X�X�X�X�X�X�X�X�X�Z�Z�Z�Z�Z[�Z[�Z[[[[g\�]�]�]�]�]�]�]�]�]�]�]�]i^]^`^\^�}�^�^�^I_�_�a�aya�a�a�a�a�a�a�a�a�a�a�a�a�afa�a-bndpd�d�d�d�d�d�d�d�d�d�d�dhd�d�dvezeye{e�e�e�f�f�f�f�f�f�fjjj�i�ij�i�i j�i�i�ijj�i'j�i�ij�i�i@jj�i�i
j�i�i	jjj%jj�i&jj�ijQk�k�k�k�kll�klAo&o~o�o�o�o�o�o�oboOo�oZo�ovolo�oUoroRoPoWo�o�o]ooaoko}ogo�oSo�oioo�ocowojo{o�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�r�rXsRs^s_s`s]s[sasZsYsbs�t�t�t�t�t}t�t�t|tytuu~u%vvvvv#vv(vv�v�v�v�v�w�w�w�w�x�x�x�x�x�x�x�x�x�x�x�y�y�y�y�y�yvk9z�z�z�z�{�{�{�{�{�{�{�{�{�|�|�|�|�}�}�}�}�}�}~�}�}�}�}�}�}�}v���������d�g����������������O�S�R�P�N�Q�$�;���)��	�
��
�'����+������*�������������(��.�������1�&������� �0���/�b�V�c�d�w��s�X�T�[�R�a�Z�Q�^�m�j�P�N�_�]�o�l�z�n�\�e�O�{�u�b�g�i�Z������������	����������ϊƊ��ӊъԊՊ��׊����Ŋ؊Ê����ي>�M����ߌٌ�ڌ݌猠������� �#�%�$�.������&�'��������,�$��� �#���s�p�o�g�k�/�+�)�*�2�&�.���������������ВÒĒ��ْ��ϒ�ߒؒ�גݒ̒�’�ʒȒΒ�͒Ւɒ�ޒ�ђӒ���ƒ��|�������������Ӗ���Z�������Зϗ��&�)�(� ��'�����������ܙ͙ϙәԙΙəؙ֙˙י̙�������F�C�g�t�q�f�v�u�p�h�d�l����������������������Ӟ��QQQQQ�Q4S�SpV`VnVsVfVcVmVrV^VwVWW�X�X�X�X�X�X�X�X[[[![[[[[([[ [[�[�]�]�]�]�]�]�]�]�]�]�]�]�]g^h^f^o^�^�^�^�^�^K_�_�a�a�a�a�a�a�a�a�a�a�a�a�d�d�d�d�d�d�d�d�d�d�d3ee|e�e�f�f�f�f�f�f�f�f�f�f#g4jfjIjgj2jhj>j]jmjvj[jQj(jZj;j?jAjjjdjPjOjTjojij`j<j^jVjUjMjNjFjUkTkVk�k�k�k�k�klll�o�o�o�o�o�o�o^o�o�o�o�o�op�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�r�risfsgslsesksjst�t�t�t�t�t�tu�u/v-v1v=v3v<v5v2v0v�v�v�w�w�w�w�w�w�w�w�w�w�x�x�x�x�x�x�x�x�x�x�x�x�yDzHzGz�z�z�z�z�z�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�|�|�|�|�|~!~~~~ ~~~~~~"~~~~
~~%~$~C{|z��*�)�l��������������������������U�V�W�V�E�k�M�S�a�X�@�F�d�A�b�D�Q�G�c�>�[�q�N�n�u�U�g�`���f�]�T�e�l�c�e�d�������������������y������������������������&�0�-�.�'�1�"�)�#�/�,�������݊��ߊ�Ȋފ�����������������l�n�����3�>�8�@�E�6�<�=�A�0�?���6�.�5�2�9�7�4�v�y�{�����3�5�6�����������'������z�8�<��#���F�-��
�˒���%������4��$���)�9�5�*������	�������͕����������������Ԗ����������5�/�2�$��'�)�����������癹���������������3�������|�~�{���������z���}���%�� ���)���"��������������՞֞���=�&Q%Q"Q$Q Q)Q�R�V�V�V�V�V�V~V�VV�V�X�X�X�X-[%[2[#[,['[&[/[.[{[�[�[�]l^j^�_�_�a�a�a�a�a�a�a�a�a�d�d�d�d�d�d�e�e�e�e�f�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�jj�j�j�j�j�j[k�k	l�o�o�o�o�o�o�o�o�o�o�o�o�o�o�q�q�q�q�q�q�qssnsos�t�t�t�t�t�t�t�t�tuuuu�uCvHvIvGv�v�v�w�w�w�w�w�w�w�w�w�x�xy�x�x�xy�x�xy�y�y\z[zVzXzTzZz�z�z�z||�{|�{�{|�{|�{|	|||�{�{|�{�{|
|�|-~<~B~3~H�8~*~I~@~G~)~L~0~;~6~D~:~E~}��,���ā́ʁŁǁ���[�Z�\�����������������{�������w�|�����z�x�W�����������������������y�v�������h�������Ň������������ɇLJ̇����ćʇ����������އ��5�3�<�>�A�R�7�B���������������"�����
������O�p�r�q�o�������o�N�M�S�P�L�G�C�@���~�8�����������������������d�V�G�|�X�\�v�I�P�Q�`�m���L�j�y�W�U�R�O�q�w�{�a�^�c�g���N�Y�Ǖ��ɕÕŕ�������� ���������������՗ԗ�A�D�J�I�E�C�%�+�,�*�3�2�/�-�1�0�����������������������������������H�������������������������3�A�g�6�.�/�1�8�0�E�B�C�>�7�@�=��-���������Ȟڞ����$�#�"�T���1Q-Q.Q�V�V�V�V�V�VpY<[i\j\�]m^n^�a�a�a�a�a�a�a�a�a�a�de�d�dee�d�e�e�f�f�f�j�j�j�j�j�j�j�j�j�j�j^k�klpp
ppppp�op�o&p�o�o
pr�q�qr�qvs�t�t�t�t�t�t�t�tuu\vdvYvPvSvWvZv�v�v�v�w�w�xyyy	yyyy�y�y_z|)|| ||-||&|(|"|%|0|\~P~V~c~X~b~_~Q~`~W~S~����u�сҁЁ_�^���ƅ��Ņ������Džą��˅΅ȅŅ����҅$�������i����ۇ���߇��ԇ܇Ӈ�؇㇤�ׇه���݇S�K�O�L�F�P�Q�I�*�'�#�3�0�5�G�/�<�>�1�%�7�&�6�.�$�;�=�:�B�u������������\�b�`�W�V�^�e�g�[�Z�a�]�i�T�F�G�H�K�(�:�;�>�������������������������������������������������������������ҕӕѕ��זږ�]ߖؖݖ#�"�%�����������������חٗ֗ؗ��P�Q�R���A�<�:���	�
���
������ܚ���)�5�J�L�K�ǛƛÛ��������ӛ��ě����\�S�O�J�[�K�Y�V�L�W�R�T�_�X�Z�����ߞ���%�+�*�)�(�L�U�4Q5Q�R�R�S�V�V�V�V�V�V�X�X�XY=[>[?[�]p^�_�aee
e	eee�e�e�e�f�j�j�j�j�j�j�j�j�j�j�j�j�j`k�klp'p pp+p!p"p#p)pp$pp*pr
rrrr�r�r�r�r�r�t�t�t�tu`v�w�w�w�wyy!yyyy�ygzhz3|<|9|,|;|�|�|v~u~x~p~w~o~z~r~t~h~KJ�����x�ׁՁd�a�c����م��څׅ��؅߅�܅х���ޅ���������	���������
��b�Z�[�W�a�\�X�]�Y���������P�H�J�@�S�V�T�K�U�Q�B�R�W�C�w�v�����	���������m�x�s�j�o�{�ŽR�Q�O�P�S���@�?�����ޓǓϓ“ړГ���̓ٓ���ʓԓ��ՓēΓ��ғ�}�ڕە�)�+�,�(�&�������ݗޗߗ\�Y�]�W���������H�G�C�������%��$��"� �'�#����š�
���7����ޛ����ԛכ�ܛٛ�՛�ڛw���������q���x�������}�k�t�u�p�i���s�{���o�y����h���������-�@�A�M�V�W�X�7S�V�V�V�XE[�]�]�^�^�_�_�aeeee�e�f�f�f�j�j�j�j�j�j�j�j<p5p/p7p4p1pBp8p?p:p9p@p;p3pAprr�r}s|s�t�v�v�v�v�w�w�w�w�w%y#y'y(y$y)y�ynzlzmz�zI|H|J|G|E|�|{~~~�~�~��y�ہف�h�i�"�����������	�����������c�f�����`�j�]�h�c�e�g�m���������Y�V�W�U�X�Z���C�A������������� �������(��
������������	���
����������ޕ�ߕ.�/���������`�b�c�_���˜P�N�Y�L�K�S�2�4�1�,�*�6�)�.�8�-�ǚʚƚ�����������@������	�����������������������������������������������������������0�.�[�`�^�]�Y���:Q9Q�R�R�V�V�VH[G[�]�]�^�aek�jk�jkCpDpJpHpIpEpFprrr~sujv�w-y1y/yT|S|�|�~�~�~�~�~�~M�0�݁�*�&��#���'�.�!� �)��%�)��� �$��+�J�m�i�n�k���y�x�E�z�{���������^�[�]�F�D�E���?�;�6�)�=�<�0�9�*�7�,�@�1����5�:����d�ɘƘ��X�V�9�=�F�D�B�A�:�?�͚����:�R�+���,�#�(�)�$�!���������ǝʝϝ��ŝÝ����Ν������ȝ����̝��͝��z���������1�N�e�d����N�V�V�VqYK[L[�]�]�^!e e&e"ekk	k
lUpVpWpRprr�rs�t�t�t�tmv�v5y�ypzqzW|\|Y|[|Z|�|�|�~O�ށk�4�5�3�,�2�6�,�(�&�*�%�q�������~�������������������������`�b�G�L�P�J�K�O�G�E�H�I�F�?��j�i�˘T�[�N�S�T�L�O�H�J�I�R�P�К�+�;�V�U�F�H�?�D�9�3�A�<�7�4�2�=�6�۝ҝޝڝ˝Нܝѝߝ�ٝ؝֝��՝ݝ���5�3�2�B�k�����=Q�R�X�XrYM[�]/�O_bbb)e%e�e�fkkk�k[pZp"r�s�s�spv�wg|f|�~l�:�@�9�<�1�;�>�0�2�.�3�v�t�s�����������E����d�c���b�U�]�W�^�ėŗ�V�Y��� �R�X�P�J�M�K�U�Y�L�N����������������������žО����8�7�6�C�O�q�p�n�o��V�VN[m\-e�f�fk_pap]p`p#r�t�t�w8y�y�yj|�~�m�C�8�7�5�K�����������������‘k�h�i��F�C�G�Ǘ�^�՚Y�c�g�f�b�^�`����������	���������F�t�u�v��V.e�ekkkkbp&r�r�w�w9yi|k|�|�~�~�~�~��F�G�H�y�z�|�{�������������n�m�o�q�s�I�r�_�h�n�m��
���������	�G�x�{�z�y�Wfpo|<�����Ñt�x�v�u�`�t�s�q�u�����
���hpep�|j�>�=�?�������ɎK�s�t�̘a���d�f�g�$���H�bk'rL���������i�h�.��)rK�����y���uvk�z��ipjp��~�I�������������������������������������������������������������������������������������������
������!�"�#�%�&�'�(�)�*�+�.�2�3�4�������������5�6�7�:�;�=�>�?�A�B�C�D�E�F�G�H�I�J�L�N�O�P�Q�R�S�U�������������V�W�Y�Z�[�]�^�_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�r�s�u�v�y�{�|�}�~����������������������������������������������������������������������������¬ìŬƬǬɬʬˬͬάϬЬѬҬӬԬ֬ج٬ڬ۬ܬݬެ߬����������������������������	�
����������������!�"�#�$�%�&�'�(�*�+�.�/�0�1�2�3�������������6�7�9�:�;�=�>�?�@�A�B�C�F�H�J�K�L�M�N�O�Q�R�S�U�V�W�������������Y�Z�[�\�]�^�_�`�b�d�e�f�g�h�i�j�k�n�o�q�r�w�x�y�z�~�������������������������������������������������������������������������������������������������������������­íŭƭǭɭʭ˭̭ͭέϭҭԭխ֭׭ح٭ڭۭݭޭ߭�������������������������������������
������������������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�2�3�5�6�9�;�<�������������=�>�?�B�D�G�H�I�K�O�Q�R�S�U�W�X�Y�Z�[�^�b�c�d�f�g�j�k�m�n�o�q�r�s�t�u�v�w�z�~������������������������������������������������������������������������������������������������������������������������®îŮƮǮȮɮʮˮήҮӮԮծ֮׮ڮۮݮޮ߮����������������������������������������������������	�
�������������������� �!�"�#�������������$�%�&�'�(�)�*�+�.�/�1�3�5�6�7�8�9�:�;�>�@�D�E�F�G�J�K�L�M�N�O�Q�R�S�T�U�V�W�X�Y�Z�[�^�_�`�a�b�c�f�g�h�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�z�{�|�}�~����������������������������������������������������������������������������������������������������������������¯ïįůƯʯ̯ϯЯѯүӯկ֯ׯدٯگۯݯޯ߯���������������������������������������������������������������	�
��
��������������� �!�"�#�$�%�&�'�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�F�G�I�K�M�O�P�Q�R�V�X�Z�[�\�^�_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�~��������������������������������������������������������������������������������°ðưʰ˰̰ͰΰϰҰ������������Ӱհְװٰڰ۰ܰݰް߰���������������������������������������������������������
�
����������� �!�"�&�'�)�*�+�-�.�/�0�1�2�3�6�:�;�<�=�>�?�B�C�E�F�G�I�J�K�L�M�N�O�R�S�V�W�Y�Z�[�]�^�_�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�z�{�}�~��������������������������������������������������������������������������������������������������������������������������±ñıűƱDZȱɱʱ˱ͱαϱѱұӱձ������������ֱױرٱڱ۱ޱ�������������������������������������	�
�
���������������!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�5�6�7�8�9�:�;�=�>�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�Y�Z�[�]�^�_�a�b�c�d�e�f�g�j�k�l�m�n�o�p�q�r�s�v�w�x�y�z�{�}�~��������������������������������������������������������������������������������������������������������������������������²òIJŲƲDzʲ˲ͲβϲѲӲԲղֲײڲܲ޲߲��������������������	�
���
������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�W�Y�Z�]�`�a�b�c�f�h�j�l�m�o�r�s�u�v�w�y�z�{�|�}�~��������������������������������������������������������������������������������������������������������������������������������������³óƳdzɳʳͳϳѳҳӳֳسڳܳ޳߳���������������������������������������������	�
���
����������������!�"�#�$�%�&�'�*�,�-�.�/�0�1�2�3�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�R�S�U�V�W�Y�Z�[�\�]�^�_�b�d�f�������������g�h�i�j�k�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|�}�~������������������������������������������������������������������������������������������������������������������������������´ôŴƴǴɴʴ˴̴ʹδϴѴҴӴԴִ״شٴڴ۴޴ߴ����������������������������������������	�
���
�������������� �!�"�#�&�+�,�-�.�/�2�3�5�6�7�9�:�;�<�=�>�?�B�F�������������G�H�I�J�N�O�Q�R�S�U�V�W�X�Y�Z�[�^�b�c�d�e�f�g�h�i�j�������������k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|�}�~��������������������������������������������������������������������������������������������������������µõŵƵǵȵɵʵ˵εҵӵԵյֵ׵ٵڵ۵ܵݵ޵ߵ�������������������������������������������������	�
���
��������������������������� �!�"�#�$�&�'�(�)�*�+�-�.�/�0�1�2�3�5�6�7�8�9�:�������������;�<�=�>�?�@�A�B�C�D�E�F�G�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�e�f�g�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|�}�~������������������������������������������������������������������������������������������������������������������������¶öĶŶƶǶȶɶʶ˶̶Ͷζ϶жѶҶӶնֶ׶ضٶڶ۶ܶݶ������������޶߶�������������������������������������������������������	�
���
������������������� �!�"�#�$�%�&�'�*�+�-�.�1�2�3�4�5�6�7�:�<�=�>�?�@�A�B�C�E�F�G�I�J�K�M�N�O�P�Q�R�S�V�W�X�Y�Z�[�\�]�^�_�a�b�c�e�f�g�i�j�k�l�m�n�o�r�t�v�w�x�y�z�{�~������������������������������������������������������������������������������������������������������·÷ķŷƷȷʷ˷̷ͷηϷзѷҷӷԷշַ׷طٷڷ۷ܷݷ������������޷߷������������������������������������
��
�������������� �!�"�#�&�'�)�*�+�-�.�/�0�1�2�3�6�:�;�<�=�>�?�A�B�C�E�F�G�H�I�J�K�L�M�N�O�P�R�T�U�V�W�X�Y�Z�[�^�_�a�b�c�e�f�g�h�i�j�k�n�p�r�s�t�u�v�w�y�z�{�}�~������������������������������������������������������������������������������������������������������������������������������������������������¸ĸƸǸȸɸʸ˸͸θϸѸҸӸոָ׸ظٸڸ۸ܸ޸������������������������������������	�
���
������������������!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�>�?�A�B�C�E�F�G�H�I�J�K�M�N�P�R�S�T�U�V�W�Z�[�]�^�_�a�b�c�d�e�f�g�j�l�n�o�p�q�r�s�v�w�y�z�{�}�������������~��������������������������������������������������������������������������������������������������������������������¹ùĹŹƹǹʹ˹͹ӹԹչֹ׹ڹܹ߹������������������������������	�
���
������������������ �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�:�;�=�>�?�A�C�D�E�F�G�J�L�O�P�Q�R�V�W�Y�Z�[�]�^�_�`�a�b�c�f�j�k�l�m�n�o�������������r�s�u�v�w�y�z�{�|�}�~��������������������������������������������������������������������������������������������������������������������ºúźƺǺɺʺ˺̺ͺκϺкѺҺӺԺպֺ׺ںۺܺݺ޺ߺ����������������������������������������������	�
�����������������!�"�#�$�%�&�'�(�*�,�-�.�/�0�1�2�3�7�9�:�?�@�A�B�C�F�H�J�K�L�N�Q�R�������������S�U�V�W�Y�Z�[�\�]�^�_�`�b�d�e�f�g�h�i�j�k�m�n�o�p�q�������������r�s�t�u�v�w�x�y�z�{�|�}�~��������������������������������������������������������������������������������������������������������������������»ûŻƻǻɻʻ˻̻ͻλϻѻһԻջֻ׻ػٻڻۻܻݻ޻߻���������������������������������������
������� �!�"�#�&�(�*�+�,�.�/�2�3�5�������������6�7�9�:�;�<�=�>�?�B�F�G�H�J�K�N�O�Q�R�S�T�U�V�W�X�Y�������������Z�[�\�^�_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|�}�~��������������������������������������������������������������������������������������¼üżƼǼȼɼʼ˼̼μҼӼԼּ׼ټڼۼݼ޼߼��������������������������������������
���
����������������������������� �!�"�#�%�&�'�(�)�*�+�-�.�/�0�1�2�3�4�5�6�7�8�9�������������:�;�<�=�>�?�A�B�C�D�E�F�G�J�K�M�N�O�Q�R�S�T�U�V�W�Z�[�\�]�^�_�`�a�b�c�e�f�g�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|�}�~����������������������������������������������������������������������������������������������������½ýĽŽƽǽȽɽʽ˽̽ͽνϽнѽҽӽֽ׽ٽڽ۽ݽ޽߽����������������������������������������������������	�
��������������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�F�G�I�J�K�M�O�P�Q�R�S�V�X�\�]�^�_�b�c�e�f�g�i�k�l�m�n�o�r�v�w�x�y�z�~������������������������������������������������������������������������������������������������������������������¾þľžƾǾȾɾʾ˾̾;ξϾҾӾ������������վ־پھ۾ܾݾ޾߾�������������������������������������������������������
���
�������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�B�C�E�F�G�I�J�K�L�M�N�O�R�S�T�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|�}�~����������������������������������������������������������������������������������������������������������������������������������������������������������¿ÿĿƿǿȿɿʿ˿οϿѿҿӿտֿ׿ؿٿڿۿݿ޿�������������������������������������������������	�
���
������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�=�>�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�R�S�T�U�V�W�Y�Z�[�������������]�^�_�a�b�c�d�e�f�g�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�������������z�{�|�}�~����������������������������������������������������������������������������������������������������������������������������������������������������	�
���
�������������!�"�%�(�)�*�+�.�2�3�4�5�7�:�;�=�>�?�A�B�C�D�E�F�G�J�N�O�P�Q�R�S�V�W�������������Y�Z�[�]�^�_�`�a�b�c�f�j�k�l�m�n�o�q�r�s�u�v�w�y�z�{�������������|�}�~������������������������������������������������������������������������������������������������������������������������������������������������������������������	�
��������������!�"�#�$�%�&�'�*�,�.�0�3�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E������������F�G�I�J�K�L�M�N�O�R�S�U�V�W�Y�Z�[�\�]�^�_�a�b�c�d�f������������g�h�i�j�k�n�o�q�r�s�u�v�w�x�y�z�{�~€‚ƒ„…†‡Š‹ŒŽ‘’“”•–—™šœžŸ ¡¢£¦§©ª«®¯°±²³¶¸º»¼½¾¿��������������������������������������������������������������������������������������������������
��������������� �!�"�#�&�'�*�+�,�-�.�/�0�1�2������������3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�F�G�H�I�J�K�L�M������������N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�f�g�j�k�m�n�o�q�s�t�u�v�w�z�{�~�ÀÁÂÃÅÆÇÉÊËÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ�����������������������������������������������������������������������������������������������������������������	�
���
����������������������������� �!�"�#�%�&�'�(�)�*�+�-�.�/�1�2�3�5�6�7�8�9�:�;�>�?�@�A�B�C�D�E�F�G�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�f�g�i�j�k�m�n�o�p�q�r�s�v�w�x�z�{�|�}�~�āĂ㥹ĆćĈĉĊċČčĎďĐđĒēĕĖėĘęĚěĝĞğĠġĢģĤĥĦħĨĩĪīĬĭĮįİıIJijĴĵĶķĹĺĻĽľĿ��������������������������������������������������������������������������������������������������������������������������������������	�
��
���������������� �!�"�#�$�%�&�'�*�+�-�.�/�1�2�3�4�5�6�7�:�<�>�?�@�A�B�C�F�G�K�O�P�Q�R�V�Z�[�\�_�b�c�e�f�g�i�j�k�l�m�n�o�r�v�w�x�y�z�{�~�ŁłŃŅņňʼnŊŋŎŐŒœŔŖřŚśŝŞşšŢţŤťŦŧŨŪūŬŭŮůŰűŲųŶ�������������źſ��������������������������������������������������������������������������������	�
��
�������������� �!�"�#�&�'�)�*�+�/�1�2�6�8�:�<�=�>�?�B�C�E�F�G�I�J�K�L�M�N�O�R�V�W�X�Y�Z�[�^�_�a�b�c�d�e�f�g�h�i�j�k�m�n�p�r�s�t�u�v�w�z�{�}�~�ƁƂƃƄƅƆƇƊƌƎƏƐƑƒƓƖƗƙƚƛƝƞƟƠơƢƣƦƨƪƫƬƭƮƯƲƳƵƶƷƻƼƽƾƿ���������������������������������������������������������������������������������������������������������������	�
��
���������������"�#�%�&�'�)�*�+�,�-�.�/�2�4�6�8�9�:�;�>�?�A�B�C�E�F�G�H�I�K�N�P�Y�Z�[�]�^�_�a�b�c�d�e�f�g�i�j�l�m�n�o�p�q�r�s�v�w�y�z�{�ǀǁǂdžNjnjǍǏǒǓǕǙǛǜǝǞǟǢǧǨǩǪǫǮǯDZDzdzǵǶǷǸǹǺǻǾ��������������������������������������������������������������������������������������������������������������������������	���
������������!�"�#�%�&�'�(�)�*�+�.�0�2�3�4�5�6�7�9�:�;�=�>�?�A�B�C�D�E�F�G�J�K�N�O�P�Q�R�S�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�r�s�u�v�w�y�{�|�}�~�ȂȄȈȉȊȎȏȐȑȒȓȕȖȗȘșȚțȜȞȠȢȣȤȥȦȧȩȪȫȬȭȮȯȰȱȲȳȴȵȶȷȸȹȺȻȾȿ������������������������������������������������������������������������������������������������������������������������	�
���000�% & �0� %"<�<"    000	0
000
00000���`"d"e""4"�2 3 !+!���B&@& "�"#""a"R"�; &&�%�%�%�%�%�%�%�%�%�%�%�!�!�!�!�!0j"k""=""5"+","""�"�"�"�"*")"'"("��������������� �!�"�#�$�%�&�'�(�)�*�+������������-�.�/�0�1�2�3�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E�F�G������������H�I�J�K�L�M�N�O�R�S�U�V�W�Y�Z�[�\�]�^�_�b�d�e�f�g�h�i�j�k�m�n�o��!�!""�^�����������."""�	!0 �%�%�%�%d&`&a&e&g&c&�"�%�%�%�%�%�%�%�%�%�%�%h&&&&&�  ! �!�!�!�!�!m&i&j&l&22!�3"!�3�3!!��������������������������������������������������q�r�s�u�v�w�x�y�z�{�}�~�ɀɁɂɃɄɅɆɇɊɋɍɎɏ�������������ɒɓɔɕɖɗɚɜɞɟɠɡɢɣɤɥɦɧɨɩɪɫɬɭɮ�������������ɰɱɲɳɴɵɶɷɸɹɺɻɼɽɾɿ���������������������������������������	�
���
������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;��=�>�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]��������������������������������������������������������
����������������� �!�"�#�$�%������������&�'�(�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E�F�112131415161718191:1;1<1=1>1?1@1A1B1C1D1E1F1G1H1I1J1K1L1M1N1O1P1Q1R1S1T1U1V1W1X1Y1Z1[1\1]1^1_1`1a1b1c1d1e1f1g1h1i1j1k1l1m1n1o1p1q1r1s1t1u1v1w1x1y1z1{1|1}1~11�1�1�1�1�1�1�1�1�1�1�1�1�1�1�1G�H�I�J�K�N�O�Q�R�S�U�V�W�X�Y�Z�[�^�b�c�d�e�f�g�i�j������������k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|�~�ʀʁʂʃʅʆ�������������ʈʉʊʋʌʍʎʏʐʑʒʓʔʕʖʗʙʚʛʜʝʞʟʠʡʢʣʤʥʦʧ�p!q!r!s!t!u!v!w!x!y!����������`!a!b!c!d!e!f!g!h!i!�������������������������������������������������������������������������������������������ʩʪʫʬʭʮʯʰʱʲʳʴʵʶʷʸʹʺʻʾʿ���������������������������������������������������������������������������������������������������������������������������	�
�%%%%%%%,%$%4%<%%%%%%%#%3%+%;%K% %/%(%7%?%%0%%%8%B%%%%%%%%
%%%!%"%&%'%)%*%-%.%1%2%5%6%9%:%=%>%@%A%C%D%E%F%G%H%I%J%������������������������������������������������������
����������������"�#�$�%�&�'�(�)������������*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�B�C�D������������E�F�G�J�K�M�N�O�Q�R�S�T�U�V�W�Z�[�\�^�_�`�a�b�c�e�f�g�h�i�j�k�l˕3�3�3!�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3&!�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3�3������������������������������m�n�o�p�q�r�s�t�u�v�w�z�{�|�}�~�ˀˁ˂˃˄˅ˆˇˈ�������������ˊˋˌˍˎˏːˑ˒˓˔˕˖˗˘˙˚˛˝˞˟ˠˡˢˣ�������������˥˦˧˨˩˪˫ˬ˭ˮ˯˰˱˲˳˴˵˶˷˹˺˻˼˽˾˿������������&��2��?A�R��fJ��`2a2b2c2d2e2f2g2h2i2j2k2l2m2n2o2p2q2r2s2t2u2v2w2x2y2z2{2�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$`$a$b$c$d$e$f$g$h$i$j$k$l$m$n$�S!T!��[!\!]!^!�����������������������������������������������������������������������������������������������������������������������������������	�
���������������� �#�$���'138@B�S��gKI222222222	2
222
222222222222222�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$t$u$v$w$x$y$z${$|$}$~$$�$�$�$���t  � � � � %�&�*�+�-�/�1�2�3�4�5�6�7�:�?�@�A�B�C�F�G�I�J�K�M�N������������O�P�Q�R�S�V�Z�[�\�]�^�_�a�b�c�e�g�i�j�k�l�m�n�o�q�r������������s�t�v�w�x�y�z�{�|�}�~�̀́̂̃̄̅̆̇̈̉̊̋̌̍̎̏̐̑̒̓�A0B0C0D0E0F0G0H0I0J0K0L0M0N0O0P0Q0R0S0T0U0V0W0X0Y0Z0[0\0]0^0_0`0a0b0c0d0e0f0g0h0i0j0k0l0m0n0o0p0q0r0s0t0u0v0w0x0y0z0{0|0}0~00�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�����������������������̶̷̡̢̧̛̖̗̝̞̟̣̤̥̦̪̮̯̰̱̲̳̹̕̚�������������̻̽̾̿����������������������������������������������������������������������������������������������������������̡0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0��������������������������
��
�������������� ������������!�"�#�%�&�'�)�*�+�-�.�/�0�1�2�3�4�5�6�7�8�:�;�<�=�>������������?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�]�^�_� !"#$%&'()*+,-./������������������������������012345Q6789:;<=>?@ABCDEFGHIJKLMNO��������������������������a�b�c�e�f�g�h�i�j�k�n�p�r�s�t�u�v�w�y�z�{�|�}�~�̀�������������͇͉͍͎͂̓̈́͆͊͋͌ͅ͏͓͖͙͚͐͑͒͗͛͟͝͞�������������ͣͦͨͪͫͬͭͮͯ͢͡ͱͲͳʹ͵Ͷͷ͸͹ͺͻͼͽ;Ϳ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	�
��
�����������������"�#�%�&�'�)�*�+��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������,�-�.�/�2�4�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E�F�G�H�I������������J�K�L�M�N�O�P�Q�R�S�T�U�V�W�Z�[�]�^�b�c�d�e�f�g�j�l������������n�o�p�q�r�s�v�w�y�z�{�}�~�΀΁΂΃ΆΈΊ΋Ό΍ΎΏΒΓΕΖΗΙ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ΛΜΝΞΟ΢ΦΧΨΩΪΫήίΰαβγδεζηθικ�������������μνξο�������������������������������������������������������������������������������������������������������������������	�
�������������� �$�,�-�/�0�1�8�9�<�@�K�M�T�X�\�p�q�t�w�x�z�����������������������������������������������������������ĬȬ̬լ׬�������������������������	�
���
��������������!�"�#������������%�&�'�(�)�*�+�.�2�3�4�5�6�7�9�:�;�<�=�>�?�@�A�B�C�D������������E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�V�W�Y�Z�[�]�^�_�`�a�b�c�f�h�j�k�l��
����� �)�,�-�4�5�8�<�D�E�G�I�P�T�X�a�c�l�m�p�s�t�u�v�{�|�}��������������������������ĭȭЭѭӭܭ������������	��
��0�1�4�7�8�:�@�A�C�E�F�J�L�M�N�P�T�V�\�]�_�`�a�e�h�i�l�p�x�m�n�o�r�s�u�v�w�y�z�{�|�}�~�ρςστφχψωϊϋύ�������������ϏϐϑϒϓϔϕϖϗϘϙϚϛϜϝϞϟϠϢϣϤϥϦϧϩ�������������ϫϬϭϮϯϱϲϳϴϵ϶ϷϸϹϺϻϼϽϾϿ���������������������y�{�|�}���������������Į̮ͮϮЮѮخٮܮ��������
��,�-�0�2�4�<�=�?�A�B�C�H�I�P�\�]�d�e�y�����������������������ǯȯɯ˯ͯίԯܯ�������������(�D�E�H�J�L�N�S�T�U�W�Y������������������������������������������������������������������������������������������������	�
��������������
����������������� �!�"�#�$�%�&�'�(�)�*�+�,�]�|�}�������������������������������������������������������İŰǰȰɰаѰ԰ذ���	�����������#�$�%�(�,�4�5�7�8�9�@�A�D�H�P�Q�T�U�X�\�`�x�y�|�������������������������̱бԱܱݱ.�/�0�1�2�3�6�7�9�:�;�=�>�?�@�A�B�C�F�H�J�K�L�M�N�O������������Q�R�S�U�V�W�Y�Z�[�\�]�^�_�a�b�c�d�e�f�g�h�i�j�k�n�o������������q�r�s�u�v�w�x�y�z�{�~�ЀЂЃЄЅІЇЈЉЊЋЌЍЎЏАБВГД�߱����������������� �4�<�X�\�`�h�i�t�u�|�������������������������������������Ȳɲ̲вҲزٲ۲ݲ����������������������������������T�U�V�X�[�\�^�_�d�e��ЖЗИЙКЛМНОПРСТУЦЧЩЪЫЭЮЯабв�������������жиклмноп�����������������������������������������������������������������������������������������������g�i�k�n�p�q�t�x�������������������������ijųȳ˳̳γгԳճ׳ٳ۳ݳ������� �(�)�+�4�P�Q�T�X�`�a�c�e�l���������������������Ĵȴдմܴݴ�������������$�%�'�(�)�*�0�1�4�8�����	�
�������������������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�2�3�5�6�7�9�;�<�=�>������������?�B�F�G�H�I�J�K�N�O�Q�R�S�U�V�W�X�Y�Z�[�^�`�b�c�d�e�f�g�i�j�k�m�@�A�C�D�E�K�L�M�P�T�\�]�_�`�a�������������������������������ĵ̵͵ϵеѵص�����%�,�4�H�d�h���������������Զ�����(�)�,�/�0�8�9�;�D�H�L�T�U�`�d�h�p�q�s�u�|�}���������������������n�o�p�q�r�s�t�u�v�w�x�y�z�{�}�~�рстухцчщъ�������������ьэюяѐёђѓєѕіїјљњћќѝўџѢѣѥѦѧ�������������ѪѫѬѭѮѯѲѴѶѷѸѹѻѽѾѿ�����������������������������ј�����������������������Ƿɷ������������	�������$�%�(�,�4�5�7�8�9�@�D�Q�S�\�]�`�d�l�m�o�q�x�|���������������øŸ̸иԸݸ߸������������� �<�=�@�D�L�O�Q�X�Y�\�`�h�i���������������������������������������������������������������������������������������������������������������
���
������������������ �!�"�#�$�%�&�'�(�)�k�m�t�u�x�|�������������������������������ȹɹ̹ιϹйѹҹعٹ۹ݹ޹�������������������8�9�<�@�B�H�I�K�M�N�S�T�U�X�\�d�e�g�h�i�p�q�t�x�������������������������������ĺȺغٺ��*�+�.�/�1�2�3�5�6�7�8�9�:�;�>�@�B�C�D�E�F�G�I�J�K�L������������M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�]�^�_�`�a�b�c�e�f�g�h������������i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|�}�~�҂҃҅҆҇҉ҊҋҌ���
����� �)�+�4�5�6�8�;�<�=�>�D�E�G�I�M�O�P�T�X�a�c�l�������������������ĻȻлӻ�����������	���
�������������$�%�'�)�-�0�1�4�8�@�A�C�D�E�I�L�M�P�]��������������������ҎҏҒғҔҖҗҘҙҚқҝҞҟҡҢңҥҦҧҨҩҪҫҭ�������������үҰҲҳҴҵҶҷҺһҽҾ�����������������������������������������������������������������������������������������������ҙ�����������������������������ļͼϼмѼռؼܼ����������	���$�,�@�H�I�L�P�X�Y�d�h�����������������������������������Խսؽܽ�������
������D�E�H�L�N�T�U�W�Y�Z�[�`�a�d������������	�
�������������"�#������������$�&�'�*�+�-�.�/�1�2�3�4�5�6�7�:�>�?�@�A�B�C�F�G�H�I������������J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�h�j�p�q�s�t�u�{�|�}���������������������оѾԾ׾ؾ�������	������@�A�D�H�P�Q�U�����ſ̿ͿпԿܿ߿�<�Q�X�\�`�h�i������������������������������������������������������j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�~�ӁӂӃӅӆӇ�������������ӉӊӋӎӒӓӔӕӖӗӚӛӝӞӟӡӢӣӤӥӦӧӪӬӮ�������������ӰӱӲӳӵӶӷӹӺӻӽӾӿ���������������������������������������������������� �#�$�&�'�,�-�/�0�1�6�8�9�<�@�H�I�K�L�M�T�U�X�\�d�e�g�h�i�p�t�x����������������������������������������������������
������� �(�)�+�-��������������������������������������������������������������������������	�
���
����������������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�/�1�2�4�H�P�Q�T�X�`�e�l�m�p�t�|�}�ˆ‰˜›¤¥¨¬­´µ·¹����������������������������	��
������$�%�(�)�E�h�i�l�p�r�x�y�|�}ÄÈÌ��������������������������$�,�0�8�9�:�;�<�=�>�?�A�B�C�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S������������T�U�V�W�X�Y�Z�[�]�^�_�a�b�c�e�f�g�h�i�j�k�l�n�p�q�r������������s�t�u�v�w�z�{�}�~ԁԃԄԅԆԇԊԌԎԏԐԑԒԓԕԖԗԘԙԚԛԜԝ�4�<�=�H�d�e�h�l�t�u�yĀĔĜĸļ������������������(�)�,�0�8�9�;�=�D�E�H�I�J�L�M�N�S�T�U�W�X�Y�]�^�`�a�d�h�p�q�s�t�u�|�}ŀńŇŌōŏőŕŗŘŜŠũŴŵŸŹŻżŽž������������������ŞԟԠԡԢԣԤԥԦԧԨԪԫԬԭԮԯ԰ԱԲԳԴԵԶԷԸ�������������ԺԻԼԽԾԿ������������������������������������������������������������������������������������������������������������������������������������������������������$�%�(�,�-�.�0�3�4�5�7�9�;�@�A�D�H�P�Q�S�T�U�\�]�`�l�o�q�x�y�|ƀƈƉƋƍƔƕƘƜƤƥƧƩưƱƴƸƹƺ����������������������������������	�
��
��������������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7������������8�9�:�;�>�?�A�B�C�E�F�G�H�I�J�K�N�P�R�S�T�U�V�W�Z�[�]�^�_�a�b�c������������������ �!�$�(�0�1�3�5�7�<�=�@�D�J�L�M�O�Q�R�S�T�U�V�W�X�\�`�h�k�t�u�x�|�}�~ǃDŽDžLJLjljNJǎǐǑǔǖǗǘǚǠǡǣǤǥǦǬǭǰǴǼǽǿ���������������������������
�d�f�g�j�l�n�o�p�q�r�s�v�w�y�z�{�}�~�ՀՁՂՃՆՊՋ�������������ՍՎՏՑՒՓՔՕՖ՗՘ՙ՚՛՜՝՞՟ՠաբգդզէ�������������թժիլխծկհձղճմյնշոչպջռսվտ���������������������� �$�,�-�/�1�8�<�@�H�I�L�M�T�p�q�t�x�zȀȁȃȅȆȇȋȌȍȔȝȟȡȨȼȽ�����������������������������
����,�4�P�Q�T�X�`�a�c�l�p�t�|ɈɉɌɐɘəɛɝ�������������������������������������������������������������������������������������������������������	�
���
������������������������!�"�#�%�&�'�(�)�*�+�,�.�/�0�1�2�3�4�5�6�7�:�;������������������������������������	���
���)�L�M�P�T�\�]�_�`�a�h�}ʄʘʼʽ���������������������������� �!�A�H�I�L�P�X�Y�]�d�x�y˜˸����������
�����!�"�'�(�)�,�.�0�8�9�;�=�>�?�A�B�C�D�F�G�J�L�N�O�P�R�S�V�W�Y�Z�[�]�^�_�`�a������������b�c�d�e�f�h�j�k�l�m�n�o�r�s�u�v�w�x�y�z�{�|�}�~�ր�������������ւքֆևֈ։֊֋֎֏֑֖֛֢֣֤֥֦֧֪֚֒֓֕֗֘֙֜֞֠֩�<�=�>�D�E�H�L�T�U�W�X�Y�`�d�f�h�p�ų̴̵̸̘̙̜̠̩̫̬̭̼���������������������	�������$�(�,�9�\�`�d�l�m�o�q�x͈͔͕ͤͥͧͩ͘͜Ͱ���������������������� �!�$�(�0�1�3�5Ϋֱֲֳִֵֶַָֺּֽ֭֮֯־ֿ����������������������������������������������������������������������������������������������������������������������	�
���
�������X�Y�\�_�`�a�h�i�k�m�t�u�x�|΄΅·ΉΐΑΔΘΠΡΣΤΥάέ��������������������������� �$�,�-�/�0�1�8�T�U�X�\�d�e�g�i�p�q�t�xπυόϡϨϰ�����������������������-�4�5�8�<���������!�"�#�$�%�&�'�*�,�.�/�0�1�2�3�6�7�9������������:�;�=�>�?�@�A�B�C�E�F�H�J�K�L�M�N�O�R�S�U�Z�[�\�]�^������������_�b�d�f�g�h�j�k�m�n�o�q�r�s�u�v�w�x�y�z�{�~�׀ׂ׃ׅׄ׆ׇ׊׋�D�E�G�I�P�T�X�`�l�m�p�t�|�}ЁФХШЬдезй��������������������������������������
�0�1�4�8�:�@�A�C�D�E�L�M�P�T�\�]�_�a�h�l�|фшѠѡѤѨѰѱѳѵѺѼ��������	��,�-�0�4�<�=�?�A�H�\ҍ׎׏בגדהוזחךלמןנסעף������������������������������������������������������������������������������������������������������������������������������������������������������������dҀҁ҄҈ҐґҕҜҠҤҬұҸҹҼҿ��������������������������������
�������� �!�%�(�)�,�0�8�9�;�<�=�D�E�|�}ӀӄӌӍӏӐӑӘәӜӠӨөӫӭӴӸӼ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@�D�\�`�d�m�o�x�y�|�ԀԂԈԉԋԍԔԩ��������������������������<�=�@�D�L�M�O�Q�X�Y�\�`�e�h�i�k�m�t�u�x�|ՄՅՇՈՉՐե������������������������������������������ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$�-�8�9�<�@�E�H�I�K�M�Q�T�U�X�\�g�i�p�q�tփօ֌֍֐ְֹֻ֔֝֟֡֨֬���������������������������������� �(�)�+�-�4�5�8�<�D�G�I�P�Q�T�V�W�X�Y�`�a�c�e�i�l�p�t�|�}ׁ׈׉׌אטיכם��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������=OsOGP�P�R�SuT�T	V�Z�[�f�g�g�gLk�s�u<zۂ�W���6�Ȍύ���ՙ;RtSTj`da�k�s���҉���O
R�XxY�Yr^y^�a�cFg�gh�oNvw�xz�z!|��n�q�늓�kN�U�f4n�x�z[��N����RNW*XL]a�a!bbe�gDjnu�u�v�w:}��Q�R���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������#S�\2uۀ@���[RX�Y�\]�^:_J_wa_lzu�u�|s}�}�T�!���A����M�G��N�NP�QOX7a>aha9e�io�u�v�v�{��˄������U�[QW��|���(P�SE\�]�bnc�d�d n�p[yݍ��}�E���~N�NeP�]�^aWiq�T�G�u�+�^N�Ppg@h	Q�R�R�j�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������w�Ԟ�R/`�HP�a�c�d<h�j�o������X}r�ruy}m~����t�c�Q��bzlToP}:#�|QJa�{�W����N�OP�PQ�R�RSpW�X�^�_va�a�dleof�f�f�h�m�p�p�t�t�t�ulx�x�z�zE}�}�?����f�����8�Z���OSU:XQYc[F\�`bBh�h�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������h�nLuxv�x=z�|k~|~���?���ĝ�S�SJTqT�V�Yd[;\�^�b7eEere�f�g�i�l�u�v~w?z���������1��������.�ǖg�ؚ��T�e�f�h@z7�`��VdW]f�h�h�n(t���hl����OlQqQ�RT[�]P`m`�b�c;e�szz������2N�[b�g�t�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������yӃ�����N�K�F��^�i�����Q�[�[ca�h>kLp/t�t�{PŃ����ܕ(�.R]`�b��OIQ!S�X�^�f8m�p�r�sP{�[�fS�ckVN�PJX�X*`'a�b�iA��[}��_��N�P�T�U[�]�]*eNe!hKj�r�v�w^}���N�߆�N�ʐ�U���NEN]N�N�OwQ�R������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@S�S�S�TVuW�W�[�]�^�a�bQe�g�g�iPk�k�kBl�nxp�r�st�w�wvz}	����
�߂b�3��������d���ҙE��ם��W@\ʃ������T�z�و͎�XH\�c�z�[_yz�z����&P8R�RwSW�brc
k�m7w�SWsh�v�Օ:g�jpom�̎K��wfxk��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������<���S-WNY�c�i�sEx�z�z�|u���s�5����RGWGu`{̃��XjKQKR�Rb�hui���P�R�R�a�e9h�i~tK{��냲�9�яI�	��N�Y�df�j4t�y�y��~��_�
�&�O�S%`qbrl}f}�NbQ�w��OOvQ�Q�UhV;W�W�WYGY�Y�[�\]�]~^�_�b�e�e������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gg^g�h�h_j:k#l}l�l�m�s&t*t�t�txuu�x�xAyGyHyzy�{}�}��-����O�H�w�!�$��Q���e����}vO	T�bThё�U:Q��Z�a
��b�b��������������������f�Vq��� �OczcWS!��g`isn"�7u#�$�%�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
}&�'�r��VZ(�)�*�+�,�CN-�gQHY�g�.�sYt^�d�y�_l`�b{c�[�[�R/�tY)_`0�1�2�Yt3�4�5�6�7�8�љ9�:�;�<�=�>�?�@�A�B�C��oD�E������`F�G�f�H�I�?\J�K�L�M�N�O�P�Q��Z%�{g}R�S�T�U�V�W���X�Y�<\�l?S�nY6�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������9N�NFO�UW�XV_�e�e�j�kMn�w�z|�}ˆ��2�[��d�ozs�uT�VUMW�a�d�f�m[nmo�o�uC���A���NJZ���lSuT{�]�UXXXb^b�d�hvu�|����N�WnW'Y
\�\6^�_4b�d�s��������۞�[�_�`PR0RW5XWX\`\�\�]�^�_�`c�cdCh�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������h�j�m!n�n�o�q�vyw�y;z�����H���S���M�v�ܗ�kpXr�rhscw�y�{�~���X�`fe�e�f�lq�qZ��mN�z�N�Q�Q�RT�aqgPh�hm|o�u�w�z�c���\Q�e\g�g�u�zs�Z�F��-�o\����A�o�
��_�]Yj�q{vI{��'�0��U�a[�iv�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������?�������\�m�p�sa}=�]�j��^��NuSkk>pr-��LR��P]�d,ek�oC|�~ͅd����b؁��^gjm�rtot��ސ�O
]�_
��Q�ceu�NPiQ�Q�hj�|�|�|o�Ҋ�ϑ�O7Q�RBT�^na>b�e�j�o*y܅#���b�j���Ξ�R�fwkp+yb�B��ab#e#o������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Iq�t�}o��&�#�J��QR�Rm�pˆ�^�e�k�o>|us�N6O�V_��\�]`�s-{��F��4���H��a��O�o�y�����R`��d�d�j^opr�v��\���2�o���u��xy�}Ƀ����֊�X_'g'p�t`|~�!Q(pbr�xŒڌ��N�P�[�^�e�qBv�wJ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������|�'����XAZb\j�mo;v/}7~�8��K��R�e�g�iAm�np	t`tYu$vkx,�^�mQ.bx��O+P]�m�}*��_Daha����R���Q�Q^iz�}�u��O)R�STUe\�`Ng�hlm�r�rt�tb��ul|y���ψ�̑Б�ɛT~o�q�t������W����g�m3t��,x�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������z {�|idjt�u�x�x��T����[U^ o������NMS)Z�]N_ba=cif�f�n+ocp�w,��;��E�;�U�b+g�l	�j�z��N�Y�_�_g�}T��+�������W�Y�Z�['f�g�h�kdqu��㌁�E����L�@���_[ls�v�v��Q��MQ�Q�R�h�lw w�}�}b����n��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Q
T}Tf�f'i�n�v�w�„��i�����O�Q�R�Y=^Uaxdyd�f�g!j�k�k_rarAt8w�w�����(���(g�lgr�vfwFz��k�l"Y&g��oS�X�Y�^�c4fsg:n+s�zׂ(��R�]�a�a
b�b�d�eYifk�k!q�s]uF~��j�����'�a��X؞PR;TOU�e������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������vl
}}^������R�lirsT�Z>\K]L_�_*g�hci<nDn	ws|������a��\�`
a�aOe�e�el�l�s�s�}���[��]RZS�bd�d4g8j�l�s�t�{�|~��6�������4OJS�S�S�b,de�e�i�lXo�sTu"v�v�v�x�x,yF},��ԏ���R�b�d$nQo������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������|vˍ��b��C�#P�PJW�Y(\G^w_?b>e�e�e	f�g�i�n�x!}����+�������*����2���
P�Oc��W�_�b�cogCnq�v̀ڀ���)�M�j�/OpO^�g"h}v~vD�a^
jiq�qjud�A~C��ܘOO{p���Q^�h>lNl�l�r�{��l:t�P�R�X�d�j�tVv�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������x��9�e�^S_��������%R�wI��NPuQ[\w^f:f�g�h�pu�u�y�z'� ���O!X1X�[nfekmzn}o�s+u�܈�\��O�PS\S�[�_
g�yy�/�����9�;����,gvN�OIY\�\�\gc�h�p�q+t+~��"�Ғ�
N�N�O�PVRoR&T�T�W+YfZ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Z[u[�[�^f�vbwe�enm�n6r&{?|6P�Q���@����������t����ܑ�D�ٙ�SR)TtV�XTYnY�_�anbf~lq�v�|�|}�����g�[O__�b)]g�h|xC~l�N�PS*SQS�YbZ�^�`�aIbyb�e�g�i�k�k�k�k�lh�5t�ux�x�y�y�|�}���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������>���船�l����^�ۘ;��V*[l_�e�j�k\m�op]r�s��ӌ;��a7lX��MN�N�N�N:O<OO�O�P�S�SU�U�V�XbYZ�[�[\�]+^�_`hc�e�e�g�g�h{k�l�l#n	pEsx>y@y`y�y�{}r}��
���фdž߈P�^��܌f�������ߙ��JRi�gj��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������P*Rq\ceUl�s#u�u�{��x�0�wN�d�k^q��	Nk�Ig�hn���k��c�o���
N�P�PQFU�UV@[\�\8^�^�^�^�`QhajXn=r@r�r�vey�{���s�a�ތ�^X�t���Ul�az"}r�rru%um�{�X�X�]�^�^�_U`�bcMe�f�f�fh�h�r^tn{n}�}r���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������͞ �YmY-^�`fsf�gPl�m_o�w�xƄˑ+��N�PHQ�U[�[Gb~e�e2n}qtDt�t�tlv�y�}U~�z���9���u��x���%�M���hSQ\Ti�l)m+n���;�-����g�aR�f�k�~��
���]�e�m�qn��W�Y�['`�`bf_f)s�s�vwl{������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������V�r�e�����N�Rrkmz9{0}o����S/VQX�[\\�]@b�cd-f�h�l�m�np�p�q&u�u�uv{�{+| }9},�m��4�
�a�������7��Ol\_g�m�|�~���k[�]
d��\�ᘇs�[�`~g�m�����7Rp�Qp�x��p�ב�O�S�U�V�W�X�Z�[�\�\%^a������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
bKb�cd6exe9j�k4lm1o�q�rxst�t&vaw�yWz�z�|�}�}a~�)�1���ڄꅖ�����8�B���l�����������֖����Ӛ��S~XYp[�[�mZo�q!t�t�����]�_�_B`�ehoiSj�k5m�m�s�v�wM{}#��@��c�b�Ċ������bS��e�]']������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������i]_t��h��o�b�6�r�NXN�P�RGSbfi~�^��OS6V�Y�Z8\N\M\^_C`�e/fBf�g�gs�w:y���̈́��f�i��U�z��W�[_o`�b
i�k\n�q�{U�X���ߘ��8O�O�O{T Z�[<a�ehf�q3u^y3}N�じ���΅�
�����q�ŏ1Y�[�[�`�[\�_�l������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������r��mpu�����NASs�ٖl�N�ORQ^U%Z�\bYr������Y��?�Ŗ�	�]�
X�\�]D^�`a�cj%n�T�N��w��[�\	cOfHh<w����T����e�ˎ��5U�\�]�^�fLv�Ǖ�X�b�r(��N.Y`;f�k�y&��S�T�W]a�f�m�x~���D��S|b�c�m
~K�M��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������jL���_N;P�QY�`�c0i:r6�t�Α1_u�v�}�o���免�w�oOx�y��XC[Y`�ceme�fz�Ji#jmplq�u
v�ypz{��|�D�}�����}�~�
�W�_�eov�y����Z�l�Q�a�b�jƁCP0Xf_	q���|[��O<Q�VDY�c�m�]mi�Q�NYO������Y����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������_k]l���ty���E�9�?�]�����������N���Wy_f�����uy~o����[��V'X�YZ�[���^����Pc;c��=i�l�l�m�m�mo���p6qYq���q�q��Oxox��u{�}��/~��M�ߎ������[������������`�m���q�������S�������g���p0q0tv�҂�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������}��f���qI�����KX�����]q_�� f�fyi�i8l�l6nAo�op/pPq�qps��[t���t�vNz�~�����`�Ώ��H��������BN*P��R�S�fml�o
swbz��݅���Ԉc�}�k����������N
O�O�PHS>T3T�UbX�XgYZ�[�`���aVe�edf�hZl�o�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������p�qRs}{���2��K\�lDs�s:��netviz~
�@Q�X�d�tupv���͖T�&n�t�z�z�نx��IZ�[�[�hicm�st,t�x�}��U���L�.���f�_�e�gjl�s-PZjk�wYl]�]%sOu�����P�Q/X-Y�Y�Y�[�����]�bd�d�d���f��Hj���qdt���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������z�zG~^~�p��� �Y����R�~a2ktm~%����O�P�Q�R�W�X�[�^Ba�i�mgn�n�qbt(u,us�8�Ʉ
���ޓ��NQOvP*Q�S�S�S�[�[$\a�a�e[r�s@t�vPy�y�y}���Յ^�G���ꑅ����Rg_�e1f/h\q6z��
��N�Rj�k�o�q���S�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������K�����1��N�qĖCQ�S�TWW�W�Z�Z�[(`?a�c�l9mrn�n0r?sWtт��E�`��b�X��g��^�MOIP�PqS
W�YZ	\pa�f-n2rKt�}À�f�?�_�[���U�˗O�sN�OQjQ�/U�Uz[�[|^}^�^�`�`a	a�c8e	g��g�g�aibi�l'm�8n��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������o6s7s�\t1u�Rv���}��8�Ո��ۊ�0�B�J�>�z�I�ɑn���	X��k������AQkY9\��do�s�����������bph}����Wi`Ga�k������YNT�m-�p����c�l���Q�a�����OPQ�[a�a�di�k�u�w�d�����c���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������p����N�N
O��7Y�Y��]_[_!`����>r�s�pu�u�y��3����Q��������������7p�v�����N�NRpS�T�V�Y�[_�_nn��j}5�����m�w���NZO~O�X�e�n8������N�X�Y�YA`�z��O�ÌeQDS�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������NiRU[���N:R�T�Y�YP[W[\[c`Ha�n�pnq�s�t�u�x+}��(��Ʌ�nj̖\O�R�V�e(f|p�p5r�}��L���r�q[�h�kzo�v�\�f[o�{*|6�ܖN�N S4X�X�XlY\3^�^5_�c�fVgj�jk?oFr��Ps�t�z�|x�߁灊�l�#���υ݈���w����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Q�T(W�[MbPg=h�h=n�n}p!~����	�K�N�-r�{͊�GONO2Q�T�Y�^�bugnij�ln�r*s�u�{5}��W���[��������Ζ_��R
T�Z�[Xdue�n�r���vMz{M|>~�{�+�ʌd��_���i�ѓCOzO�PhQxQMRjRaX|X`Y\U\�^�`0bh�kl�o������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Nq t0u8uQurvL{�{�{�{�~n�>�I�?���"�+���Z�k��R*b�bYmdv�z�{v}`S�\�^8o�p�|���ޞ�czdv�N�N�N\PuPHT�Y�[@^�^�^�_�`:c?ete�evfxf�ghi�jck@l�m�mn^np�p�s�s:u[w�x�yz}z�|�}G��ꊞ�-�J�ؑf�̒ ��V�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������\���6R�R|U$X^_�`�c�h�omy,{́������D���d���=�L�J��OFQ�Q�R2V_k_�c�d�eAf�f�fg�h�h�ionogq�q*r�t:wVyZy�y z�z�|�|D}p~������T������� �m��;�Ֆ��e|��ÓX[
\RS�bs'P�[�_�`ka�h�m.t.zB}�}1~k�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������*�5�~��POPW�]�^+cj;NOO�OZP�YĀjThT�UOY�[�]�^]f1g�g*h�l2mJn�o�p�s�uL|},}�}�ۆ;���p���3�1�N�R�D�Й�z�|�OQ�Q�W�[�\Yf=jZm�n�oqou�z"�!�u�˖���-N�NF�͑}S�jkiAlz��X�a�f�b�pu�uR~��I��KN�S�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������T0W@W�_ccod/e�ezf�g�gbk`l�l,o�w%xIyWy}���󁝂����������r��vz7zT~w�U�UuX/c"dIfKfmh�i�k%m�n�sht�t[u�u�vw�w�y	~~��/���:�ь뎰�2���c�s���O�S�Y�Z^Nh�t�u�y�z����̍폟eg���WWo�}/���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Ɩ�_�a�oN�OP�S�Uo]�]!kdk�x�{��I�ʎn�Ic>d@w�z/��j��d�o�q�t�t�z|�~�|�~��
�}��L�9R�[�d-g.}�P�SyXXaYa�a�e�z����	P!PuR1U<Z�^p_4a^ef6f�f�i�n2os!v�z9�Y�փ���P�W�[�[i_�c&x�}܃!�Ǒ���Q�gV{���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Q�Y�`U�P��TR:\}ab�b�d�e�n v
�`�_����NCS�U)Y�]�d�l�m�sz�����w���!�Ɨ�Q�T�U�_�d�o�}�M�5��P\�l�mu�w=|d|y�ŠX�Y^wcRr�ukw܊����^tf�m}���ˊQ�֛�CR�f�m�n�}�.�^�ԚRR�T�a�b�b�h������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������iZi5j�p&q]xyy�y
z��x�ՂI�I�����b������O�V�q�w����[�_Qg���SZX�[�`�a`d=~p�%����d�P]g�X�b�cixijkn�v�y��)�ϊ�����K�������ۖ6�
�N\u]y�zQ{�{.~ĄY�t����%f?iCt�Q.gܞEQ�_�l�]�w��`�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������S9T4V6Z1\�p�Z��큣���_��tP�N�S�`,nd\�O$P�U�\_^e`�h�l�m�q�u�uavzIz�}�}n􁩆�ɖ��R�GR�R혪�N�go�O�[�g�lxmt'xݑ|�ć�y1z�_�N�T>U�X�Y�`Sb�b6gUi5�@���ݙ,PSSDU|W�Xb��dkf�g�o�o"t8t�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������8�QTVfWH_�aNkXp�p�}��jY+��cw=���TX-d�i�[^on�i�LQ�S*Y `Ka�kpl�l{΀Ԃƍ������d�o�deNQTW�_avh��uR{q}�X�i�*��9�xPWY�Y�b�*�]ayr֕aWFZ�]�b�d�dwg�l>m,r6t4xw��ۍ�$RBWgHr�t�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������*�kQ�SLciOU�`We�lmLr�rz����m_�o�p��a�OOPAbGr�{�}�M������jWs^�g
�U� T[c^�^
_�e��=���[�HOS
SS�T�TW^`�b�bUc��lfm�u2xހ/�ނa�����������E^�f�fpr��O}Rj_SaSgjo�thyh�y�ǘĘC��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������TzSi��J�����|_�b�u�v���B�9S<_�_�l�sbu�uF{����ON<�NUO�SY�^0f�lUtw�f���P����Xx[P�����[h`�`�eWl"o�opU�����P�ӗrRD��Q+T�TcU�U�j�m�}f���w�y�T�T�v䆤�ԕ\��N	O�Y�Z�]R`�bmgAh�l/n8��*��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	���NUP�T�WZYi[�[�awiwm#p���r�犂�홸��R8hPx^OgG�L��NT�V�s���	�W���SV�X[�1��a�j{sҎGk��W�UYrk�i��O�\&_�a[f�l�p�s�s�s)wMwC}b}#~7�R�
��I�o�Q[tz@���Z�OTS>Y�\>cym�r����ϒ0��NDQR�W������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������b_�l�npPp�p�q�sitJ���a��������nQW_�`ga�fY�J�����NN�N|T�X�X}Y�\'_6bHb
fgf�kim�mVn�n�o�o�o]p�r%tZt�t�v\y�|~ဦ�k���N�_�t�w�j����e��`bw�ZZf�m>n?tB��_�`{�T_^l�l*m�p}y��;�S�T[:jkpuu�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������y�y���q�A���t���d+e�x�xkz8N�UPY�[{^�`�cakefShneq�t}��i�%�;m�n>sA�ʕ�QL^�_M`�`0aLaCfDf�i�l_n�nboLq�t�v�{'|R�W�Q���Þ/S�V�^�_b`�`�affg�j�m�oppjsj~��4�Ԇ��Č�Rrs�[kj��T�V][He�e�f�h�m�m������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������;r��u�M��OP�ST<T�U�U?^�_=gfq�s��R�RdX�Xq�q�q����f���U�fJq1�IS�U�kY_�_�c�fGq����O:d�pfug�d`N���GQ�QS6m��ўf#k�p�uTy\}� k=kFk8Tp`=m���P�Q�UkV�V�Y	[^�a�a1b^f�f�q�q�q�r�yz�p�������������������������������������~�����������������������������������������������������������������������������������������������������"!�!�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������0�0�0�0�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	
����������������������������������������������������������������������RSTUVWXYZ[\^_�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������&��2��A?��J�R��f�����������������������������������'138B@IK�S�g�����������������������������������������������������������������������������������������������������
������" $�����0*.(469=;CGE������PL�TXVZ\`^db����l�pjrnh����t�xvy}{���������������������	
��������!%�������+/)57:><DHF������QM�UYW[]a_ec����m�qksoi����u��wz~|����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������NNNNNN#N$N(N+N.N/N0N5N@NANDNGNQNZN\NcNhNiNtNuNyNN�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�NOOOOOOOOOOO.O1O`O3O5O7O9O;O>O@OBOHOIOKOLOROTOVOXO_OcOjOlOnOqOwOxOyOzO}O~O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�OPPPP
PPPPPPPPPPP"P'P.P0P2P3P5P@PAPBPEPFPJPLPNPQPRPSPWPYP_P`PbPcPfPgPjPmPpPqP;P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�PQQQQQQ
QQ�PQQQQQQQ#Q'Q(Q,Q-Q/Q1Q3Q4Q5Q8Q9QBQJQOQSQUQWQXQ_QdQfQ~Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�QRRRRRRRR"R(R1R2R5R<RERIRURWRXRZR\R_R`RaRfRnRwRxRyR�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�RSS
SSSSSSSSSS%S'S(S)S+S,S-S0S2S5S<S=S>SBSLSKSYS[SaScSeSlSmSrSyS~S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�STTT!T'T(T*T/T1T4T5TCTDTGTMTOT^TbTdTfTgTiTkTmTnTtTT�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�TUUUU	UU
UUU*U+U2U5U6U;U<U=UAUGUIUJUMUPUQUXUZU[U^U`UaUdUfUU�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�UVV
V
VVVVVVV,V0V3V5V7V9V;V<V=V?V@VAVCVDVFVIVKVMVOVTV^V`VaVbVcVfViVmVoVqVrVuV�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�VWWW
WWWWWWW W"W#W$W%W)W*W,W.W/W3W4W=W>W?WEWFWLWMWRWbWeWgWhWkWmWnWoWpWqWsWtWuWwWyWzW{W|W~W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�WXXX	X�WX
XXXX X&X'X-X2X9X?XIXLXMXOXPXUX_XaXdXgXhXxX|XX�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�XYYYYYYYA�Y!Y#Y$Y(Y/Y0Y3Y5Y6Y?YCYFYRYSYYY[Y]Y^Y_YaYcYkYmYoYrYuYvYyY{Y|Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�YZZZ
ZZZZZ#Z$Z'Z(Z*Z-Z0ZDZEZGZHZLZPZUZ^ZcZeZgZmZwZzZ{Z~Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z[[[[4[[[[![%[-[8[A[K[L[R[V[^[h[n[o[|[}[~[[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[\\\\#\&\)\+\,\.\0\2\5\6\Y\Z\\\b\c\g\h\i\m\p\t\u\z\{\|\}\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\]]
]]+]#]$]&]']1]4]9]=]?]B]C]F]H]U]Q]Y]J]_]`]a]b]d]j]m]p]y]z]~]]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]^^
^^^^^^ ^.^(^2^5^>^K^P^I^Q^V^X^[^\^^^h^j^k^l^m^n^p^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^________!_"_#_$_(_+_,_._0_4_6_;_=_?_@_D_E_G_M_P_T_X_[_`_c_d_g_o_r_t_u_x_z_}_~_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_`
`
```````$`-`3`5`@`G`H`I`L`Q`T`V`W`]`a`g`q`~``�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`aa
aaaaaaaaaaaa"a*a+a0a1a5a6a7a9aAaEaFaIa^a`alaraxa{a|aa�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�abbbbbbb b"b#b'b)b+b9b=bBbCbDbFbLbPbQbRbTbVbZb\bdbmbobsbzb}b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�bcc
cc
ccccc)c*c-c5c6c9c<cAcBcCcDcFcJcKcNcRcScTcXc[cecfclcmcqctcucxc|c}cc�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c	d
dddddd d"d$d%d)d*d/d0d5d=d?dKdOdQdRdSdTdZd[d\d]d_d`dadcdmdsdtd{d}d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�deee	e
eeeeeeeee"e&e)e.e1e:e<e=eCeGeIePeReTe_e`egekeze}e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�efff	f
fffffff!f"f#f$f&f)f*f+f,f.f0f1f3f9f7f@fEfFfJfLfQfNfWfXfYf[f\f`faf�fjfkflf~fsfuffwfxfyf{f�f|f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�fgggggg g"g3g>gEgGgHgLgTgUg]gfglgngtgvg{g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�gRhhhhh(h'h,h-h/h0h1h3h;h?hDhEhJhLhUhWhXh[hkhnhohphqhrhuhyhzh{h|h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�hi	i
iiiiii1i3i5i8i;iBiEiIiNiWi[icidieifihiiilipiqirizi{ii�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�ijjjjjjjj j$j(j0j2j4j7j;j>j?jEjFjIjJjNjPjQjRjUjVj[jdjgjjjqjsj~j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�jkkkk	kkkkkkk$k(k+k,k/k5k6k;k?kFkJkMkRkVkXk]k`kgkkknkpkuk}k~k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�klll	l
llllll&l'l(l,l.l3l5l6l:l;l?lJlKlMlOlRlTlYl[l\lklmloltlvlxlyl{l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�lmm
mmmmmm&m'm(mgl.m/m1m9m<m?mWm^m_mamemgmompm|m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�mnnn"n'n2n6n9n;n<nDnEnHnInKnOnQnRnSnTnWn\n]n^nbncnhnsn{n}n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�noo
oo
ooooo&o)o*o/o0o3o6o;o<o-oOoQoRoSoWoYoZo]o^oaoboholo}o~o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�opppp
pp p#p/p4p7p9p<pCpDpHpIpJpKpTpUp]p^pNpdpeplpnpupvp~p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�pqqqqqqqqq q+q-q/q0q1q8qAqEqFqGqJqKqPqRqWqZq\q^q`qhqyq�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�qrrr	rrrrrr$r+r/r4r8r9rArBrCrErNrOrPrSrUrVrZr\r^r`rcrhrkrnrorqrwrxr{r|rr�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�rsssss
ssssss"s$s's(s,s1s2s5s:s;s=sCsMsPsRsVsXs]s^s_s`sfsgsiskslsnsosqswsys|s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�stttt
tttt$t&t(t)t*t+t,t-t.t/t0t1t9t@tCtDtFtGtKtMtQtRtWt]tbtftgthtktmtntqtrt�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�tuuuu u!u$u'u)u*u/u6u9u=u>u?u@uCuGuHuNuPuRuWu^u_uauouquyuzu{u|u}u~u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�uvvvvvv
vvvvvvvvvvvv#v%v&v)v-v2v3v5v8v9v:v<vJv@vAvCvDvEvIvKvUvYv_vdvevmvnvovqvtv�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�vww
wwwwwwwww"w(w-w.w/w4w5w6w9w=w>wBwEwFwJwMwNwOwRwVwWw\w^w_w`wbwdwgwjwlwpwrwswtwzw}w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�wxx	x
xxxx!x"x#x-x.x0x5x7xCxDxGxHxLxNxRx\x^x`xaxcxdxhxjxnxzx~x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�xy�x�x�x�x�xyyyyyyy y%y'y)y-y1y4y5y;y=y?yDyEyFyJyKyOyQyTyXy[y\ygyiykyryyy{y|y~y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�yzzz	z
zzzzzz!z'z+z-z/z0z4z5z8z9z:zDzEzGzHzLzUzVzYz\z]z_z`zezgzjzmzuzxz~z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z{{{#{'{){*{+{-{.{/{0{1{4{={?{@{A{G{N{U{`{d{f{i{j{m{o{r{s{w{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{|||||	||||||| |%|&|(|,|1|3|4|6|9|:|F|J|U|Q|R|S|Y|Z|[|\|]|^|a|c|g|i|m|n|p|r|y|||}|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|}}}	}}}}}}}}#}&}*}-}1}<}=}>}@}A}G}H}M}Q}S}W}Y}Z}\}]}e}g}j}p}x}z}{}}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}~�}�}�}�}�}�}�}�}�}�}�}~~~~~~~ ~'~(~,~-~/~3~6~?~D~E~G~N~P~R~X~_~a~b~e~k~n~o~s~x~~~�~�~�~�~�~�~�~�~�~�~�~<;=>?CDGORS[\]acdefmq}~�������������������������������������
�
���������� �$�&�,�.�0�4�5�7�9�:�<�>�@�D�`�d�f�m�q�u���������������������Ȁ̀πҀԀՀ׀؀������������������� �$�'�,�0�5�:�<�E�G�J�L�R�W�`�a�g�h�i�m�o�w���������������������������������ˁÁŁʁ΁ρՁׁہ݁ށ�������������������������!�"�(�2�4�:�C�D�E�F�K�N�O�Q�V�\�`�c�g�m�t�{�}����������������������������������������������������������������ƂЂՂڂ������������������
��T�����!�"�,�-�.�0�3�7�:�<�=�B�C�D�G�M�N�Q�U�V�W�p�x�}������������������������������������������ǃɃσЃуԃ݃S������������
�������/�9�E�G�H�J�M�O�Q�R�V�X�Y�Z�\�`�d�e�g�j�p�s�t�v�x�|�}�����������������������������������„DŽȄ̄τӄ܄������2���������������"�#�$�%�'�*�+�/�3�4�6�?�F�O�P�Q�R�S�V�Y�\�]�^�_�`�a�b�d�k�o�y�z�{�}������������������������������������������������…Džʅ˅΅��؅څ߅������������
���������!�'�)�6�8�:�<�=�@�B�F�R�S�V�W�X�Y�]�`�a�b�c�d�i�l�o�u�v�w�z�������������������������������������������Æņц҆Ն׆چ܆���熈�������������������!�#�(�.�/�1�2�9�:�<�=�>�@�C�E�M�X�]�a�d�e�o�q�r�{�������������������������������������������������������ȇɇʇ·Շևهڇ܇߇���������������	�
�������������(�-�.�0�2�5�:�<�A�C�E�H�I�J�K�N�Q�U�V�X�Z�\�_�`�d�i�q�y�{���������������������������ʈˈ͈̈Έш҈ӈۈވ��������
��������� �&�'�(�0�1�2�5�9�:�>�@�B�E�F�I�O�R�W�Z�[�\�a�b�c�k�n�p�s�u�z�{�|�}���������������������������������ԉՉ։׉؉��������������������� �"�$�&�+�,�/�5�7�=�>�@�C�E�G�I�M�N�S�V�W�X�\�]�a�e�g�u�v�w�y�z�{�~������������������������������������������ÊƊȊɊʊъӊԊՊ׊݊ߊ����������������
�-�0�7�<�B�C�D�E�F�H�R�S�T�Y�M�^�c�m�v�x�y�|�~�����������������������8�9�=�>�E�G�I�K�O�Q�S�T�W�X�[�]�Y�c�d�f�h�i�m�s�u�v�{�~�������������������������ŌƌɌˌό֌Ռٌ݌����������������	����e�i�l�n������������������������������������������ōƍǍȍʍ΍эԍՍ׍ٍ���������������� �!�"�#�&�'�1�3�6�7�8�9�=�@�A�K�M�N�O�T�[�\�]�^�a�b�i�l�m�o�p�q�y�z�{�������������������������������������������ÎĎǎώюԎ܎������������������� �!�#�%�'�(�,�-�.�4�5�6�7�:�@�A�C�G�O�Q�R�S�T�U�X�]�^�e�������������������������Əʏˏ͏ЏҏӏՏ������������������(�)�/�*�,�-�3�4�7�?�C�D�L�[�]�b�f�g�l�p�t�y�������������������������������������������̐��ÐĐŐǐȐՐאِؐܐݐߐ�Ґ�������������
��������� �%�"�#�'�)�.�/�1�4�6�7�9�:�<�=�C�G�H�O�S�W�Y�Z�[�a�d�g�m�t�y�z�{�������������������������������������������������������‘Ñőӑԑבّڑޑ����������������������	�
���������#�$�%�&�(�.�/�0�3�5�6�8�9�:�<�>�@�B�C�F�G�J�M�N�O�Q�X�Y�\�]�`�a�e�g�h�i�n�o�p�u�v�w�x�y�{�|�}������������������������������������������������������’ÒŒƒǒȒ˒̒͒ΒВӒՒגْؒܒݒߒ����������������
��������!�$�%�'�)�*�3�4�6�7�G�H�I�P�Q�R�U�W�X�Z�^�d�e�g�i�j�m�o�p�q�s�t�v�z�}����������������������������������������������������ēœƓǓɓʓ˓͓̓ӓٓܓޓߓ������������������	�
�������.�/�1�2�3�4�;�?�=�C�E�H�J�L�U�Y�\�_�a�c�h�k�m�n�o�q�r�����x�y�~�������������������������������������ƕȕɕ˕Еѕҕӕٕڕݕޕߕ�����"�$�%�&�,�1�3�7�8�9�:�<�=�A�R�T�V�W�X�a�n�t�{�|�~��������������������������������������ʖҖ�]ؖږݖޖߖ������	����!�"�#�(�1�3�A�C�J�N�O�U�W�X�Z�[�c�g�j�n�s�v�w�x�{�}������������������������������������������������ėŗǗɗʗ̗͗ΗЗїԗחؗٗݗޗ�ۗ����������
��
������ �#�&�+�.�/�0�2�3�5�%�>�D�G�J�Q�R�S�V�W�Y�Z�b�c�e�f�j�l���������������������˜ŘȘ̘������������������"�&�'�+�1�2�3�4�5�9�:�;�<�@�A�F�G�H�M�N�T�X�Y�[�\�^�_�`�������������������������Ùəәԙٙڙܙޙ��������������������� �"�#�$�'�-�.�3�5�6�8�G�A�D�J�K�L�N�Q�T�V�]���������������������������ÚƚȚΚКҚ՚֚ךۚܚ�����������������������	���
�������� �&�+�-�3�4�5�7�9�:�=�H�K�L�U�V�W�[�^�a�c�e�f�h�j�k�l�m�n�s�u�w�x�y������������������������������������������������������������ǛțΛЛכ؛ݛߛ���������������������������"�#�&�'�(�)�*�1�5�6�7�=�A�C�D�E�I�J�N�O�P�S�T�V�X�[�]�^�_�c�i�j�\�k�h�n�p�r�u�w�{�������������/�0�2�3�4�:�<�E�=�B�C�G�J�S�T�_�c�b�e�i�j�k�p�v�w�{�|�~�������������������������������������������Ýǝɝʝԝ՝֝םڝޝߝ���������
������������z�{�|�������������������������������������������ƞȞ˞՞ߞ��������������	������������"�&�*�+�/�1�2�4�7�9�:�<�=�?�A�C�D�E�F�G�S�U�V�W�X�Z�]�^�h�i�m�n�o�p�q�s�u�z�}�������������������������������������������������������������������������������000���0�����0�0�@��>��?��0�0�0�00�N000�0  �<�0 \�& %     �	�00;�=�[�]�0	0
000
00000�
�����`"��f"g""4"B&@&�2 3 !�������
� ��&&�%�%�%�%�%�%�%�%�%�%�%; 0�!�!�!�!0����������������������""�"�"�"�"*")"����������������'"("��!�!""���������������������� "�"#""a"R"j"k""=""5"+","��������������+!0 o&m&j&  ! ����������%������������������������������������������������������!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�������������A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z���������A0B0C0D0E0F0G0H0I0J0K0L0M0N0O0P0Q0R0S0T0U0V0W0X0Y0Z0[0\0]0^0_0`0a0b0c0d0e0f0g0h0i0j0k0l0m0n0o0p0q0r0s0t0u0v0w0x0y0z0{0|0}0~00�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�����������������������0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0������������������������������������������������������������������������������������������������������������������������������������������������������������ !"#$%&'()*+,-./������������������������������012345Q6789:;<=>?@ABCDEFGHIJKLMNO��������������������������%%%%%%%,%$%4%<%%%%%%%#%3%+%;%K% %/%(%7%?%%0%%%8%B%������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������`$a$b$c$d$e$f$g$h$i$j$k$l$m$n$o$p$q$r$s$`!a!b!c!d!e!f!g!h!i!��I33"3M33'3363Q3W3
3&3#3+3J3;3�3�3�3�3�3�3�3����������������{300!�3!!�2�2�2�2�2122292~3}3|3������.""������"�"���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������NUZ?��Ta(c�Y"�u��Pz�`�c%n�ef������h'W�eqb�[�Y{��b}�}��b�|���[�^	c�fHhǕ��Og�N
OMO�OIP�V7Y�YZ	\�`apafi�pOupu�y�}�}À�c��U�z�;S�N�N�W�����xN�X�n8�2z(���/�AQpS�T�T�V�Y_��m�-�b�p�����T�S�[�p��oS\��zN�x��&nVUk�;��Y�Sfm�t��BV�NK��O���S�U0[q_ f�fh8l�l)m[t�vNz4��[�`�풲m�u�vř�`������i�S�QW0XDY�[�^(`�c�c�lo�pqYq�q?s~v�т��`�[��iX�eZl%u�Q.YeY�_�_�b�e*j'k�k�s�V�,��Ğ�\�l{�QK\�aƁvharYN�OxSi`)nOz�NS�NUO=O�OsO�R�S	VY�Z�[�[�y�f�g�gLk�lkp�s�y�y<z�{��ۂ�w��Ӄf���)V���N�����O�\bYr;u偽�����Ŗ�ՙ�NO��VJX�X�^�_*`�`b`�ab�b9eA�ff�hwmppLu�vu}�����������Q�RY�T�[]ha�i�m�x˄W�r�����lm��ن�W�gΆ��R�VT�^�b�d<h8h�krs�xkz��҉k��퐣���i�f[�\}iM�N��c {+jj�h
�_orR�Up`�b;mn�n[��D�N9��Si:j��*h\Q�z��ܑ��[V(�"h�1��|Rł�t~N�O�Q�[
R�R�R�]�U*X�Y�[�[�[r^y^�`aca�a�cbe�gSh�h>kSkWl"o�oEo�tu�vw�z�{!|�}6���f�����̊����Q�������e�ӗ(��8N+T�\�]�sLv<w�\�����T�X�OOqS�UhV�WGY	[�[�\^~^�_�c:g�e�eg�h�h_j0^�kl}luHyc[z}�_�����w�̎���<��N}PQ�Y�[/b�b�d:k�r�uGy�����p��cʃ��	TT�UThXjp�'xug͞tS�[�P��NEN�NO�S8T�[_%`Qe=gBlrl�lxptvz�z{}�|f}�e[r�SE\�]�b�bc nZ�1�ݍ��o�yZ��N�N�N�O�O�PGQ�zqQ�QTS!SS�S�U�X�\7_J_/`P`m`cYeKj�l�r�r�w����N�����W�Z��N�Q-\�fmi@\�fui�sPh�|�P�RGW�]&��e#k=k4t�y�yK{�}��̃�_�9�яёT��]N6P�S:S�r�s�w悯�ƙșҙwQa^��UzzvP�[G���2N�j�Q\H\�c�z�lt�a��z�q���|hp~Qhl��RT����͎�fS��Ay�O�PRDQSU-W�s�WQYb_�_u`vaga�a�c:dleofBhnfu=z�|L}�}K~k�J�͆�c�f��������Ώ蛇Rb�d�o��Ah�P kzlTotzP}@�#�g�N9P&PeP|Q8RcR�UWX�Z�^�a�a�brci)j}r�r.sxoxy}w������Ҏc�u�z�U��x�CQ�S�S{^&_n�n�s�sC}7����P�NNP�S|T�V�Yd[�]�^'_8bEe�gVn�r�|������N����7�ǖg���N�N
OHSIT>T/Z�_�_�`�h�jZt�x����w���^Nɛ�N|O�OPPIQlQ�R�R�R�S�STT�UQW�W}YT[][�[�]�]�]x^�^�^�^_R`La�b�b�c;efCf�fmg!h�h�i_l*mim/n�n2u�vlx?z�|}}^}�}������T���*�R�L�a������ʐu�q�?x����M����ؚ;�[R�R�ST�X�b�oj�_���KQ;RJT�V@zw�`�ҞDs	op�u�_�`���r��dk��N�VdW�XZZh`�aff9h�h�m�u:}n�B��NPO�SUo]�]�]�g�lstxP���߈PW�^+c�P�P�Qg�T^X�Y�[i_Mb�c=hskn}pǑ�rx&xmy�e0}܃��	���dR(WPgj���QBW*�:X�i���T]�W�x��\OJR�T>d(fg�g�zV{"}/�\h��9{S�Q7R�[�b�d�d-g�k��і�v֛Lc����vRf	N�P�Sq\�`�dce_h�q�s#u�{�~����یx���e�f�k�N�N:OO:R�S�S�U�V�X�Y�Y�YP[M\^+^�_`c/e\[�e�e�e�gbk{klEsIy�y�|}+}���󁖉^�i�f����nj܌̖��ok�N<O�OPQW[�[HacBf!k�n�l>r�t�u�x:y�3�ꁔ���Pl�_X�+��z���[�N�S�W1Y�Z�[�`no�uꌟ[��{rP�g��a\J�~��Q\hcf��enq>y}��ʎn�dž��P�R:\Sg|p5rL�ȑ+���[1_�`;N�S�[Kb1g�k�r�s.zk���R���Q�SjT�[�c9j�}��V�ShT�[1\�]�Oa�b2m�y�yB}M~�����F�r���t�/�1�K�l�Ɩ���NOOEQAS�_b�gAlncs&~͑���SY�[�m]y.~�|~X�q�QS���O�\%f�w�z����Q�_�eoi�k�m�ndo�v}�]u�����QR@b�f�fn�^�}r�f�������R�SsY�^�_U`�d��PQ�R SGS�S�TFU1UVhY�Y<Z�[\\\\�^�^�^p_b�b�b�cwcff-fvf~g�hj5j�l�m	nXn<q&qgq�uw]xyey�y�z{�|9}��փ��I�]���<�T�s�a�ތ��f�~������
NNNWN�QpR�W4X�X"[8^�`�dagVgDm�rsucz��r��� �1V�W���b
i�k�qT~w�r��ߘU���;\8O�O�OU Z�[�[�_Na/c�eKf�h�ixm�m3u�uw^y�y3}は�����:�����2�ݑ��N�NRuX�X\u=\N�
�ŏc�m�%{ϊ�b��V�S�9T�W%^�c4l�paw�|�p�B�T�����^tĚ]i]pe�g��ۖncIgiŃ������ozd�[N,p]u/f�Q6R�R�Y�_'`b?eteftf�hhcknrru�v�|V��X�������ˊ���R�Y��ez���-^�`b�ef�g�wMzM|>~
���d��_��xR�b�cBd�b-��z�{���v}�I��NHQCS`S�[\\�]&bGb�dh4h�lEmm�g\oNq}q�ez�{�}J~�z��9���n�Ό��x�w���������MR�U8o6qhQ�yU~���|LVQX�\�c�f�fZi�r�u�uyVy�y�| }D}�4�;�a� ��PuR�S�S	P�U�XOY=r�[d\S�`�`\c�c?c�c�d�e�f�]�i�io�q�N�u�v�z�|�}�}a�I�X�l�����ňp��m������P�X�aӁ5�� ��OtPGRsSo`Ic_g,n����O^\ʌ�e�}RS��vQ�cX[k[
\
dQg\��NY*YplQ�>UX�Y�`Sb�g5�Ui@�ę(�SOX�[��\/^�_ `Ka4b�f�l�n΀�Ԃ�����.���۞ۛ�N�S'Y,{��L����n'pSSDU�[Xb�b�b�l�o"t�8��o��8��Q���S�SFOT���jY1��]�z���h7��rH�=j��9NXSVfW�b�c�eNk�m[n�p�w�z�{�}=�ƀˆ��[��V�X>_�e�f�j�k7uNJ$P�w0W_e`zf`l�uzn��E����{\u�zQ{Ą��y�z6��Z@w-N�N�[�_�b<f�g�lk�w�;�N��Йj&p*s�W���NFQ�Q�U�[^3^�^_5_k_�_�ac�fgnoRr:u:wt�9�x�v���܊��󍚒w����RWc�vg�l�sÌ��s�%m�Xi�i�����u�ZXh�c�iCO,o�g��&��}T�?ipojW�X,[,}*r
T㑴��NNO\PuPCR��HT$X�[^�^�^�^_�`�b:c�c�h@l�x�yz�}G���D����-�ؑ��lXd�due�n�v{i�ѓ�n�T�_�dM��D�xQkX)YU\�^�m�~u���[��pO�k�o0u��NQT5XWX�Y`\�_�e\g!n{v߃����M�%x:x�R�^WtY`PZQ�Q�QRUTXXXWY�[�\�]�`�b-dqgCh�h�h�v�mon�mop�qS_�uwyI{T{R{�|q}0Rc�i����F�����v�-�0�ؕ�P�RTX\�a�dm�w�z��S����\�?S�_�_�myrcw�y�{�k�r��haj�Q�z4iJ\����[I�pxVo\�`fe�lZ�A��QT�f
�HY���QMN�Q���XpzcK�bi��~wuWS`iߎ�]l�N<\_�Sь��y��^�esNeQ�Y?\�N�Y�_���o�yby�[q�+s�qt^�_{c�d�q�|CN�^KN�W�V�`�o
}��3����������]�b�d��wg�l>m6t4xFZu�����O�^�b�cWeog�vLr̀��)�M�
P�W�Z�hsidq�r���X�j����y�w)�/OeRZS�b�g�l}v�{�|6�����f or~�������Q�{rx�{��H{�ja^��Qu`ukQb��nzv���Op�bO{���zVYX䆼�4O$RJS�S�S^,d�eg>lNlHr�r�sTuA~,�酩��{Ƒiq��=cifju�v�xC��*SQS&T�Y�^|_�`Ibyb�b�e�k�l�u�v�x�y�}w���������^�ۘj8|�P>\�_�g�k5t	w�;��gz9S�u�f_��񃘀<_�_buF{<�gh�Y�Z}~v,��Oj_j7lo�thyh�U�y��^�c�u�yׂ(�򒜄�-��Tl_�e\mp��ӌ;�Oe�t
N�N�W+YfZ�[�Q^�^`vbwe�enfnm6r&{P�����\����t��D��O�dfk�a�j��\Si��z�W�OoR�_E^
g�yy�����m_Ub�l�Nir��R;TtV�X�anbqnY�|�|}�e^�NuOuQ@Xc^s^
_�g&N=���[�s|��P�XVv�x%R�w��{OP	YGr�{�}��ԏM��O�R)Z_���O��WUcik+u܈�Bz�R�XUa
b�f�k?|�#P�OSFT1XIY�[�\�\)]�^�bgc>e�eg�l�l�p2x+~ހ������*�J���Ғ���l�ON�N�PVRJW�Y=^�_�_?b�fg�g�h�Q!}���������~�2� T,�S�P\S�X�d4ggrfwFz��R�l�kXL^TY,g��Q�vid�xT����W�Y'f�g�k�T�iU^���g���gR�]h�N�O�S�b+g�lď�Om~��Nba�n+o�sT*gE��]�{�\�[�Jnфz��Y�|l w�R"Y!q_r�w'�a�iZZ�Q
T}Tf�v������Y]r�nMQ�h�}�}b���xd!j��Y_[�ks�v�}���2Q(gٞ�vbg�R�$\;b~|��OU�`}��S_N�QY:r6�Α%_�w�Sy_}��3���V��g��S�	aa�lRv�8�/UQO*Q�R�S�[}^�`�a�c	g�ggn�m6s7s1uPyՈ��J�����Ė��Y�NYON��?���P|^�Y�[�^�c�c�d�fJi�im�n�q(u�z��I�Ʉ��!�
�e�}�
�~a�b2k�ltm���m�����eg��<���ma}=�j�qNuSP]k�oͅ-���)RTe\Ng�ht�t�uψ�̑�x��_�s�zN��ceu�RAm�n	tYukx�|���z���Ona�e\��N�N�P!N�Q�[�e�h�msBv�wz�|o�Ҋ|�ϑu���R�}+P�S�g�m�q3t�*���W���`tAX�m/}^��N6O�O�Q�R�]`�s<yӂ4�����
���b��ftkR�R�pˆ�^K`�a#oIq>|�}o��#�,�BTo��j�pŒ�2��RAZ�^_g|i�ijmobr�r�{�~�K�ΐmQ���y��2�֊-P�Tq�jkČ��`�g�N�N�k���h�i~n�xU���������������������������������������������������������������������������������������_NN*N1N6N<N?NBNVNXN�N�Nk��N�
_�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N	OZO0O[O]OWOGOvO�O�O�O{OiOpO�OoO�O�OQ�O�O�O�O�O�O�O�O�O�OP(PP*P%PPO�O!P)P,P�O�OPPCPGPgUPPPHPZPVPlPxP�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P	QQQQQQQ!Q:Q7Q<Q;Q?Q@QRQLQTQbQ�ziQjQnQ�Q�Q�V�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�QU��Q�Q�Q�Q�QRRRR'R*R.R3R9RORDRKRLR^RTRjRtRiRsRR}R�R�R�RqR�R�R�����R�R�R�R�R�R�R�R�R�R��R�R�R�R�RSS8u
SSSSS#S/S1S3S8S@SFSESNISMS�Q^SiSnSY{SwS�S�S�S�S�S�S�S�S�S|ٖ�S�f�q�S�S�S�ST=T@T,T-T<T.T6T)TTNT�TuT�T_TqTwTpT�T{T�TvT�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�TUU�T�T�T�T�T9U@UcULU.U\UEUVUWU8U3U]U�U�U�T�U�U{U~U�U�U�U|U�U�U�U�U�U�U�U�U�U�U�UV�UV�U�UV�UNVPV�q4V6V2V8VkVdV/VlVjV�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�VW�VW	WWW
WWWW�UW&W7W8WNW;W@WOWiW�W�WaWW�W�W�W�W�W�W�W�W�W�W�W�W
X�W�WXXXrX!XbXKXpX�kRX=XyX�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�XY
YYY�h%Y,Y-Y2Y8Y>Y�zUYPYNYZYXYbY`YgYlYiYxY�Y�Y^O�O�Y�Y�Y�Y�Y�Y�Y�Y%ZZZZ	ZZ@ZlZIZ5Z6ZbZjZ�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z[[[2[�Z*[6[>[C[E[@[Q[U[Z[[[e[i[p[s[u[x[�ez[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[\\\
\\ \"\(\8\9\A\F\N\S\P\O\q[l\n\bNv\y\�\�\�\�Y�\�\�\�\�\�\�\�\�\�\�\�\�\�]�\]]]\]]]]]"]]]]L]R]N]K]l]s]v]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]^^^^^6^7^D^C^@^N^W^T^_^b^d^G^u^v^z^��^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^_	_]_\____)_-_8_A_H_L_N_/_Q_V_W_Y_a_m_s_w_�_�__�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�`�_!`````)``1```+`&``:`Z`A`j`w`_`J`F`M`c`C`d`B`l`k`Y`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�_�`�`�`�`Maaa�`�`a�`�`a!a�`�`
aaGa>a(a'aJa?a<a,a4a=aBaDasawaXaYaZakataoaeaqa_a]aSaua�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�ay�a�a�a�a�a�a�a�a�a�abb	b
bbbbb!b*b.b0b2b3bAbNb^bcb[b`bhb|b�b�b~b�b�b�b�b�b�b�b�b�b�b�b�b�d�b�b�b�b�b�b�b�bc�b�b'ccc�b�bPc>cMcdOc�c�c�c�cvc�c�c�c�c�ckcic�c�c�c�c�c�c�c�c�cd4ddd&d6ded(ddgdodvdNd*e�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d	��d�d�b�d�d,e�d�d�d�de�deee$e#e+e4e5e7e6e8eKuHeVeUeMeXe^e]erexe�e�e���e�e�e�e�e�e�e�e�e�e�e�e�e�e�erg
ff�esg5f6f4ffOfDfIfAf^f]fdfgfhf_fbfpf�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f?f�f�f�f�f�fggg&g'g8�.g?g6gAg8g7gFg^g`gYgcgdg�gpg�g|gjg�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�jhFh)h@hMh2hNh�h+hYhchwhh�h�h�h�h�h�h�h�j�hth�h�h�hi�h~hi�hi�h"i&i�hi�h�h�h�h6iii�h�h%i�h�h�h(i*ii#i!i�hyiwi\ixikiTi~ini9iti=iYi0iai^i]i�iji�i�i�i�i�i�i�i�i�[�i�i�i�i�i.j�i�i�i�i�i�i�ijj�i
k�i�i�ij�ij�ij�i
jj�j#jjDjjrj6jxjGjbjYjfjHj8j"j�j�j�j�j�j�j�j��j�j�j�j�j�j�j�j�j�j�j�j�jk��jkk1�k8k7k�v9k�GkCkIkPkYkTk[k_kakxkykk�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k��llll$l#l^lUlbljl�l�l�l�l�l~lhlsl�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�lmM�6m+m=m8mm5m3mmmcm�mdmZmymYm�m�m�o�m�mn
n�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m-nnn.nnrn_n>n#nkn+nvnMnnCn:nNn$n�nn8n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�nAooLp�n�n�n?o�n1o�n2o�n>oo�n�ozoxo�o�ooo[o�omo�o|oXo�o�o�ofo�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o	pp�oppp�opptoppp0p>p2pQpcp�p�p�p�p�p�p�p�p�p�p�p�p	q�pqqeqUq�qfqbqLqVqlq�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q
rrr(r-r,r0r2r;r<r?r@rFrKrXrtr~r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�rPs
ssss4s/s)s%s>sNsOs؞Wsjshspsxsus{szs�s�s�s�s�s�s�s�s�ttot%t�s2t:tUt?t_tYtAt\titptctjtvt~t�t�t�t�t�t�t�s�t�t�t�t�t�t�t�t�t�tuuuuu
uuuu&u,u<uDuMuJuIu[uFuZuiudugukumuxuvu�u�utu�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�uv�u�u�u�uv
v	vv'v v!v"v$v4v0v;vGvHvFv\vXvavbvhvivjvgvlvpvrvvvxv|v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v/��vwww)w$ww%w&ww7w8wGwZwhwkw[weww~wyw�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�wxx&y x*yEx�xtx�x|x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�xyyyy,y+y@y`yWy_yZyUySyzyy�y�y�yK��y�y�y�y�y�y�y�y�y�y�yz
zzz zz�y1z;z>z7zCzWzIzazbziz��pzyz}z�z�z�z�z�z�z�z�z�z�z�z�z���z�z�z�z�z�z�z�z�z�z�z�z�z�z{{
{{3{{{{5{({6{P{z{{M{{L{E{u{e{t{g{p{q{l{n{�{�{�{�{�{�{�{�{�{]{�{�{�{�{�{�{�{�{�{||�{�{`||||�{�{|
|�{#|'|*||7|+|=|L|C|T|O|@|P|X|_|d|V|e|l|u|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|;��|�|�|�|�|}}}}
}E}K}.}2}?}5}F}s}V}N}r}h}n}O}c}�}�}[}�}}}�}�}�}�}�}�}�}�}=~�}�}�}�}�}�}�}�}�}�}�}�}�}~
~#~!~~1~~	~~"~F~f~;~5~9~C~7~2~:~g~]~V~^~Y~Z~y~j~i~|~{~�~�}}~��~�~�~�~�~�~�~�~�~�~�~�~8:ELMNPQUTX_`higx�����������������q�����������ܘ�������!�(�?�;�J�F�R�X�Z�_�b�h�s�r�p�v�y�}�����������������Q��ۀ�ـ݀Āڀր	����)�#�/�K���F�>�S�Q���q�n�e�f�t�������������������_�������������������Ɂ́сف؁ȁځ߁�����������
�
���)�+�8�3�@�Y�X�]�Z�_�d�b�h�j�k�.�q�w�x�~���������������߂҂���������ނ�܂	�ق5�4��2�1�@�9�P�E�/�+���������������#�������|���s�u����������΃���؃��������
�"� ���8����m�*�<�Z���w�k���n���i�F�,�o�y�5�ʄb�������ل̈́��ڄЄ��Ƅք��!������,������@�c�X�H�A��K�U�������������m�����ꅇ���w�~���Ʌ��υ��ЅՅ݅�܅��
��������"��0�?�M�UNT�_�g�q�����������������ĆƆ��Ɇ#���Ԇކ��߆ۆ���������	�
���
�4�?�7�;�%�)��`�_�x�L�N�t�W�h�n�Y�S�c�j����������ˇ����Ї֖��ć��LJƇ������
��������҇���"�!�1�6�9�'�;�D�B�R�Y�^�b�k���~���u�}���r�����������������������ÈĈԈ؈و݈����������
��C��%�*�+�A�D�;�6�8�L��`�^�f�d�m�j�o�t�w�~�������������������������������ډ܉݉��������%�6�A�[�R�F�H�|�m�l�b���������������������Ċ͊Šڊ���������ފۊ������� �3���&�+�>�(�A�L�O�N�I�V�[�Z�k�_�l�o�t�}�����������������:�A�?�H�L�N�P�U�b�l�x�z���������������|���b��������������Ȍ����ڌ��������
���
��N��͌��g�m�q�s���������ύڍ֍̍ۍˍ��ߍ���	�������B�5�0�4�J�G�I�L�P�H�Y�d�`�*�c�U�v�r�|�����������������������������Ǝ����ŎȎˎێ������
����������&�3�;�9�E�B�>�L�I�F�N�W�\�b�c�d�������������ڏ������������!�
����'�6�5�9���O�P�Q�R��I�>�V�X�^�h�o�v���r���}���������������������Hbې���2�0�J�V�X�c�e�i�s�r�������������������������ɑˑБ֑ߑ�ۑ����������,���^�W�E�I�d�H���?�K�P���������Z�ϒ��������D�.��"��#�:�5�;�\�`�|�n�V�����������֓ד��ؓÓݓГȓ�������6�+�5�!�:�A�R�D�[�`�b�^�j�)�p�u�w�}�Z�|�~����������������������������������ʕ�oÕ͕̕Օԕ֕ܕ���!�(�.�/�B�L�O�K�w�\�^�]�_�f�r�l���������������������������Ζ˖ɖ͖M�ܖ
�Ֆ�����������$�*�0�9�=�>�D�F�H�B�I�\�`�d�f�h��Rk�q�y���|���z���������������������×Ɨȗ˗ܗ�O���z������8�$�!�7�=�F�O�K�k�o�p�q�t�s���������ĘØƘ���	����!���$� �,�.�=�>�B�I�E�P�K�Q�R�L�U�������������ߙۙݙؙљ�����������+�7�E�B�@�C�>�U�M�[�W�_�b�e�d�i�k�j���������ϚњӚԚޚߚ��������������"�#�%�'�(�)�*�.�/�2�D�C�O�M�N�Q�X�t���������������������ʛ��ƛϛћқ���ԛ�:������	������
��.��%�$�!�0�G�2�F�>�Z�`�g�v�x����	�����*�&���#��D���A�?�>�F�H�]�^�d�Q�P�Y�r�������o�z���������ĝ��������Ɲϝٝӝ���������u�y�}���������������������������a�̞ΞϞОԞܞޞݞ������������������v�!�,�>�J�R�T�c�_�`�a�f�g�l�j�w�r�v�������/X�iY�dt�Q�q��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������000�0���00 ^�%"&     000	0
000
0000000���6"'"("""*")""7""�"%" "#�"+"."a"L"H"=""`"n"o"d"e""5"4"B&@&�2 3 !����0 �!&&�%�%�%�%�%�%�%�%�%; �!�!�!�!0���������������������������������$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$t$u$v$w$x$y$z${$|$}$~$$�$�$�$�$�$�$�$�$`$a$b$c$d$e$f$g$h$i$���� 2!2"2#2$2%2&2'2(2)2����`!a!b!c!d!e!f!g!h!i!j!k!������������	�
���
������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]��A0B0C0D0E0F0G0H0I0J0K0L0M0N0O0P0Q0R0S0T0U0V0W0X0Y0Z0[0\0]0^0_0`0a0b0c0d0e0f0g0h0i0j0k0l0m0n0o0p0q0r0s0t0u0v0w0x0y0z0{0|0}0~00�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�����������������������0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0������������������������������������������������������������������������������������������������������������������������������������������������������������ !"#$%&'()*+,-./������������������������������012345Q6789:;<=>?@ABCDEFGHIJKLMNO�������������������������������+���M���k�����������������������������1111	1
111
1111111111111111111 1!1"1#1$1%1&1'1(1)1������������������������������������������������%%%%%%%%%	%
%%%
%%%%%%%%%%%%%%%%%%% %!%"%#%$%%%&%'%(%)%*%+%,%-%.%/%0%1%2%3%4%5%6%7%8%9%:%;%<%=%>%?%@%A%B%C%D%E%F%G%H%I%J%K%������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������JU?��W(c�T	U�T�vLv���w~�ya����(l�[�O	c�f�\��Hh��f�v�QVe�q�V��PeY�a�o��LcRb�S'T{kQ�u�]�bˍv��b��X8�w8r}v�g~v�dpOWe�bz�e�s,dsb,��gHrnb�b4O�tJS��F}��k^�h�i���}�h�x�����P�ނހS�eR�����O!X���[�b1X�fy���rog�x�`QSS)�̀��ǒ
P�r�P�aq��TY�,g({)]�}-u�lf���<�;��k�F{|_�xք=�bu�e�kc^�^�u��]e
_�_���X�[������}��Ab�O��^S������M�jj_��h�I��a+R_vl_�ep�oӌ�duQ�Q�gN�y��p�uv^�s�d�db��lZS�RdQ��{/O^6����$n�l��Uc\S�T܈�W
N^ek?|�`�ds��PgMb��lw)�Ǒi_܃!���S6��kZaXa�q��Y�	P�nυ�d�|�i�fI��SV{tP�Q,nd\m��c�S,�6��g�x=d�[�\�]k��b�gz�e{d�^����~ߓ#u�k�fs4XV8^w�Qx��^^e�f1U!P���b�g2Vno�]5T�pʎob�d�c�_�o�ば�uXhf�_�ls���o��d1z�WYjbHTXNz�a�o��b���yT�ucS`lr�_��;�R��O:\d���e�qEQ]��]�[�bl��u�� zaL|�N�}�w���R�Qqj�S���ۖ�nd�Ziy2Q�wd��U��c�]z=i�P9��U2N!v�zb^�^֕uR9T�pvc��W%f?i��U�m}"�3b�}�u(��x̖��Ha�t^�dk:R܌!kp�q��VS�_�S�Q�|��|�O���{�zgd]�P�v�|�m�QgX[�[�x�dd�c+c/�-dT�T{)vSb'YFTyk�P4b6^�k�N�����_.� `=��d9N�U2��d���e.lFO�a�m��H_ˆvu�d�i��jRdH�P�\�y\0R;z�`S��v�_�_�vl��q{vI{�w�Q'�$XNO�n�ue{�r�n��Z�b�^0W��,{^_^��}[��c�n�xޞxQ[��X��CO8u�^�``Y�o�k�x�SՖ�QR�c
T㑿�̍9r�xv��܊�uN�v�Sؑ�� ��[�"Nqg�Qc��a�R�h�Ok`�Qm\Q�b%�a�F���u��cw�k�rhs��5Xyw�\gM����^!n�Y�z�w[��k�e�}XQQ��
\�XxVr�fe��V
��vA��c�TYjY�W��5g��5�AR�`�X���\]��OM��%Z�`�S|bO���i`�RQ3�>r�1m�N��|vpO{OON���l�s�^ju�
j,y�A~�Qiq�Sԏ�{���r��lJW���e��?b2��Y�N*�!}>e�^�aUۘ��*S�� T���^�l����Z�)TlR}�Xq~l�|nY�N�_�a�|P�\Si��\Ғ��v�p"���+~��IY�[O&T+Ywe��u[vb�b;�E^l&{O�O
gnm�m�y��_+u�d��Oܑ�e/�Q��^P�t�oR��挩_�P�N�6ry����[�D�fZ~�TvVVr�9e�i#�˄�ny^uFg�g�z����a�ybe��\[R��8���}]/n`g�{�vؚ����|d��?zJT�TLk�db?��urRi�[�<h䆣���{�PTf}9hߍ��f�^��W?��h�];e�Rm`���O��lQ�[_��^l�b��qQ��R�n߂�r�W�i��Y��ǃ�T�{0O�ld[�Y��S1���7���Eeg��Vǖ.R�tnR�[c�VN�b*`�hܕ�[�Q���{(�PcaLp��IQ�^�pt��-WExxk����̎<�m�xvBh�jꍴ��R%��n�hK��W�g��N��T��i[wm&l�N�[�c��a��ӗ+T�m�[�Q�UU��dMc�e�a�`
qWl"o/Ymg*��X�Vj��kݐ}Y�_�imuT�Uw�σ8h�y�TUOT�v�����l�mk������?Vў�u�_�rh`�T�N*ja�R`_��T�py�;�*m�[_}�U�O4s<T�SP�_|TNN�_Zt�Xk��t��r�|Vn'_N�,Uw��N�n7b��)V�>s�nku�RSq��i�_�a�m�Xak�tSh���}�c�`�Uvb�eqn�[{^R�LaĞ�xW�'|�v�Q�`LqCfL^M`
�pp�c��_b`Ԇ�V�k�`gaIS�`ffČbzg�q/S񊨊j~w�fZZB�>n�mA�;mOkprsb�`
����y�d>W�W_jxu=zMz�{��Q����oO�ĝ�Y>~�}	Tui�h/�M|Ɩ�S%`�urlsS�Z}�d~^
��]���b�Qc[Omy�R�`�o�[�[���e�_���Y|~}	V�g>YsO�[�R��0�Ȍ2u@�GP<z�P�gՙ�Z�k�vX\�{��Nq|Q��q�xY�}m~�j�g�x|��c�d!|	QjR�Q���jR��䌋�u��{�NePf��R�8o�o�o�^�P�Y\?o_l�u#��ilY� S��M�I�iy&q���Nʐ�oU�[�V*ex��w�P��r҉�s~^}RYeu�N���S�z�c�c�v�yW���*b�R�{Thpgwckw�zToP}��YbɅ��LuP�N�u��J\�]K{�eё�N%m_��}&��P9�2�s�If�yя�qxm�v�RF�bQ��[wvf蛬NZ��|�|�}�Nf�of8�\��Xleᓑ_�uV��z�z�Q�p�z�cvz�|�s�ENxp]NR��SQe
�����T1\�u���b�r�uE\ҙʃ@\�T�w	��lZ��b�d�]wQݍ����O�S�a�p�RPcQ�Z&P7wwSy}�d+e�b�cP5r���Q#�v}GW̃�͎T�\�O�zZm���U�TaS�T���cwi�Qha
R*X�RNW
xw�^wa�|[b�b�N�p��b�p`�wWۂ�g�h�xF��y�k�T�S4nKQ;R�[����CU�X�aQW-TzzP`T[�csd�Scb�[�g�T�z�w��^2����Wc��JXw{Q�_�[>k!SP{�rFh&y6w�f�Qg��v�]�zu�NYA��PK�'apodWfFc�V�b�d�^ʕ�W�b�U�؁��fU
��O�ͅjZkeC|̕-�>p��,e���a�~r�ot�i�r�^ΐgjm�d�Rbr�lO�Yj��p�o�Rj��3�~��x/}!Q�X�d��^��l�h^i�Q�S�h�rΞl|�r�UptNgψɛ�y��T�Th���S�R+ywk)R�P�O�O�u�z�|p���R�t�TPo��#�.��^�a#o>|�eɁȓbIq�}�|�Q�h�|o�iQ�ϑ~f�NҊ�dJ��PBv�q�[|�fo�N�d��^�eRˆ�p�Rus3t�g�x��0�W��m�QÌT�b�s�a�4�6O��QH�u��]��S�N�n	t�ikx>�Yu�R$vAm�gmQ��~��V`|�z���Xe��jAZ_d
|oK���vq��^r�d�n\�o����x2��Œ�^o�y2�x�.bb�T���O�ee\b\7~na/l�_�s�o�}�]#e[dpuS�N�ceu�c*�+P�O�m�}֊?������|�n|>���=�m�a}�Z��jt�x�����V�U�W����㌁�	��wE�;��n��fba+o>���+��vl�_��+s�(��k�wZ�oS��Q=^�������s�g�hv�	�dq�l	w�Z���k�'f�[�Y�Z���`P����j�v3�s"Y_[/w��a��|���L_s|�y���l��[B^�h w�}�QMQ�R)Z�}b�ׂ�c�wЅ�y:n�^�Y��nl�b�vOe�a��f���
T}T,�xdyd�!j���xidT��b+g���X؞�l o�[L��_r�g�bar]u�Y�k�X�fU^�RUa(g�vfwgrFz�b�TPT	���Z
}lCNvY�HYWS7u��V�df��`'��mbT��Q�Z���Y�*P�l<\�d`O?S����n+��bt^�xe{c�_Z���?\Ocv�}[�Vw����m�`�jps�Q�[�d�o[rmb�}���o��_tY�R`sY�fP�'v*c�a�|���TPkם�kՅVvPojU��,r^`6t�b�cLr�_Cn>meXo�v�x�vTu$R�SSN���e*�ր�b�T(R�p��э�lxTڀ�W��j�M�iO�ltV�v0x�b�p�om_��h|x�{��gl�gc�xoWx9�yb�b�R5t�kdU>��u�v9S�u�PA\l��{OPGr�Ęo�thy�d�w�b;����TX�RNjW�
�s^�a�tU�O\aWQo�FZ4xD�돕|VR�d��P��a�郲��W8jWnffm\��fpg:k�hb�YN�Qo�g�lvQ�hGYgkfu]́J��eHyAy�w�H�^NOSUQYxhV#lď�h}l�l��cp`=m}rfb��[�CSw�=|�N�~NԞ"�W�MR[oc��mt�yXL] kIk�i�UT���X��:_6dGjl�re�`Kj�w�U�P�]���d��\�O�zR�N/`�z=k�O���y4t�R���d�y�[�lR��+l�PSn�dtf0l�`�ˊva�t�z�yN��tBl�VK��l��@SƆ�f��H\E� n�S6Zr����SWt�
k���lhQ�u�b�r8R�R:�p8vtSr��i�x��و�6q�q�Q�g�t�Xe�V��R��d^~�`�q�X�N�N�_̗�N��R�Y	}Tb�N�eb8�Ʉ�i���q�n�[h}�Q�c�g��9��Qz[�Y��sN]leQ%�ߎ.�J�^t풏�do�1_�dQp��n��^X��	N�S�PceQh�U�Ud7��c�Z_tr��o�h�P��x�k9R�l}�PeU^q�{�f�s�Igq\ R}qk���]��d
����UUlGbU~�X�PFUތLf
N\�hNc
z�q���R��\�T��9}bYҌdž�hcf�e\�a�m>y-�7x3u{T8O���m Z3}^y�l�[8[uN�Na�nr�u%urrGSi~w�viR�RV�+^1YEs�e�oi�8\q�AS�w�bBf�NߘU��[X��S�wON\ۙ�Y_:y�XN�g�N�b����R/f�UlVi��N�Oˑ��l^C`�[��f�6eKb���[�X�c.U�S&vxs,�j�h�k�b8��S��m�u�f�p[�q���f�fr�͞ �l\S��9j_g
b�z�X�^xe1oU`7R
�Tdp�)u%^h�b�ٖ=r��4lawz.T�w�����xg
r�e�d6V`�y�Sr}{k���[�U�V:O<O���]�s�ka���[���dX��d�U�e��O }��|�PQX�n�[4���x����{֖�����}Ӛ�xrkWzB���_yk[
d{ф�hU.~ct"}��@bLX�N�[yYTXzs�dK��΀Ԃ�b���l^�*YKaplMW$e��qvXp�X�j�umoZ�NJfW�k���x�cV�ponXX*dX�h��U�|P���m���q�c�o�n'~�Ch��mv��WYyr�0��u��hTR"����cL�D�|UԚ�f�V�`�mCRI\)Y�mkX0uul`�F�c�h�:w󍼌5�^�^}��p@l�^\P�N�^:cG��Phn��wT��d_�zvhEcR{q}�uwP�b-���Q�y�zW�_�WX`\WTTQMnW�c=���*��To\���bXb1��@���ݙbj�Y�b>Uc�Tن�zZ�tj�jkYL�N_cp�s�8N�p�[�x=cZf�v�`�[IZ,�U�jl�s�N�g�}�_�eg�_�YZ�]�_qS˗U�Eh
W/U�`2r�o�}f���YIP�P>\�}*g�sTOuÀ�UO�MO-n�	\pa[�v)n���e^�};Tiz
}OU�U��t�dx�&n�zb�egS�c�l�]�U���pal��K\!qj��h>T4T�kfk�NBcHS�
O�ObX
b'�dfir�R�R�`��f�q�g�Rx�wpf;V8T+��rzo`^�`��Y�`�q�p�nPl�r�jr�-^��Z�U��m�|��2b0}�wf�#S�D��f�\�O�rN�SY�V�cA�HQ�N���~�T⌜�7����m&_�Zo����s{s#~z�!���aw�P��}�v�Sr����{D�Xn	��eys��`���N��]aj�PTa�m�]x�JR�T�V���m�[�m�f\][!h��/V{HeTi�NGkN���TS>c:d���e���[�hxS���a�l	p�Q\����Œ#k���e�_�_�O��fe�)s�`�R�Wb_��L���x^Og'`�YDQ�Q��SylĖ�qO�O�=g�U���y���}�Xb�Z�V��_1�ĄW��S�e�^\ud`n}Z�}�~Ҏ�U�[�a�e�sx�lv)wb}t���x[tz�@��R�q�_�eb�\���]�k[l�
�\�ŏ�X�b	�(�@T+N��Yr��]Y��mŖ^U�N�	q�T���p�m}��Vx��\�^�T����p�lDY�c<wM�ow�0X�q�Sox��Uf_0q�[��W��k.Y&��yJi�coO
v�m}�'l�Nbv
�#j>o��p��YvtGd/Xe��z!��Y�T�允��0iNV6�:rΑ�Q_N��cmiI��fK�Y�mN�X���c���O
Oc�$�7Yz��yQ�u�l�[�Y]_i��P�]YN�w�N݅�bf��y\Qy_Ɓ8����u�NԈa�k�a��v�nc�p���o�_��y~5�-��V�k�p��YT���m�[�9\_��pS�j0[���a�~it���q�q�Ώ��vq_Nzlx f�U�d�PÁpv�^͖4����T�l�m8l`�R(u}^*Q�`�a$\1u��>�6s�l8nI�	g�S�SQOɑ���S|^�m�N�v�i^�a?���O>�Z�	ano���N1Z���]�y�[����s�W��1�TG��U�\�_a2kDs��}�tm�[Ո�k�����m�QCQ�W���S�cE�W�TW?s�n�}`�тX�(`b��f}����p��\�|g�`�����S��AQK�􅖑�f��U[S8xܖ=h�T~p�[	��Q(W�T"e�f
��߁l�m��|����h�e�o����jV ��v�z�q���dGR�oʌ`�X�a�f�Nb�U#n-gˎX���(wh�i�TMN�pP�XdK��[�z�P�[�wly��|�l�v�e>��]U\8��h`S0b�z[n�}j�zp_3o5_�c2oVgN3^��N9�4v���b-f~b�l��gqiFQ���Sn��b�TćM��z���Ym�s�ewu'x����ݑuP�g�u:��/c��c����c\w�_s-r`te�bck?e@^ev-�I����g/e1T��w���AlKNT~w��v
i�k�W<P�O@Wcbk��y��e}�_od�d��n_^�\6Rzf�yzꌙp�u�n�l�z-N�v�_�w�B}.zk�͑�NF��hT�]2m��|����^�T�v�[]f_��s*hۆ1g*s������z�qnq�b�w�V;NW��g�R����D��{OO�l]yЙ�b*r�b\�xI��d���{j��݈�Y�d�X�ri�����X�}Ċ�nIc�bSSLh"t�L�DU@w|p�oyQ�Tnj�Y�n�m\[+}�N}|�nP[�,oW[��h*��[�}=~1~�p�OY�c�y��RS�eVy[�;�D}}��~4V��gj
\u�(f�]PO�gZP\OPW�^�����������NN@QN�^ESN�NN2�l[iV(N�y?NSGN-Y;rnSl�V䀗��k~w�6N�N�\NiN�N��[[�UV�N�S�S�S�S�Sh��S�S-S1S>S��fScSRRRDR3R�RtRLR^RaR\R��}R�R�R�R�R�QT�N�N�N�N�N�N�N�N�P�N"OdO�NP�P	OGO^OgO8eZO]O_OWO2O=OvOtO�O�O�O�O~O{OQ|OQ�OQ<Q7Q�O�O�O�O�O�O�O)PLP�O,PP.P-P�OPP%P(P�PCPUPHPNPlP�P;QQ:Q�P�PQ�P�P�P�PQQ�N=lXO�P�O��Fl�|nQ�]̞���VY�R
S�S�YUQ�NVQ�Nn���;��҈�y4[���Q�Q�Q�Q�Q�Q�Q�Q����3�N�%�A�6�F�T�X�R������p�|�u�l�n�͊�a���������ϊъɊۊ׊Š�������������ފ(������+�-�V�Y�N���k���iSzS�"�!�1�*�=�<�B�X�T�_���l�r�t�������������:������������4�����ߐŐ��6�Đǐ�H��ܐאې����"��#�1�/�9�C�F���PY�R�R�R�R�T�R�R�R�S�q�w�^�Q�Q/��S_Zu�]LW
X�W~X�X�X�X)W,W*W3W�X.W/W�X;WBWiW�XkW�X|W{WhWmWvWsW�W�W�WOX�W�WX�W�W�WRXXdX�W�W�W�W�W�W�WX
X�W�WXXXDX XeXlX�X�X�X�X����ay�}��������������������S�������ʂ゘�����������������Ă炤��	����"��܂�҂؂���ӂ&���KXbq�Ղ�Q�X������<�4�1���N�/�O�G�C���@����-�:�3��r�nA��΅R���R�d���x���5�����������|�����}�U�{���������������؃X��݃��փ�8���ԃ߃�������Ń��~��\�Q�Z�Y�s�F���z�b�x�<�F�i�v����1�m���̈́Є@���ӄʄ����:�����������w��
u8������V�;�����Y�H�h�d�^�z��wC��{���������y�ꅜ������������܅��'��)��<��^_<YiY7�UYZYXYS"\%\,\7\Lbkcvd�b�b�b�b�b�d�b9cKcCc�c�cqczc�cQdmc�c�cic�c\d�c�c�c�d�c�c�cRd�c�ceAddd dd&d!d^demd�dzd�d�d�de�d�d�d�d�d	e%e.e_�_u__S�S0V�S�S�STTTKT8V�VTT�VCT!TU�T#T2T�T�TwTqTdT�T�V�TvTfT]V�T�T�T�T`V�T�T5V�UrT�TfV�T�T�TrV�T�V�T�T�TeV�T�TV�T.V�TU�T�U#UUU'U*UV�U�UIU�VAUUU?UPU<U7UVUuUvUwU3U0U\U�U�U�U�U�U�U�U�U~U�U�U{U�U
V�V�U�U�U�U�UV�U�V�U�U�U�U�U�U�U�UoV�U�U�U�U�Ua�VVVV�V#V�UV'V-VXV9VWV,VMVbVYV�VLVTV�VdVqVkV{V|V�V�V�V�V�V�V�VW�V�V�VW
W	WWC^^^^l^X^W^7^D^T^[^^^a^�\z\�\�\�]�\�\�\�\P]�\�\�\,]�\�\�\�\�\�\�]�\�]�\"]�]
]']&].]$]]]]�]>]4]=]l][]o]�]k]K]J]i]t]�]�]�]s��]�]s_w_�_�_�_T�_�_�_�_�_�_�_b�a_�r�r�rwsAs�r�r�r�r�r�rjs�r;s�r�rs�rks�r�rss�s
sss|s"s9s%s,s8s1sPsMsWs`slsos~s�%Y�$YY�3��<�����	��YO�7�?�C�H�I�J�L�b��^�^�^�^�^�^�^�^�^�^��^�^�^�^�^���_�_�_�a�a�_ja�_�_>a�`4a�_�_�_`5`&```
`)`+`
`�a!`_a�a�`7aB`j`�`�`�`sa�`�`�`�`�`a�`�`�`�`�`�`�` a�aa#a�`aa+aJaua�a�a�a�a�a�a�_������ȕ������啭���.�������)�������Õ˕ԕЕՕޕ,N?rb5lTl\lJlCp�l�l�l�lhliltlvl�lYo�l�l�l'pp�l�l�l�l�l�o�l�l�l�l�l�m9m'mmym^nmmmm+m�o.m5mmp�noo3m�mom�mo^m�m�m\m`m|mcmn�m�m�mp�m�m�o�m�m�mp�mn�m+nnnNnkn�n_n�nSnTn2n%nDngp�n�nDp-op�n�n�n�n�nwo�n�n�n�n�nbo pp$oo�n/o6o2pto*o	o)o�o�o�oxoro|ozo(p�o�o�o�o�o�o�o�o�o�op#pp9p5p]p^p�[�[�[�[�[�[/u+�4d�[�[0��[G����ӏՏ��䏇����������
��!�5�6�-�/�D�Q�R�P�h�X�b�[��ft�}���������P_W_V_X_;\�TP\Y\q[c\h\�3_)_-_t�<_;�n\�Y�Y�Y�Z�Z�Y�Y�Y[�Y�Y�Y�Y�Y�Y�YmZ[�YL[�Y�Y�YZ	Z�Z�ZZ#ZZ@ZgZJZUZ<ZbZ[쀪Z�ZwZzZ�Z�Z�Z![*[�Z�Z�Z[�Z�Z�Z�Z	[[[2[7[@[\\Z[e[s[Q[S[b[ԙߙٙ6�[�љؙM�J��j��
��B�-��A�.�8�C�D�O�e�d��|}}}}�~}}}:}2}1}~<}@}?}]}N}s}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}b~�}�}�}~�}	~~~~-~
~~}~9~5~2~F~E~�~Z~R~n~~~p~o~�~z^u�]>u���s�tKt�s�s�s�s�t�s�s�s�s�s�s�s
�
t�s�s�s�t?t�t*t[t&t%t(t0t.t,tttAt\tWtUtYt�tmt~t�t�t�t�t�t�t�t�t�t�t�t�t�tٗޗܗLgSg^gHg�i�j�gjgsg�g�hug�hj�h�gwg|g�g�j�g�j�g�g�j�g�g�g�g�gh�g�g�g�j�g�j2h3hiHjNhhiDh�i�hhUh:jAh�j@hkJhIh)h�h�hthwh�hkhkni�h�j�i�hk�hiiWi�hiqi9i`iBi]ikki�i�ixi4i�i�j�j�i�jficiyi�i�i�i�i�i�i�i�i�i�j�i�j�i�i�j�ijjej�iDj>j�jPj[j5j�j�j=j(jXj�j�j�j�j�j�j7sRs�k�k�k�k�k�k�k�k�k�k�kԎێ�d�������b�����
����&����3�F�T�Ύb'bbb"b!b%b$b)b�u�t�tuuu4e�e�e�e
f�frgfff�p�ff4f1f6f5f�_f�fAfOf�fafWfwf�f�f�f�f�f�f�f�f�f�����������Ō�ьڌՌ�������������������nr�r]rfror~rr�r�r�r�r�rc2c�c?d�d��k�k�k�k�klll
lllll!l,l$l*l2l5eUekeXrRrVr0rb�R��������
g������������'gV��ځۀ€Āـ̀׀g݀���퀾���g�Z�a��,��2�H�L�S�t�Y�Z�q�`�i�|�}�m�g�MX�Z����ρ�n����́&gʁ������_k7k9kCkFkYk��������ƘȘ�k@_B��eO��e�e�e�e�e�e�e�e�elqRq�p�q�p�p�p�p�p�q�pqq�q/q1qsq\qhqEqrqJqxqzq�q�q�q�q�q�q�q�q�qr(rlp�qfq�q>b=bCbHbIb;y@yFyIy[y\ySyZy�yWy`y�ygyzy�y�y�y�y�y�_�_�a]`Z`g`A`Y`c`daa
a]a�a�a�a�ab����l�o�m�x�w�x	xhxxx�e-x�xx9x*y1yx<x%x,x#x)xNxmxdx�x&xPxGxLxjx�x�x�x�x�x�x�x�x�x�x�x�x�x�x�xy�xy$yy4y���������vw�w�vwww"ww-w&w5w8w^w�wGwCwZwhwbweww�w}w�w�w�w�w�w�w�w�w:u@uNuKuHu[uruyu�uXa_H�h�qy�~�v�v2�ґӑԑّבՑ����F������&�E����'��%��:�f�7�3�U�=�8�^�l�m�?�`�0�I�H�M�.�9�8�����z����ϒ��:���������̒����������������������8��ד���蒼�ݒ��&�'�Òߒ���i��@���.�C�����e�G�v�T�d���p����ؓ(���̓������������L��ܓݓ͓ޓÓǓѓ����e��m� �y����J�2�?�T�c�~��w�wɖ�y�y�y�yzG]zzzz9z7zazϞ��pz�v�v�v�v�v�t�t,u����#�������/�ٝ0�B��S��`�R��\�a���j�o����������������ӝڝ��������u�udvXv�ugv�u�u�u�u�u�u�u�u�uv�u�uFv�u�uGv�uv�u�u�uvvIvvv
v%v;vvvv<v"v v@v-v0vmv5vCvnv3vMvivTv\vVvrvov��zxzyz�z�z�z�z�z�z�z�z�z�zd�i�r�}������`�����Ɉ3�Έ]�G��������!���8�
�d�+�6�A�f�{��u倸v�v�w���� �.�%�&�,�)�(�1��5�C�F�y�R�u�q������!��Ao&�7�N�S�s�b�Y�e�l�p�M�T�l���z�|�{����������������������Ć��#���������Ɇ�������톄�І�ކ�߆؆ц�����
�
�	�#�;��%�.��>�ȇ4�1�)�7�?���"�}��{�`�p�L�n���S�c���d�Y�e�����·҇Ƈ������������凬�����ˇӇ��ч��ʇۇ�������
��!�9�<�6LDE��z�z{�{{g{
{+{{G{8{*{{.{1{ {%{${3{i|{X{�{E{u{L{�{`{n{{{b{r{q{�{|�{�{�{�{\|�{|�{�{+|�{#|�{�{�{�{�{�{�{|�{�{|j|||*|&|8|_|@|������D�!�"�d�-�/�(�+�8�k�3�4�>�D�I�K�O�Z�_�h�~�ʈ��؈߈^�������||Ie�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|n��f����������|6~�}�}G~�~����s���������g�m�G�I�J�P�N�O�d�b�a�p�i�o�őÑr�t�y�����������������������������U�z�����Y�i���������L�֍׍ڍ��΍ύۍƍ�z�U�㍚����	��������.�#���:�@�9�5�=�1�I�A�B���c�J�p�v�|�o�t�������������x������������e։�ډ܉���>�&�Z��B���=����*�D�0�>�T�_�Y�`�\�f�l�j�w�����	�������ΖҖ�w����~�Ȓ�j�ʓ��>�k�w�t�������x�Lz��_�����������m�����X���z�1�9�#�7���ʛǛ��֛�����ݛ��ۛ�ԛ]���
��	��� �2�-�(�%�)�3�>�H�;�5�E�V�T�R�g�|���×����ɗ��������������������������Ϛš֚՚њE�C�X�N�H�M�Q�W�\�.�U�T�ߚ���������"��#�HN��;~����������֓����۞ܞݞ�ߞ������"�,�/�9�7�=�>�D�l�ƕ6�F_��~�S�QNc�yVZQ�m��eAV��0N�r^@z��^��
�R�Y_kz��Q�P�NP���QncrcKR8YOw!�J��~̑�f^�wu��V��o�a�w0p��J����QQb�N4gƗd|4~����nx
�/g~g�V�S���jN�m�|N�Ok~y��V�o��S���yr|?a�NҚ�u���S�}���yCxQ{�Q��������������������������������������������������������������������������������������������������������������������������������������������������������������������������NNNNNNNN N!N#N&N)N.N/N1N3N5N7N<N@NANBNDNFNJNQNUNWNZN[NbNcNdNeNgNhNjNkNlNmNnNoNrNtNuNvNwNxNyNzN{N|N}NN�N�N�N�N�N�N�N�N���N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�N�NOOOOOOOOOOOOOOOOO!O#O(O)O,O-O.O1O3O5O7O9O;O>O?O@OAOBODOEOGOHOIOJOKOLOROTOVOaObOfOhOjOkOmOnOqOrOuOwOxOyOzO}O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�O�OPPPPPPPPP	P
P��PPPPPPPPPPP P"P#P$P'P+P/P0P1P2P3P4P5P6P7P8P9P;P=P?P@PAPBPDPEPFPIPJPKPMPPPQPRPSPTPVPWPXPYP[P]P^P_P`PaPbPcPdPfPgPhPiPjPkPmPnPoPpPqPrPsPtPuPxPyPzP|P}P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�P�PQQQQQQQ��	Q
QQ
QQQQQQQQQQQQQQQQQQ Q"Q#Q$Q%Q&Q'Q(Q)Q*Q+Q,Q-Q.Q/Q0Q1Q2Q3Q4Q5Q6Q7Q8Q9Q:Q;Q<Q=Q>QBQGQJQLQNQOQPQRQSQWQXQYQ[Q]Q^Q_Q`QaQcQdQfQgQiQjQoQrQzQ~QQ�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�Q�QRR	RRRRRRRRRRR!R"R#R%R&R'R*R,R/R1R2R4R5R<R>RDRERFRGRHRIRKRNRORRRSRURWRXR��YRZR[R]R_R`RbRcRdRfRhRkRlRmRnRpRqRsRtRuRvRwRxRyRzR{R|R~R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�R�RSSSSS	S
SSSSSSSSSSSSS"S$S%S'S(S)S+S,S-S/S0S1S2S3S4S5S6S7S8S<S=S@SBSDSFSKSLSMSPSTSXSYS[S]SeShSjSlSmSrSvSyS{S|S}S~S�S�S�S�S�S�S�S�S���S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�S�STTTTTTTTTT"T$T%T*T0T3T6T7T:T=T?TATBTDTETGTITLTMTNTOTQTZT]T^T_T`TaTcTeTgTiTjTkTlTmTnToTpTtTyTzT~TT�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T�TUUUUUU
UUU
UUUUUUUUUUUUUU!U%U&U��(U)U+U-U2U4U5U6U8U9U:U;U=U@UBUEUGUHUKULUMUNUOUQURUSUTUWUXUYUZU[U]U^U_U`UbUcUhUiUkUoUpUqUrUsUtUyUzU}UU�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�UVVVVVV
VV
VVVVVVVVVVVVV V!V"V%V&V(V)V*V+V.V/V0V3V5V7V8V:V<V=V>V@VAVBVCVDVEVFVGVHVIVJVKVOVPVQVRVSVUVVVZV[V]V^V_V`VaV��cVeVfVgVmVnVoVpVrVsVtVuVwVxVyVzV}V~VV�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�V�VWWWWWWW
WWWWWWWWWWWWWWWWW W!W"W$W%W&W'W+W1W2W4W5W6W7W8W<W=W?WAWCWDWEWFWHWIWKWRWSWTWUWVWXWYWbWcWeWgWlWnWpWqWrWtWuWxWyWzW}W~WW�W���W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�WXXXXX	X
XXXXXXXXXXXXXXXX"X#X%X&X'X(X)X+X,X-X.X/X1X2X3X4X6X7X8X9X:X;X<X=X>X?X@XAXBXCXEXFXGXHXIXJXKXNXOXPXRXSXUXVXWXYXZX[X\X]X_X`XaXbXcXdXfXgXhXiXjXmXnXoXpXqXrXsXtXuXvXwXxXyXzX{X|X}XX�X�X�X�X�X�X�X�X���X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�X�XYYYYYY	Y
YYYYYYYYYYYYY Y!Y"Y#Y&Y(Y,Y0Y2Y3Y5Y6Y;Y=Y>Y?Y@YCYEYFYJYLYMYPYRYSYYY[Y\Y]Y^Y_YaYcYdYfYgYhYiYjYkYlYmYnYoYpYqYrYuYwYzY{Y|Y~YY�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y���Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�Y�YZZ
ZZ
ZZZZZZZZZZZZZZ!Z"Z$Z&Z'Z(Z*Z+Z,Z-Z.Z/Z0Z3Z5Z7Z8Z9Z:Z;Z=Z>Z?ZAZBZCZDZEZGZHZKZLZMZNZOZPZQZRZSZTZVZWZXZYZ[Z\Z]Z^Z_Z`ZaZcZdZeZfZhZiZkZlZmZnZoZpZqZrZsZxZyZ{Z|Z}Z~Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z���Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z[[[[[[[[[
[[[
[[[[[[[[[[[[[[[[[ [!["[#[$[%[&['[([)[*[+[,[-[.[/[0[1[3[5[6[8[9[:[;[<[=[>[?[A[B[C[D[E[F[G[H[I[J[K[L[M[N[O[R[V[^[`[a[g[h[k[m[n[o[r[t[v[w[x[y[{[|[~[[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[���[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[\\\\\\\\
\\\\\\\\\\ \!\#\&\(\)\*\+\-\.\/\0\2\3\5\6\7\C\D\F\G\L\M\R\S\T\V\W\X\Z\[\\\]\_\b\d\g\h\i\j\k\l\m\p\r\s\t\u\v\w\x\{\|\}\~\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\]��]]]]	]
]]]
]]]]]]]]]]]]]] ]!]"]#]%](]*]+],]/]0]1]2]3]5]6]7]8]9]:];]<]?]@]A]B]C]D]E]F]H]I]M]N]O]P]Q]R]S]T]U]V]W]Y]Z]\]^]_]`]a]b]c]d]e]f]g]h]j]m]n]p]q]r]s]u]v]w]x]y]z]{]|]}]~]]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]�]���]�]�]�]�]�]�]�]�]^^^	^
^^
^^^^^^^ ^!^"^#^$^%^(^)^*^+^,^/^0^2^3^4^5^6^9^:^>^?^@^A^C^F^G^H^I^J^K^M^N^O^P^Q^R^S^V^W^X^Y^Z^\^]^_^`^c^d^e^f^g^h^i^j^k^l^m^n^o^p^q^u^w^y^~^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^�^___	__
___________!_"_#_$_��(_+_,_._0_2_3_4_5_6_7_8_;_=_>_?_A_B_C_D_E_F_G_H_I_J_K_L_M_N_O_Q_T_Y_Z_[_\_^___`_c_e_g_h_k_n_o_r_t_u_v_x_z_}_~__�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_�_``	```````````"`#`$`,`-`.`0`1`2`3`4`6`7`8`9`:`=`>`@`D`E`F`G`H`I`J`L`N`O`Q`S`T`V`W`X`[`\`^`_```a`e`f`n`q`r`t`u`w`~`�`���`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`aaaaa
aaaaaaaaaaaaaaaa!a"a%a(a)a*a,a-a.a/a0a1a2a3a4a5a6a7a8a9a:a;a<a=a>a@aAaBaCaDaEaFaGaIaKaMaOaPaRaSaTaVaWaXaYaZa[a\a^a_a`aaacadaeafaiajakalamanaoaqarasatavaxayaza{a|a}a~aa�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a���a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�a�abbbbbbb	bbbbbbb b#b&b'b(b)b+b-b/b0b1b2b5b6b8b9b:b;b<bBbDbEbFbJbObPbUbVbWbYbZb\b]b^b_b`babbbdbebhbqbrbtbubwbxbzb{b}b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b���b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�b�bccccc
ccc
ccccccccccc&c'c)c,c-c.c0c1c3c4c5c6c7c8c;c<c>c?c@cAcDcGcHcJcQcRcScTcVcWcXcYcZc[c\c]c`cdcecfchcjckclcocpcrcsctcucxcyc|c}c~cc�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�cddddd	d
d
dddddddddddd"d#d$d��%d'd(d)d+d.d/d0d1d2d3d5d6d7d8d9d;d<d>d@dBdCdIdKdLdMdNdOdPdQdSdUdVdWdYdZd[d\d]d_d`dadbdcdddedfdhdjdkdldndodpdqdrdsdtdudvdwd{d|d}d~dd�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�d�deeeeeeee
eee
eeeeeeeeeeeeeeeee e!e��"e#e$e&e'e(e)e*e,e-e0e1e2e3e7e:e<e=e@eAeBeCeDeFeGeJeKeMeNePeReSeTeWeXeZe\e_e`eaedeeegeheiejemeneoeqeseuevexeyeze{e|e}e~ee�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�e�efffff	ff
fffffffffff!f"f#f$f&f)f*f+f,f.f0f2f3f7f8f9f:f;f=f?f@fBfDfEfFfGfHfIfJfMfNfPfQfXf��Yf[f\f]f^f`fbfcfefgfifjfkflfmfqfrfsfufxfyf{f|f}ff�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�f�fggggggggggggggggggg g!g"g#g$g%g'g)g.g0g2g3g6g7g8g9g;g<g>g?gAgDgEgGgJgKgMgRgTgUgWgXgYgZg[g]gbgcgdgfgggkglgngqgtgvg��xgygzg{g}g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�g�ghhhhh
hhhhhhhhhhhh h"h#h$h%h&h'h(h+h,h-h.h/h0h1h4h5h6h:h;h?hGhKhMhOhRhVhWhXhYhZh[h\h]h^h_hjhlhmhnhohphqhrhshuhxhyhzh{h|h}h~hh�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h���h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�h�hiiiiiii	i
iiiiiiiiiiiiiiii!i"i#i%i&i'i(i)i*i+i,i.i/i1i2i3i5i6i7i8i:i;i<i>i@iAiCiDiEiFiGiHiIiJiKiLiMiNiOiPiQiRiSiUiViXiYi[i\i_iaibidieigihiiijilimioipirisitiuivizi{i}i~ii�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i���i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�i�ijjjjjjjjj	jjj
jjjjjjjjjjjjjjjj j"j#j$j%j&j'j)j+j,j-j.j0j2j3j4j6j7j8j9j:j;j<j?j@jAjBjCjEjFjHjIjJjKjLjMjNjOjQjRjSjTjUjVjWjZj\j]j^j_j`jbjcjdjfjgjhjijjjkjljmjnjojpjrjsjtjujvjwjxjzj{j}j~jj�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j���j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�j�jkkkkkkkkk	k
kkk
kkkkkkkkkkkkkkkkkkk%k&k(k)k*k+k,k-k.k/k0k1k3k4k5k6k8k;k<k=k?k@kAkBkDkEkHkJkKkMkNkOkPkQkRkSkTkUkVkWkXkZk[k\k]k^k_k`kakhkikkklkmknkokpkqkrksktkukvkwkxkzk}k~kk�k�k�k���k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�k�kllllll	l
lllllllll l#l%l+l,l-l1l3l6l7l9l:l;l<l>l?lClDlElHlKlLlMlNlOlQlRlSlVlXlYlZlblclelflglklllmlnlolqlslulwlxlzl{l|ll�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l���l�l�l�l�l�l�l�l�l�l�l�l�l�l�lmmmmmm	m
m
mmmmmmmmmmmm m!m"m#m$m&m(m)m,m-m/m0m4m6m7m8m:m?m@mBmDmImLmPmUmVmWmXm[m]m_mambmdmemgmhmkmlmmmpmqmrmsmumvmymzm{m}m~mm�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�m�mnnnnnnnn	nnnnnnnnnnnn"n&n'n(n*n,n.n0n1n3n5n��6n7n9n;n<n=n>n?n@nAnBnEnFnGnHnInJnKnLnOnPnQnRnUnWnYnZn\n]n^n`nanbncndnenfngnhninjnlnmnonpnqnrnsntnunvnwnxnynzn{n|n}n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�n�nooooooo
ooo
ooooooooooooooo!o"o#o%o&o'o(o,o.o0o2o4o5o7o8o9o:o;o<o=o?o@oAoBo��CoDoEoHoIoJoLoNoOoPoQoRoSoToUoVoWoYoZo[o]o_o`oaocodoeogohoiojokolooopoqosouovowoyo{o}o~oo�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�o�oppppppppp	p
ppp
pppppppppppppppp p!p"p$p%p&p'p(p)p*p��+p,p-p.p/p0p1p2p3p4p6p7p8p:p;p<p=p>p?p@pApBpCpDpEpFpGpHpIpJpKpMpNpPpQpRpSpTpUpVpWpXpYpZp[p\p]p_p`papbpcpdpepfpgphpipjpnpqprpsptpwpypzp{p}p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�p�pqqqqqqqqqqq
qqqqqqqqqqqq q!q"q#q$q%q'q(q)q*q+q,q-q.q2q3q4q��5q7q8q9q:q;q<q=q>q?q@qAqBqCqDqFqGqHqIqKqMqOqPqQqRqSqTqUqVqWqXqYqZq[q]q_q`qaqbqcqeqiqjqkqlqmqoqpqqqtquqvqwqyq{q|q~qq�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�qrrrrrrrr	r
rrr
rrrrrrrrrrrrrr��rrrr r!r"r#r$r%r&r'r)r+r-r.r/r2r3r4r:r<r>r@rArBrCrDrErFrIrJrKrNrOrPrQrSrTrUrWrXrZr\r^r`rcrdrerhrjrkrlrmrprqrsrtrvrwrxr{r|r}r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������000����00 ^� &     000	0
000
0000000���6"'"("""*")""7""�"%" "#�"+"."a"L"H"=""`"n"o"d"e""5"4"B&@&�2 3 !����0 �!&&�%�%�%�%�%�%�%�%�%; �!�!�!�!0��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������p!q!r!s!t!u!v!w!x!y!�������������$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$t$u$v$w$x$y$z${$|$}$~$$�$�$�$�$�$�$�$�$`$a$b$c$d$e$f$g$h$i$���� 2!2"2#2$2%2&2'2(2)2����`!a!b!c!d!e!f!g!h!i!j!k!��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	�
���
������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������A0B0C0D0E0F0G0H0I0J0K0L0M0N0O0P0Q0R0S0T0U0V0W0X0Y0Z0[0\0]0^0_0`0a0b0c0d0e0f0g0h0i0j0k0l0m0n0o0p0q0r0s0t0u0v0w0x0y0z0{0|0}0~00�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������5�6�9�:�?�@�=�>�A�B�C�D�����;�<�7�8�1���3�4��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� !"#$%&'()*+,-./������������������������������012345Q6789:;<=>?@ABCDEFGHIJKLMNO�����������������������������  % 5 !	!�!�!�!�!""#"R"f"g"�"P%Q%R%S%T%U%V%W%X%Y%Z%[%\%]%^%_%`%a%b%c%d%e%f%g%h%i%j%k%l%m%n%o%p%q%r%s%�%�%�%�%�%�%�%���%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%	&�"000���������������������������+���M���k���������Q��DH��a��������1111	1
111
1111111111111111111 1!1"1#1$1%1&1'1(1)1������������������������������������������!0"0#0$0%0&0'0(0)0�2�3�3�3�3�3�3�3�3�3�3�30����!!12�� �������0�0�0�0�00�0�0I�J�K�L�M�N�O�P�Q�R�T�U�V�W�Y�Z�[�\�]�^�_�`�a���b�c�d�e�f�h�i�j�k���������������������������0��������������������������%%%%%%%%%	%
%%%
%%%%%%%%%%%%%%%%%%% %!%"%#%$%%%&%'%(%)%*%+%,%-%.%/%0%1%2%3%4%5%6%7%8%9%:%;%<%=%>%?%@%A%B%C%D%E%F%G%H%I%J%K%�������������������������������r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�rsssssss	sss
ssssssssss s#s$s&s's(s-s/s0s2s3s5s6s:s;s<s=s@sAsBsCsDsEsFsGsHs��IsJsKsLsNsOsQsSsTsUsVsXsYsZs[s\s]s^s_sasbscsdsesfsgshsisjsksnspsqs��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������rssstsusvswsxsyszs{s|s}ss�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s���s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s�s���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������s�s�s�s�s�s�s�stttttttt
ttttttttttttttt t!t#t$t't)t+t-t/t1t2t7t8t9t:t;t=t>t?t@tBtCtDtEtFtGtHtItJtKtLtMt��NtOtPtQtRtStTtVtXt]t`tatbtctdtetftgthtitjtktltntotqtrtstttutxtytzt��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������{t|t}tt�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t���t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������t�t�t�t�t�t�t�t�tuuuuuuuu	u
uuuuuuuuuuuuu u!u"u#u$u&u'u*u.u4u6u9u<u=u?uAuBuCuDuFuGuIuJuMuPuQuRuSuUuVuWuXu��]u^u_u`uaubucuduguhuiukulumunuoupuqusuuuvuwuzu{u|u}u~u�u�u�u�u�u�u���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�uvvvv��v	vv
vvvvvvvvvvvv!v#v'v(v,v.v/v1v2v6v7v9v:v;v=vAvBvDv��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������EvFvGvHvIvJvKvNvOvPvQvRvSvUvWvXvYvZv[v]v_v`vavbvdvevfvgvhvivjvlvmvnvpvqvrvsvtvuvvvwvyvzv|vv�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v���v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�vJU?��W(c�T	U�T�vLv<��w~��x1r����(l�[�O	c�f�\��Hh��f�v�QVe�q����PeY�a�o��LcRb�S'T{kQ�u�]�bˍv��b�]W8�b8r}v�g~vFdpO%��bz�e�s,dsb,���gHrnb�b4O�tJS�R�~��.^�h�i���~�h�x��Q��P$�ނހS�eR�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�v�vwwwww
wwwwwwwwwwwwwwwww!w#w$w%w'w*w+w��,w.w0w1w2w3w4w9w;w=w>w?wBwDwEwFwHwIwJwKwLwMwNwOwRwSwTwUwVwWwXwYw\w�����O!Xq��[�b�b�fy���rog�x�`QSS��̀���
P�rY�`q��TY�,g({)]�~-u�lf���<�;��k�{|_�xք=��k�k�k^�^�u�]e
_�_���X�[�����,�Ab�O�S^S������M�hj_��h�֜�a+R*vl_�e�o�n�[HduQ�Q�gN�y|��p]w^w_w`wdwgwiwjwmwnwowpwqwrwswtwuwvwwwxwzw{w|w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w���w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�w�uv^�s�d�b���lZS�Rd”�{/O^6����$n�ls�Uc\S�Te��W
N^ek?|�`�ds��PgMb"�lw)�Ǒi_܃!���S���k�`�`p͂1��N�lυ�d�|�i�fI��SV{�O�QKmB\m��c�S,�6��g�x=d�[�\�]��b�gz�d�cI���� �N���fs�w�w�w�w�w�w�w�w�w�w�w�w�w�wxxxxxx
xxxxxxxxxx x!x"x$x(x*x+x.x/x1x2x3x5x6x=x?xAxBxCxDxFxHxIxJxKxMxOxQxSxTxXxYxZx��[x\x^x_x`xaxbxcxdxexfxgxhxixoxpxqxrxsxtxuxvxxxyxzx{x}x~xx�x�x�x�x:W\8^�P���S^eEu1U!P���b��g2Vno�]5T�pf�ob�d�c{_�o�ば�\hf�_�lH���l��d�y�WYjbHTXNz�`�oڋb����yT�ucS`lߏ_p�;���O:\d���e�pEQ�Qk�]�[�bl�tu� zay{�N�~�wN�R�Qqj�S���ϖ�nd�Zi�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x���x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�x�xyyyyyyy	y
yyy@x�P�wd�Y�c�]z=i O9��U2N�u�zb^�^�R9T�pvc$��W%f?i��U�m�~"�3b�~�u(��x̖��Ha�t͋dk:RP�!kj�q��VS�NN�Q�|��|�O��{�zgd]�P�v�|�m�QgX[�[�x�dd�c+c�-d��T{)vSb'YFTyk�P4b&^�k�N7����_.�
yyyyyyyyyyyyyyyyy y!y"y#y%y&y'y(y)y*y+y,y-y.y/y0y1y2y3y5y6y7y8y9y=y?yByCyDyEyGyJyKyLyMyNyOyPyQyRyTyUyXyYyaycy��dyfyiyjykylynypyqyrysytyuyvyyy{y|y}y~yy�y�y�y�y�y�y�y�y�y�y�y�y�y `=��b9NUS���cƀ�e.lFO�`�mދ9_ˆS_!cZQa�chRccH�P�\wy�[0R;z�`S��v�_�_�vl�op{vI{�w�Q��$XNO�n�Le{�r�m��Z�b�^0W��,{^_����c�n�x�pxQ[��W5uCO8u�^�``Y�m�k�x�SՖ�QR�c
T���̍9r�xv��
��S�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y���y�y�y�y�y�y�y�y�y�y�y�y�y�yzzzzz	z
zzzzzzzzzzzzzN�v�S��v��-��[��"NN�Qc��a�Rh�Ok`�Qm\Q�b�ea�F���u��cw�k�r�r��5XywL�\g@����^!n�Y�z�w;��k�eXQQ��[�X(Tr�fe��V���vA��c�TY:Y�W��5g��5�AR�`X���\E��O����%Zv`�S|bO���i`�?Q3�\u�1m�Nzz!z"z$z%z&z'z(z)z*z+z,z-z.z/z0z1z2z4z5z6z8z:z>z@zAzBzCzDzEzGzHzIzJzKzLzMzNzOzPzRzSzTzUzVzXzYzZz[z\z]z^z_z`zazbzczdzezfzgzhz��izjzkzlzmznzozqzrzszuz{z|z}z~z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z0��SZO{OON��l�s�^ju�
j�w��A~�Q�p�Sԏ�)��rm��lJW���e��?b2��Y�N���~>e�^�aUޘ��*S�� T���^�l9���Z�)TlR�~_Wq~l�|KY�N�_$a�|0N\�g��\�Θ�u�p"��Q��IY�Q[O&T+Ywe��u[vb�b��E^l&{O�O
g�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z�z���z�z�z�z�z�z�z�z{{{{{	{{
{{{{{{{{{{{{!{"{#{'{){-{nm�m�y��_+u�b���Oܑ�e/�Q��^P�t�oR��K�
Y�P�N�6ry���[��D��Y�TvVV�9e�i���v�nr^uFg�g�z��v�a�ybec��QR��8���~�\/n`g�{�vؚ����|dP�?zJT�TLkdb=��urRi�[�<h�����*NT�~9hߍ��f�^�/{0{2{4{5{6{7{9{;{={?{@{A{B{C{D{F{H{J{M{N{S{U{W{Y{\{^{_{a{c{d{e{f{g{h{i{j{k{l{m{o{p{s{t{v{x{z{|{}{{�{�{�{�{�{�{�{�{�{�{�{�{�{���{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�W?��h�];e�Rm`���O��lQ�[_�]^l�b!�qQ���R�l߂�r�W�g-�Y��ǃ�T�{0O�ld[�Y��Sʆ��7���Ee~��Vǖ.R�tPR�[c�VN�b*`�hsQ�[�Q‰�{��P�`Lp/�IQ^�ptĉ-WExR_����h�<��xvBh�g�5�=R���n�h��V�g��Ǐ�T�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{||||||||	|
|
|||||||||||��||||| |!|"|#|$|%|(|)|+|,|-|.|/|0|1|2|3|4|5|6|7|9|:|;|<|=|>|B|��i[wm&l�N�[��c��a���+T�m�[�Q�UU��dMc�e�a�`
qWlIl/Ymg*��X�Vj��kݐ}Y��SimuT�Uw�σ8h�y�TUOT�v����l�mk��d�:�?Vў�u�_�rh`�T�N*ja�R`p��T�py�?�*m�[_�~�U�O4s<T�SPT|TNN�_Zt�Xk��t��r�|VnC|D|E|F|G|H|I|J|K|L|N|O|P|Q|R|S|T|U|V|W|X|Y|Z|[|\|]|^|_|`|a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|u|v|w|x|y|z|~||�|�|�|�|�|�|�|�|���|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|'_N�,U�b�N�l7b���TNS>s�n;uRS݋�i�_`�mOW"k�sSh؏bc�`$U�ub�q�m�[{^R�LaĞ�xW�'|�v�Q�`LqCfL^M`�pp%c���_b`Ԇ�V�k�`gaIS�`ff?��yO�pGl����~d�fZZB�Qm�mA�;mOkp��b�`
�'�xy�Q>W�W:gxu=z�y�{�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|}}}}}}}}}	}}}
}}}}��}}}}}}}}}}}}}}}!}#}$}%}&}(})}*},}-}.}0}1}2}3}4}5}6}��e����o��!��Y�~		T�g�h��M|Ɩ�S%`�urlsS�Z�~$c�Q
��]߄�b�Qc[OmyBR�`Nm�[�[�����e�_E��Y�~�~	V�g9YsO�[�RZ���>�2u��GP<z�N�g~��Z|k�vZW\:{�Nq|Q��p�xY'��h�g�xwx�bac�{�OjR�QP��it���1���.��{�N7}8}9}:};}<}=}>}?}@}A}B}C}D}E}F}G}H}I}J}K}L}M}N}O}P}Q}R}S}T}U}V}W}X}Y}Z}[}\}]}^}_}`}a}b}c}d}e}f}g}h}i}j}k}l}m}o}p}q}r}s}t}u}v}��x}y}z}{}|}}}~}}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}eP0�QRo�n�n�m�^�P�Y\Fm_l�u��hhVY�� Sq�M�I�iy&q���NʐGm��Z�Vd��w�O��r҉z�4�~RYeu�����S�z�c�c�v�yW�6�*b�R��Thpgwckw�zm�~��YbɅ��LuP�N�u�J\�]K{�eё�N%m_�'}&��N(�ۏs�Kf�yя�pxm�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}���}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}�}=\�RF�bQ�[wvf���N�`�|�|�~�Nf�of��Y��Xle\��_�uV��z�z�Q�p�z�cvz�~�s�ENxp]NR��SQe�e����T1\�u���b�r�uE\y�ʃ@\�T�w>N�lZ��bnc�]wQݍ�/��O�S�`�pgRPcC�Z&P7wwS�~�d+e�b�cP5rɉ�Q���~GW̃���QT�\�}�}�}�}�}~~~~~~~~~	~
~~~
~~~~~~~~~~~~~~~~~~~ ~!~"~#~$~%~&~'~(~)~*~+~,~-~.~/~0~1~2~3~4~5~6~7~8~9~��:~<~=~>~?~@~B~C~D~E~F~H~I~J~K~L~M~N~O~P~Q~R~S~T~U~V~W~X~Y~Z~[~\~]~�O�zZmᐏ��U�TaS�T_�cwi�Qha
R*X�RNW
xw�^wa�|[b�b�N�p��b�p`�wWۂ�g�h�x���y�X�T�S4nKQ;R�[����CU�Ws`QW-TzzP`T[�c�b�Scb�[�g�T�z�w��^�8Y�Wc��WWw{�O�_�[>k!SP{�rFh�w6w�e�Q�N�v�\�zu�NYA��P^~_~`~a~b~c~d~e~f~g~h~i~j~k~l~m~n~o~p~q~r~s~t~u~v~w~x~y~z~{~|~}~~~~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~���~�~�~�~�~�~�~�~
79;<=>?@ACFGHIJKLMNORS��'a�ndWfFc�V�bib�^��W�b�U!�J���fU��egV�݄jZh�b�{�pQ�o0��cȉ�a�p�nt�i�r�^ΐgjm^c�Rbr�lO�Yj��p�m�RPN��m�~��x/}!Q�W�d��{|�l�h^i�Q�S�h�rΞ�{�r�yotNg̑��<y��T�Th=N�S�R>x�S)R�P�O�OVY[\]^`cdefgklmopsuvwxz{|}������������������������������������������������������������������������u�z�|�l���R�t�T�OT���ޏp��^`�m^[e8���K`�p�~�|�Q�h�|o�$N��ϑ~f�N��dJ��P�u�q�[��fo�N�dc��^�eRˆ�p�Rs3t�g�x�4N��ޜ�m�QA�T�b�s���Ô6O��Qupu��\���S�N�n	t�ikx��YuR$vAm�gmQ��K��T<{�z����������������������	�
����������!�#�$�+�,�-�.�/�0�2�4�9�:�<�>�@�A�D�E�G�H�I�N�O�P�Q�S�U�V�W���Y�[�\�]�^�_�`�a�b�c�d�e�f�g�h�k�l�m�n�o�p�r�s�t�u�v�w�x�y�z�{�|�}����W�bG�|iZd�{oK���bS���^�p�cdSO������x2��B��^o�yU_F�.bt�Tݔ�O�ee\a\Q�/l�_�s�n�~�\cj[�nuSqN�ceu�bn�&O�N�l�~�����W;�#��{����=�m���~�Y���sx��l���VT�WpN��VSȏ	��w����n��fba+o~���������������������������������������������������������ŀǀȀɀʀˀπЀрҀӀԀՀ؀߀���������������������������������� �!�"�#�$�%�&�'�(�)�*�+�-�.�0�3�4�5�7�9�:�;�<�=�?�)���+��vl�_��+s���k�wƔoS��Q=^��8�HN�s�g�hv�	�dq�l	w�ZA��k�'f�[�Y�Z���N����j�v0�s�h_[/w��a��|���%_s|�yʼn�l��[B^�h w�~�QMQ�R)Zb�ׂ�c�wЅ�y:n�^�Y�mpl�b�vOe�`��f��#��
T}T,�xd@�A�B�C�D�E�G�I�M�N�O�R�V�W�X�[�\�]�^�_�a�b�c�d�f�h�j�k�l�o�r�s�u�v�w�x�������������������������������������������������������������������������������������������������āŁǁȁɁˁ́΁ρЁсҁӁyd�!j���xidT��b+g���X؞�l o�[L��_r�g�bar�N�Y�k�X�fU^�RUa(g�vfwgrFz�b�TPT����Z�~lCNvY�HYWS7u���V c�|`���mbT���Q�Z���Y�*P�l<\�b`O?S{���n+��bt^�x�d{c�_Z��?\OcB�}[nUJ�M��m�`�g�r�Q�[ԁՁցׁ؁فځہ܁݁ށ߁�������������������������������	�
������������� �$�%�&�'�)�.�2�:�<�=�?���@�A�B�C�E�F�H�J�L�M�N�P�Q�R�S�T�U�V�W�Y�[�\�]�^�`�a�b�c�d�e�f�g�i��b�l[rmb���~�Sm�Q_tY�R`sY�fP��u*c�a�|���T'k%��kՅUTvP�ljU��,r^`6t�b�cLr�_Cn>meXo�v�x�vTu$R�SSN�^�e*�ր�b�T(R�p��э�lxTڀ�W�T�j�M�iO�l�U�v0x�b�p�om_��h|x�{��gO�gc�xoWx9�yb�b�R5t�kj�k�l�m�q�u�v�w�x�{�|���������������������������������������������������������‚ÂłƂɂЂւقڂ݂����������������������������
��
���������� �!�"�#�$�%�&�)�*�.�0�2�7�;�=�dU>��u�v9S�u�PA\l��{OPGr��ؘo�thy�d�w�b��+��TX�RNjW��
�s^�Q�tċO\aW�l��FZ4xD�돕|VRQb���N��a�郲��W4gWnffm1��fpg:khb�YN�Qo�g�lvQ�hGYgkfu]�P��eHyAy��w��\^NO/TQYxhVlď_}l�l���c>�?�A�B�D�E�H�J�K�L�M�N�S�U�V�W�X�Y�]�b�p�q�r�s�t�u�v�y�z�~������������������������������������������������������������������������������ƒÃăƃȃɃ˃̓΃Ѓу҃ӃՃ׃كڃۃރ���������p`=murfb��ŔCS��~{�N&�~NԞ����MR\oc�Em4�XL] kIk�g[TT���X7�:_�bGj9�re�`eh�wTN�O�]���d��\�O�zR�N/`�z���O�N�y4t�R���d�y�[�lR�{�"l>PSn�dtf0l�`w����^<twz�yN��tBl�VK��l��:SƆ�f��H\q� n�����������������������	�
������������� �!�"�#�)�*�+�,�-�.�/�0�2�3�4�5�6�7�9�:�;�>�?�@�A�B�C�D�E�G�H�I���J�K�L�M�N�O�P�R�S�T�U�V�X�]�^�_�`�b�d�e�f�g�h�j�n�o�p�r�t�w�y�{�|��S6Z�����SW��Cg���lhQ�u�b�r8R�R:�p8vtSJ��inx��و�6q�q�Q�g�t�Xe�V��v�pb�~�`�p�X�N�N�_�N��R�Y�~Tb�N�eb8�Ʉc����q�n�[�~�Q�c�g��9��Qz[�Y��sN]leQ%�o�.�J�^t��m�1_�dm(�n�Ü^X[�	N�S}�~����������������������������������������������������������������������������������������������„ÄńƄDŽȄ˄̄΄τ҄ԄՄׄ��؄لڄۄ܄ބ����������������������������������OceQh�U'Nd��kb�Z_tr��m�h�P��x@g9R�l�~�PeU^q[{Rf�s�Igq\ R}qk��U��da����UUlGb.�X$OFUO�Lf
N\�hNc
z�p���R��\�T���~bYJ�dž�
�f�Dd\Qa�m>y��7x3u{T8O���m Z�~^y�l�[vZu��Nan�Xu%urrGS�~������	�
��
�������������� �"�#�$�%�&�'�(�)�*�-�.�/�0�1�2�3�4�5�6�>�?�@�A�B�D�E�F�G�K�L�M�N�O�P�Q�R�S�T�U���W�X�Z�[�\�]�_�`�a�b�c�e�f�g�i�j�k�l�m�n�o�p�q�s�u�v�w�x�|�}������w�viR܀#W^1Y�r�en׋8\q�AS�w�b�e�Nߘ���[Ƌ�S�wON\v��Y_:y�XN�g�N�b����R/f�UlV��N�Oʑp�l^C`�[ƉՋ6eKb���[�[�c.U�S&v}Q,��g�h�k�b���S��m�ufNN�p[�q���f�fr�͞ �^\/g�h_g
b�z�X�^pe1o��������������������������������������������������������������������������������������������������…ÅąŅƅDžȅʅ˅̅ͅ΅х҅��ԅօׅ؅مڅۅ݅ޅ߅�������������������������U`7R
�Tdp�)u^h�b��S=r�4lawz.T�wz���Uxg�p�e�d6V`�y�SN{k���[�U�V:O<Or��]~g8�`����[����dX��d�Uςe��O }��|�PQX�n�[ɋ��x����{}������~Ӛ�x�\WzB���_yY[_c{ф�hU)t"}�@bLX�N�[yYTX������������������	�
���
����������������� �!�"�#�$�%�&�(�*�+�,�-�.�/�0�1�2�3�4�5�6�7�9�:�;�=�>�?�@���A�B�C�D�E�F�G�H�I�J�K�L�R�S�U�V�W�X�Y�[�\�]�_�`�a�c�d�e�f�g�h�i�j�mscK��΀Ԃ�b�S�l^�*Y`plMWJd*�+v�n[W�j�umo-��fW�k���x�c�S�pdlXX*dX�h��U�|P���m���p�c�m�n�~�Ch��mv���WYyr�~��u���hTR"���c��D�|USO�f�V�`�mCRI\)Y�mkX0uul`�F�cag�:w�4���^�S,T�pm�o�p�r�s�t�u�v�w�x���������������������������������������������������������������������������������†ÆņȆ̆͆҆ӆՆֆ׆چ܆��݆���������������������������������������@l�^\P�N�^:cG��Phn��wTܔd_�zvhEcR{�~�uwP�b4Y��Q�y�z�V�_��m`\WTTQMn�V�c����*��To\���bXb1�5�@�n�|�-i�Y�b>Uc�Tن<mZ�t��jkYL�/_~n�s}�8N�p�[�x=cZf�v�`�[IZNU�jl�s�N�gQ�_�eg�_�YZ���� �$�&�'�(�*�+�,�-�/�0�2�3�5�6�8�9�:�<�=�@�A�B�C�D�E�F�J�K�M�O�P�Q�R�T�U�V�X�Z�[�\�]�^�_�a�b�f�g�h�i�j�k�l�m�o�q�r�s�u���w�x�y�z�����������������������������������������������������������]�_qS�ݏEh�V/U�`:NMo�~ǂ��YO*O>\�~*g�sTOuÀ�UO�MO-n�	\pakSv)n���e���~;T3z
}��U��tc��m�zb�egS�c�l�]\T��LNal�K\�e���h>T4T�kfk�NBcHS�
O�O^W
b��dfir�R�R�`�f�q�g�Rx�wpf;V8T!�zr��������������������������������������‡ÇćŇLJȇɇ͇̇·χЇԇՇևׇ؇هڇ܇݇އ߇�������������������������������������������	���
��������������� �#�zo`^�`��Y�`�q�p�nPl�r�j��-^`N�Z�U�m�|��b�~�w~�#S����f�\�O�rN�SYT�c(�HQ�N���~�T$�T�7��m&_�Z>fi��s.s�Sz�����[w�P��~�v�Sv����{D�XnaN�ey��`�T�Ny��]aj�PTa�'�]x�JR�T�V��m�[�mSf$�%�&�'�(�)�*�+�,�-�.�/�0�1�3�4�5�6�7�8�:�;�=�>�?�A�B�C�F�G�H�I�J�K�N�O�P�Q�R�S�U�V�X�Z�[�\�]�^�_�`�f�g�j�m�o�q�s�t�u�v�x�y�z���{�|���������������������������������������������������������������\][!h��xU{HeTi�NGkN���OSc:d���e����Q�hxS���a�l�l"�Q\�����#k���e�_�_�OE�fe�)s�`tQR�Wb_��L���x^Og'`�YDQ�Q��SylĖ�qO�O�=g�U��y���~�Xb�Z�V{��_��ĄW��S�e�^\ud`n}Z�~�~i��U�[�`�e�s����������������������������������ÈĈLjȈʈˈ͈̈ψЈшӈֈ׈ڈۈ܈݈ވ����������������������������������	���
������������� �"�#�$�&�'�(�)�,�-�.�/�1�2�3�5�7�	�cv)w�~t���f[tz�@��R�q�_�e�[o��]�k[l����
�ŏ�S�b&�-�@T+N��Yr��]Y��mŖ�T�N��	q�T	��p�m�v%Nx��\�^�����p�lDY�c<wM�os�0X�q�Sx��Uf_0q�[����k.Y/��yhglboO�u�m3�'l�N�u{Q7h>o��p��Yvt8�9�:�;�<�=�>�?�@�B�C�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�`�a�b�c�d�e�g�h�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�|���}�~���������������������������������������������������������������Gd'\e��z#��Y�T�o����0iNV6�7rΑ�Q_Nu��cN�S�fK�Y�mN�X;S�c�O
Oc���7YW��y�N�u�l�[�Y]_i��P�]YN�w�Nz��bf��y\�Ny_Ɓ8����u�NԈa�k�_IN�v�n㋮�
�ы_���~5�k��V�k�4��YT���m�[n�9\_����������������������������������������������������������������É͉ӉԉՉ׉؉ىۉ݉߉��������������������������������������������	�
���
�����������������pS�1jtZp��^(��$�%�g�G�Ώb��vq_��lx f�T�bcOÁ�u�^͖
����T�l�m8l`�R(u}^O�`�_$\1u�����r�l8nI�	g�S�SQOɑ��S|^�m�N�v�i^�a�YO�O>�|�	ann���N1Z�N\�y�[틽�s�W����TG��U�\�_a2k�r������ �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�?�@�A�B�C�D�E�F�G�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^���_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�z�{�|�}�~����tm�[Ո��k�m�3�
n�QCQ�W���S�c���VXTW?s�n܏т?a(`b��f�~��Í���\�|g�`���N�Sh�AQЏt�]�Uf��U[S8xBg=h�T~p�[}��Q(W�Te�f^�C��l�m��|�Q���g�e�o����jV ��vvp�q#��bR�l<�`�X�a�f`�Nb�U#n-gg�����������������������������������������������������������������������������������������������������������������������������Š��ÊĊŊƊNJȊɊʊˊ̊͊ΊϊЊъҊӊԊՊ֊׊؊يڊۊ܊݊ފߊ������(wh�i�TMN�pȋXd�e�[�z:P�[�w�ky��|�l�v�e��-]U\8�h`Sb�z[n�~j�zp_3o _�c�mVgN^&��N��4v���b-f~b�lu�gqiFQ���Sn��b�T����ُYm�s�ewu'x������O�g�uʋ�/cG�5���#cAw�_�r�N`te�bck?e���������������������������������������������	�
���
������������������� �!�"�#���$�%�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E�'^�uѐ�����g/e1T��w���AlKN�~L��v
i�kgb<P�O@Wcbk���S�e�~�_c�c��n^�\6Rzf�yz(��p�u�n�l�z-N�v�_��w��~�y��͑�NO�hT�]2m̋�|t���^�T�v�[<f���s*hۆ1g*s��ۋ��z�pnq�b�w1V;NW��g�R��.���Q{F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�g�h�i�j�k�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|�}�~��������������������������������������������������������������������������NjЋ�	��OO�l]y{��b*r�bNxl��dZ��{ih�^ň�Y�d�X�ri%���X�`W��QIc�bSSLh"t�L�DU@w|pJmyQ�TD��Y�n�m\[+}�N}|�nP[�
nW[��h*��[�~;`�~��p�OY�c�y��RS�eVyŋ;��~���~4V��gj
\u�(f�]PO�gZP\OPW�^����������8�9�:�;�<�=�>�?�@�B�C�D�E�H�J�K�M�N�O�P�Q�R�S�T�V�W�X�Y�[�\�]�^�_�`�c�d�e�f�g�h�i�l�m�n�o�p�q�r�t�u�v�w�{�|�}�~�����������������������������������������������������������������������������������NN@QN�^ESN�NN2�l[iV(N�y?NSGN-Y;rnSl�V䀗��k~w�6N�N�\NiN�N��[[lUV�N�S�S�S�S�Se�]�S�S&S.S>S\�fScSRRR-R3R?R@RLR^RaR\R��}R�R�R�R�R�QT�N�N�N�N�N�N�N�NO�N"OdO�N%O'O	O+O^OgO8eZO]O����������������������������������������ŒÌČŌƌnjȌɌʌˌ̌͌ΌόЌьҌӌԌՌ֌׌،ٌڌی܌݌ތߌ���������������������������������������������������	�
���
�_OWO2O=OvOtO�O�O�O�O~O{O�O|O�O�O�O�O�O�O�O�O�O�O�O�O)PLP�O,PP.P-P�OPP%P(P~PCPUPHPNPlP{P�P�P�P�P�PQ�P�P�P�PQQ�N=lXOeO�O��Flt|nQ�]ɞ���QY�R
S�S�QYUQ�NVQ�Nn����N�҈�y4[���Q�Q�Q�Q��������������� �Q�R�W�_�e�h�i�j�l�n�o�q�r�x�y�z�{�|�}�~����������������������������������������������������������������������������������������������������ōǍȍɍʍ͍ЍҍӍԍ�Q�Q�Q�Q��������������‹Ëˋϋ΋ҋӋԋ֋؋ً܋ߋ����������������������������� �!�%�'�*�+�.�/�2�3�5�6�iSzS�"�!�1�*�=�<�B�I�T�_�g�l�r�t�����������������������������Ս؍ٍ܍����������������������������
�������������� �!�$�%�&�'�(�+�-�0�2�3�4�6�7�8�;�<�>���?�C�E�F�L�M�N�O�P�S�T�U�V�W�X�Z�[�\�]�^�_�`�a�b�c�d�e�g�h�j�k�n�q�����ϐŐ��АĐǐӐ��ܐאې����"��#�1�/�9�C�F�
RBY�R�R�R�R�T�R�R�R�S�q�w�^�Q�Q/��S_Zu�]LW�W�W~X�X�X�X)W,W*W3W9W.W/W\W;WBWiW�WkW�W|W{WhWmWvWsW�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�W�Ws�u�w�x�y�z�{�}�~�����������������������������������������������������������������������������������������������������������Ž��ÎĎŎƎǎȎɎʎˎ͎̎ώЎюҎӎԎՎ֎׎؎َڎێ܎ݎގߎ�����X
X�W�WXXXDX XeXlX�X�X�X�X����ay�}��������������������������Ȃʂ゘�����˂̂������������Ă΂���	������܂�҂؂���ӂ������Ղ�Q�[�\����<�4�1���^�/�O�G�C�_�@��`�-�:�3�f�e����������������������������������������������	�
���
������������������� �!�"�#���$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�h��i�l�j�m�n���x���������������|�����}���{���������������؃X��݃��փ�8���ԃ߃�������Ń��&���\�Q�Z�Y�s�����z���x�<�F�i�v�����1�m���̈́Є愽�ӄʄ���������������
u8��9��:�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�j�������������������������������������������������������ÏƏ��ɏʏˏ̏͏Ϗҏ֏׏ڏ����������������������������V�;�����Y�H�h�d�^�z��wC�r�{���������y�������������Ӆ��܅��'��)��<��^_<YAY7�UYZYXYS"\%\,\4\Lbjb�b�b�b�b�b�b"c�b9cKcCc�c�cqczc�c�cmc�c�cic�c�c�c�c�c�c�c�c�cRd�c�cEdAddd dd&d!d^d�dmd�d��#�$�%�'�(�)�*�+�,�0�1�2�3�4�7�9�:�=�?�@�C�E�F�H�I�J�K�L�N�T�U�V�Y�Z�\�]�^�_�`�a�d�f�g�i�j�k�l�o�p�q�r�s�v�w�x�y�z�{�|�~�����������������������������������������������������������������������zd�d�d�d�d�d�d�d�d�d	e%e.e_�_u__S�S�S�S�S�STTTKTRTSTTTVTCT!TWTYT#T2T�T�TwTqTdT�T�T�TvTfT�T�T�T�T�T�T�T�T�T�TrT�T�T�T�T�T�T�T�T�T�T�T�T�T�TU�T U�TU�T"U#UUU'U*UgU�U�UIUmUAUUU?UPU<UÐƐȐɐː̐͐ҐԐՐ֐ِؐڐސߐ���������������������������������	�
���
������������������� �!�$�%�&�'�(�)�*�+�,�-�.�0�2�3�4�5�6�7�8�:�;�<�=�>�?�@�A�B�D�7UVUuUvUwU3U0U\U�U�U�U�U�U�U�U�U~U�U�U{U�U�U�U�U�U�U�U�UV�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U��VVVV$V#V�UV'V-VXV9VWV,VMVbVYV\VLVTV�VdVqVkV{V|V�V�V�V�V�V�V�V�V�V�V�VW
W	WW^^^^1^;^<^E�G�H�Q�S�T�U�V�X�Y�[�\�_�`�f�g�h�k�m�s�z�{�|�����������������������������������������������������������������������������������������������‘ÑđőƑȑˑБґӑԑՑ֑בّؑڑۑݑޑߑ������7^D^T^[^^^a^�\z\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\]]']&].]$]]]]X]>]4]=]l][]o]]]k]K]J]i]t]�]�]�]s��]�]s_w_�_�_�_�_�_�_�_�_�_�_�_b�a_�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�rs�rs�r��������������������������������������������	�
���
������������������� �!�"�#�$���%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E��rss!s
ssss"s9s%s,s8s1sPsMsWs`slsos~s�%Y�$YYc�g�h�i�j�k�l�t�w�}����������������������^�^�^�^�^�^�^�^�^�^S��^�^�^�^�^���_�_�_�_`�_`�_�_�_``�_�_�_`5`&```
`)`+`
`?`!`x`y`{`z`B`F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�p�q�r�s�u�v�w�x�y�z�{�|�}�~����������������������������������������������������������������������������������j`}`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�`�` a&aa#a�`aa+aJaua�a�a�a�a�a�a�_����������������
���
��������,N?rb5lTl\lJl�l�l�l�l�lhliltlvl�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l�l��������������������������������������������������’ÒĒŒƒǒɒʒ˒̒͒ΒϒВђҒӒԒՒ֒גْؒڒےܒݒޒߒ���������������������������������������������������	�9m'mmCmHmmmmm+mMm.m5mmOmRmTm3m�mom�m�m^m�m�m\m`m|mcmn�m�m�mn�m�mn�m�m�mn�mn�m+nnnNnkn�n_n�nSnTn2n%nDn�n�n�n�n-o�n�n�n�n�n�n�n�n�n�n�n�nboFoGo$oo�n/o6oKoto*o	o)o�o�o�oxoro|ozo�o
���
������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�?�@�A�B�C�D�E�F�G�H�I���J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�k��o�o�o�o�o�o�o�o�o�op#pp9p5pOp^p�[�[�[�[�[�[/u��4d�[�[0��[G����ӏՏ����������&��
��!�5�6�-�/�D�Q�R�P�h�X�b�[��ft�}���������P_W_V_X_;\�TP\Y\q[c\f\�*_)_-_t�<_;�n\�Y�Y�Y�Y�Y�Yl�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|�}�~��������������������������������������������������������������������������������������������������������������������������������������“ÓēœƓǓȓɓ˓͓̓�Y�Y�Y�Y�Y�Y�Y�Y�Y�YZZ�YZ�Y�Y�YZ	Z2Z4ZZ#ZZ@ZgZJZUZ<ZbZuZ쀪Z�ZwZzZ�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z�Z	[[[2[7[@[\\Z[e[s[Q[S[b[u�w�x�z��}����������������������������������������~�~�~�~�~�~ΓϓГѓғӓԓՓדؓٓړۓܓݓޓߓ��������������������������������������������������	�
���
��������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.��~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~
�~�~�~�~!"#$%&'*+,-/01235z^u�]>u���s�s�s�s�s�s�s�s�s�s�s�s�s�s�s|�
t�s�s�s�s�st*t[t&t%t(t0t.t,t/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�j�l�m�n�o���p�q�r�s�t�u�v�w�x�y�z�{�|�}�~������������������ǔϔӔԔڔ��� �ttAt\tWtUtYtwtmt~t�t�t�t�t�t�t�t�t�t�t�t�t�t���LgSg^gHgig�g�gjgsg�g�gug�g�g�g�gwg|g�g	h�g
h�g�gh�g�g�g�g�gh�g�g�gh�g�g2h3h`hahNhbhDhdh�hhUhfhAhgh@h>hJhIh)h�h�hthwh�hkh�hni�hi i�h'�3�=�C�H�K�U�Z�`�n�t�u�w�x�y�z�{�|�}�~���������������������������������������������������������������������������������������������������������������������������������������•ÕĕŕƕǕȕɕʕ˕$i�hiiWi�hiqi9i`iBi]i�iki�i�ixi4i�i�i�i�i�ificiyi�i�i�i�i�i�i�i�i�i�i�i�i�i�i/j�ijjej�iDj>j�jPj[j5j�jyj=j(jXj|j�j�j�j�j�j7sRs�k�k�k�k�k�k�k�k�k�k�kk�m�q�r�s�u�v�x�w�y�z�|�~�����������͕̕ΕϕЕѕҕӕԕՕ֕וٕؕڕەܕݕޕߕ��������������� �#�$�%�&�'�(�)�+�,�-�/�0�7�8�9�:�>�A�C�J�N�O�Q�R�S�V�W���X�Y�Z�\�]�^�`�c�e�f�k�m�n�o�p�q�s�x�y�z�{�|�}�~����������������������������Ύbbbb"b!b%b$b,b��t�t�tuuu4e�e�e�e
ffrgfff�p�ff4f1f6f5f�_fTfAfOfVfafWfwf�f�f�f�f�f�f�f�f�f2�3�6�;�=�@�E�F�H�I�G�M�U�Y�ljʉˉ̉ΉωЉщnr�r]rfror~rr�r�r�r�r�rc2c�c������������������������������������������������������������������������–ÖȖʖ˖ЖіӖԖ֖זٖؖږۖܖݖޖߖ�������������������������������
��������������� �?d�d��k�k�k�k�klll
lllll!l)l$l*l2l5eUekeMrRrVr0rb�R��������
g����������������ۀ€Āـ̀׀g݀����
���g�Z�6��,��2�H�L�S�t�Y�Z�q�`�i�|�}�m�g�MX�Z�������n����́&gʁ��!�"�#�$�%�&�'�(�)�+�,�.�/�1�3�4�5�6�7�:�;�<�=�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�T�U�W�X�Z�\�]�_�c�d�f�g�h�j�k�l�m�n�o�p�q���r�u�w�x�y�z�{�}�~����������������������������������������������������$k7k9kCkFkYkјҘӘ՘٘ژ�k@_�k�eQ��e�e�e�e�e�e�e�e�e�p�p�p�p�p�p�p�p�p�p�pqqq/q1qsq\qhqEqrqJqxqzq�q�q�q�q�q�q�q�q�qr(rlpqfq�q>b=bCbHbIb;y@yFyIy[y\ySyZybyWy`yoygyzy�y�y�y�y�y�_�_����������������������������������������������������������—×ėŗƗǗȗɗʗ˗̗͗ΗϗЗїҗӗԗ՗֗חؗٗڗۗܗݗޗߗ���������������������������������������	�
���
��<`]`Z`g`A`Y`c`�`a
a]a�a�a�a�ab����l�l�m�w�wx	xxxx�e-xxx9x:x;xx<x%x,x#x)xNxmxVxWx&xPxGxLxjx�x�x�x�x�x�x�x�x�x�x�x�x�x�x�xy�xy$yy4y���������vw
w�vwww"ww-w&w5w8wPwQwGwCwZwhw����������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M���N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�bweww�w}w�w�w�w�w�w�w�w�w:u@uNuKuHu[uruyu�uXa_H�htqy�~�v�v2�������������������������������������������������������������������ĔȔɔʔ˔͔̔ΔДєҔՔ֔הٔؔ۔ޔߔ�������o�p�q�r�s�t�����������������������������������������������������������������˜ØĘŘƘǘȘɘʘ˘̘͘ϘИԘ֘טۘܘݘ��������������������������������������������������������������������	�
�
�������������"�*�+�)�,�1�2�4�6�7�8�<�>�?�B�5�D�E�F�I�L�N�O�R�S�T�V�W�X�Y�[�^�_�]�a�b�d�e�f�g�h�i�j�k�l�o�q�r�s�:��w�wɖ�y�y�y�yzG]zzzz�	�
�������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E�F�G�H�I���J�K�L�M�N�O�P�Q�R�S�V�W�X�Y�Z�[�\�]�^�_�`�a�b�d�f�s�x�y�{�~�������9z7zQzϞ��pz�v�v�v�v�v�t�t,u �"�(�)�*�+�,�2�1�6�8�7�9�:�>�A�B�D�F�G�H�I�K�L�N�Q�U�W�Z�[�\�^�c�f�g�h�i�j�k�l�q�m�s��u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�uv�u�u�uvvvvv
v%vvvv��������������������������������������������������������������������������������™ÙęřƙǙșəʙ˙̙͙ΙϙЙљҙәԙՙ֙יؙ��ٙڙۙܙݙޙߙ�����������������������������v<v"v v@v-v0v?v5vCv>v3vMv^vTv\vVvkvov��zxzyz�z�z�z�z�z�z�z�z�z�zd�i�r�}������ƈ����Ɉ�Έ���������!����
�4�+�6�A�f�{��u倲v�v�w���� �"�%�&�'�)�(�1��5�C�F�M�R�i�q���x��������������������������	�
���
������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8���9�:�;�<�=�>�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y���������������������������M�T�l�n��z�|�{�����������������������Ć��Ά��������Ɇφ�������І�ކ�߆؆ц�����
�
�	�#�;��%�.��>�H�4�1�)�7�?���"�}�~�{�`�p�L�n���S�c�|�d�Y�e�������҇Z�[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�j�k�r�������������������������������������������������ÚĚƚǚȚɚʚ͚ΚϚКҚԚ՚֚ךٚښۚܚ��ݚޚ��������������������������������������Ƈ������������凬�����ˇӇ��ч��ʇۇ�������
��!�9�<�6BDE��z�z{{{{
{+{{G{8{*{{.{1{ {%{${3{>{{X{Z{E{u{L{]{`{n{{{b{r{q{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{�{|�{�{|||�	�
���
���������������� �!�"�$�%�&�'�(�)�*�+�,�-�.�0�1�3�4�5�6�7�8�9�:�=�>�?�@�F�J�K�L�N�P�R�S�U�V�W�X�Y�Z���[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|*|&|8|A|@|������D�!�"�#�-�/�(�+�8�;�3�4�>�D�I�K�O�Z�_�h�~�����؈߈^�������||Ie�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|n��f����������|w}�}�}G~�~����s���������g�m�G�I�J�P�N�O�d�|�}�~����������������������������������������������������������������������������������������������������������������������������������������›ÛěśƛǛțɛʛ˛̛͛ΛϛЛћқӛԛ՛֛כ؛ٛڛۛb�a�p�i�o�}�~�r�t�y�����������������������������U�~�����Y�i���������č֍׍ڍލ΍ύۍƍ���������	������,�.�#�/�:�@�9�5�=�1�I�A�B�Q�R�J�p�v�|�o�t�������������x������������e։މډ܉ܛݛޛߛ��������������������������������������������������	�
���
��������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;����>�&�S���������*�-�0�>����������������������
�������ΖҖ�w����Ȓ>�j�ʓ��>�k������������#z����������������������������������������������������������������������ĜŜƜǜʜ˜<�=�>�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z���{�}�~�������������������������������������������œȜɜќҜڜۜ��̜͜ΜϜМӜԜ՜ל؜ٜܜݜߜ�|�������������������������X�����������ښ˚̚њE�C�G�I�H�M�Q��
�.�U�T�ߚ�����������#�����;~����������֓����۞ܞݞ�ߞ������"�,�/�9�7�=�>�D������������������������������������������������	�
���
������������������� �!���"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|�}�~������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ÝĝŝƝǝȝɝʝ˝̝͝ΝϝНѝҝӝԝ՝֝ם؝ٝڝ۝ܝݝޝߝ�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	�
���
������������������$�'�.�0�4�;�<�@�M�P�R�S�T�V�Y�]�_�`�a�b�e�n�o�r�t�u�v�w�x�y�z�{�|�}�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������žÞŞƞǞȞʞ˞̞ОҞӞ՞֞מٞڞޞ�������������������������������������	�
���������������!�#�$�%�&�'�(�)�*�+�-�.�0�1���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������2�3�4�5�6�8�:�<�?�@�A�B�C�E�F�G�H�I�J�K�L�M�N�O�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x���y�z�{�|�}�~���������������������������������������������,�y������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ ��������& ����������������������    "   �����������������	

 !"#$%&'()*+,-./0123456789:��������?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[��������������������������  � ������������������������������������%�%�%%$%����c%Q%W%]%��%%4%,%%%<%��Z%T%i%f%`%P%l%����������%%�%�%���%�������������������������������%� !"#$%&'()*+,-./0123456789:;<=>?�%�%�%%$%a%b%V%U%c%Q%W%]%\%[%%%4%,%%%<%^%_%Z%T%i%f%`%P%l%g%h%d%e%Y%X%R%S%k%j%%%�%�%�%�%�%@ABCDEFGHIJKLMNOQTW^�"�"!��%�������������������������������� ����������#�������%�%�%%$%a%b%V%U%c%Q%W%]%\%[%%%4%,%%%<%^%_%Z%T%i%f%`%P%l%g%h%d%e%Y%X%R%S%k%j%%%�%�%�%�%�%������������"��)"a"�e"d" #!#�H"�"�" ��%���""�%%%<%$%,%%4%%%%%�"����H"������������������������������������������`abcdefghi�������������������������������������������������������������@��������������}�Q��������������%��������������� ���������������������������#�������%�%�%%$%a%b%V%U%c%Q%W%]%\%[%%%4%,%%%<%^%_%Z%T%i%f%`%P%l%g%h%d%e%Y%X%R%S%k%j%%%�%�%�%�%�%������������"��)"a"�e"d" #!#�H"�"�" ��%�������������������������������� ����������#�������%�%�%%$%a%b%V%U%c%Q%W%]%\%[%%%4%,%%%<%^%_%Z%T%i%f%`%P%l%g%h%d%e%Y%X%R%S%k%j%%%�%�%�%�%�%������������"��)"a"�e"d" #!#�H"�"�" ��%�������������������������������� ����������#�������%�%�%%$%a%b%V%U%c%Q%W%]%\%[%%%4%,%%%<%^%_%Z%T%i%f%`%P%l%g%h%d%e%Y%X%R%S%k%j%%%�%�%�%�%�%������������"��)"a"�e"d" #!#�H"�"�" ��%�������������������������������� ������������������%�%�%%$%a%b%V%U%c%Q%W%]%\%[%%%4%,%%%<%^%_%Z%T%i%f%`%P%l%g%h%d%e%Y%X%R%S%k%j%%%�%�%�%�%�%������������"��)"a"�e"d" #!#�H"�"�" ��%��������������1����������0�����^_���������������%�%�%%$%����c%Q%W%]%��%%4%,%%%<%��Z%T%i%f%`%P%l%�����������%%�%�%���%���������������������������������%�RSQTUVWXY	Z
[\^_N.J*01F&45D$3���%�%�%%$%E%8c%Q%W%]%9%%4%,%%%<%:Z%T%i%f%`%P%l%�;<=>?%%�%�%O�%/@ A!B"C#62L,!�K+7H(M-I)G'��%������o�B�PQ�y��9:��=>Z[��deA�
����}~�z_���%�%�%%$%��^c%Q%W%]%{|%%4%,%%%<%Z%T%i%f%`%P%l%��G��%%�%�%bn�%���CDH`aT�Up��c������������qXY�%��������������������������������������������������%�%�%%$%����c%Q%W%]%��%%4%,%%%<%��Z%T%i%f%`%P%l%������1���%%�%�%���%������������������ ������������%����#�BVW+y�����M�"�Z[�������*�{|z ������A���%�%�%%$%c%Q%W%]%.`%%4%,%%%<%rjZ%T%i%f%`%P%l%}
/ask~%%�%�%�%�%�%��LC���D67;<FE �� ���� �"�����%��������������������������������������������������%�%�%%$%a%b%V%U%c%Q%W%]%\%[%%%4%,%%%<%^%_%Z%T%i%f%`%P%l%g%h%d%e%Y%X%R%S%k%j%%%�%�%�%�%�%������������������e"d"���H"�"�" ��%�������������������������������� ����������#�������%�%�%%$%a%b%V%U%c%Q%W%]%\%[%%%4%,%%%<%^%_%Z%T%i%f%`%P%l%g%h%d%e%Y%X%R%S%k%j%%%�%�%�%�%�%������������"��)"a"�e"d" #!#�H"�"�" ��%�� �� � &   ! �0 ��9 R��������    "   �"!��: S����x�����������������������������������������������	���������������������������#������������ �� �� �� &   ! ��0 ��9 �������    "   ��"!��: ������������������V���������������W�����.���y"6*;`CE�L���rAZj�{}�/��
�z#7+<aDF�M���sB[k�|~�� ~ � &   ! �0 y9 R����    "   �"!�: S 
 �������������������������������!"#$%&'()*+,-./0123456�789:@ABC�D�EFGH�����IJ��KLMN�OP�Q�R��  �� �� � &   ! �0 ��9 ����������    "   �"!��: ������������� ��������������������������������������������������������������������������������������������������  ��� �� � &   ! �0 `9 R��������    "   �"!a: S����x������������������������������������������������������������0^�����������������������������1_�� �� � &   ! ��0 ��9 ����������    "   ��"!��: ������������������������ ����������������������������������������������������������������������������������� �� � &   ! �0 `9 R��}����    "   �"!a: S��~x������������������������������������������������������������������������������������������������ S &   ! � 0 	9 
R    "   ��"!Y: Z\[_�^�����������V����Q!T�XUW !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNO� �� �� &   ! ��0 `9 Zd}y��    "   ��"!a: [e~z���A�����^����{���B�����_�=�>|T���9�����CG��P��Xn�p��b�U���:�
����DH��Q��Yo�q��c�� ��������& ����������������������    "   �����������������	

 !"#$%&'()*+,-./0123456789:��������?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[�����������	

��� !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~�����������������������������h�����������������������������������������������(�����������������������������)�����������i��������������������������������������	

 !"#$%&'()*+,-./0123456789:��������?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[��������%%%%%%%$%,%4%<%�%�%�%�%�%�%�%�% #�%""H"d"e"�!#����P%Q%R%QTT%VWW%X%Y%Z%[%�]%^%_%`%a%c%f%g%h%i%j%�l%�N01F45D3E89:;<=>?O@ABC62LK7HMIGJ.&$%/ !"#,+(-)'*%%%%%%%$%,%4%<%�%�%�%�%�%�%�%�% #�%""H"d"e"�!#����P%Q%R%QS%T%U%V%W%X%Y%Z%[%\%]%^%_%`%a%b%c%d%e%f%g%h%i%j%k%l%�N01F45D3E89:;<=>?O@ABC62LK7HMIGJ.&$%/ !"#,+(-)'*���������������������������������A�  `�a��y�z{��B} ��~
�RSx|��������������C���P�Zp�������������������D���Q�[q������������������������������������������ �`�a�����������}���~���RSx���������������������������������������������������������������������������������������������������

�������x !@A�V�W�`���a����������������t������j������v�����������������u������k������w���������������������������������� ��� ����V��������� �����W�����.���y"6*;`CE�L���rAZj�{}�/��
�z#7+<aDF�M���sB[k�|~ ���������������������������������"*(6�;`f}�jJ�#+)7�<ag~ kK������.������EL����h�r������������/
������FM����i�s�����8��������������������������������������������������������������������������������������������0^�����������������������������1_��������������������������������������������������������������������������������������������������������������������������������� �������������������������������  �����������������������������������  ���������������� ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������!"#$%&'()*+,-./0123456789:����������@ABCDEFGHIJKLMNOPQR�����������������������������������������������������������	
� !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNO!QRSTUVWXYZ[\�^_���������������������������������8V�(;��`"f�}���W�)<��a#gJ~K������.����*EL6�����r���hj�������/
����+FM7�����s���ik����������������������������������&�����$��0^4���{�'����%��1_5���|������
��������������� ������l\�������	���������������!������m]�����������������������������������A�=Z��`^dy�}{��B�>[��a_ez�~|T���9�����CG��P��Xn�p��b�U���:�
����DH��Q��Yo�q��c�ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+,utf8_to_mutf7 botchCLIENT BUG DETECTED: subscribe of non-mailbox directory %.80sCan't subscribe %.80s: not a mailboxCan't create mailbox node %.80s: %.80sCan't create %.80s: invalid nameCan't delete - invalid name: %.80sCan't delete mailbox %.80s: %.80sCan't rename %.80s to %.80s: invalid nameCan't rename mailbox %.80s to %.80s: %.80sCan't open %.80s: not a selectable mailboxCan't open %.80s (file %.80s): not in valid mailbox format[TRYCREATE] Must create mailbox before appendIndeterminate mailbox format: %.80sExcessive wildcards in LIST/LSUBImpossible dummy_copy%s%sCan't open this name: %.80s%.80s: %.80s%*This text is part of the internal format of your mail folder, and is not
a real message.  It is created automatically by the mail system software.
If deleted, important folder data will be lost, and it will be re-created
with the data reset to initial values.DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATAMail System Internal DataMAILER-DAEMONwb+Unable to create scratch file: %.80sError writing scratch file at byte %lurfc822.c legacy routine buffer overflowMissing parameter value: %.80sUnexpected characters at end of parameters: %.80sUnknown MIME transfer encoding: %.100sMIME type table overflow: %.100sMIME encoding table overflow: %.100sMissing or invalid host name after @Unterminated at-domain-list: %.80s%.80sUnterminated mailbox: %.80s@%.80sMust use comma to separate addresses: %.80sUnexpected characters at end of address: %.80sWarning: MIME header encountered in non-MIME messageWarning: message has unknown MIME versionIgnoring excessively deep MIME recursionIgnoring nested encoding of message contentsIgnoring nested encoding of multipart contentsIgnoring excessively deep group recursionUnexpected characters after address in group: %.80sUNEXPECTED_DATA_AFTER_ADDRESS_IN_GROUPInvalid group mailbox list: %.80sTo: undisclosed recipients: ;
Possible data truncation in rfc822_base64(): %.80sABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/Binary included message in 8-bit message bodyInvalid rfc822_encode_body_7bit message encodingInvalid quoted-printable sequence: =%.80s8-bit included message in 7-bit message bodyBinary included message in 7-bit message body ()<>@,;:\"[]/?=	

 ()<>@,;:\"[]	

()<>@,;:\"[].	

 ()<>@,;:\"[].	

MIXEDOCTET-STREAMBASIC\"Unterminated comment: %.80sMISSING_PARAMETER_VALUEMissing parameterESCRIPTIONISPOSITIONANGUAGEOCATIONUnknown MIME type: %.100s]\Empty domain literalUnterminated domain literal%s.%sInvalid domain part after .Invalid mailbox part after ..SYNTAX-ERROR.<null>,@%sMISSING_MAILBOX_TERMINATORUNEXPECTED_DATA_AFTER_ADDRESSInvalid mailbox list: %.80sINVALID_ADDRESSFROM
MIME-VersionTRANSFER-ENCODINGTYPEOLLOWUP-TON-REPLY-TOESSAGE-IDIME-VERSION1.0RFC-XXXXEWSGROUPSENDERX-UNKNOWNDIGESTBOUNDARYINVALID_ADDRESS_IN_GROUPReSent- <    ; Content-Type: ; CHARSET=
Content-Transfer-Encoding: 
Content-ID: 
Content-Description: 
Content-MD5: 
Content-Language: 
Content-Location: 
Content-Disposition: NewsgroupsFromSenderSubjectIn-Reply-TobccMessage-IDFollowup-toReferencesMIME-Version: 1.0
----
%lu-%lu-%lu=:%lurfc822_binary logic flaw0123456789ABCDEF7BIT8BITBINARYBASE64QUOTED-PRINTABLEMULTIPARTMESSAGEAPPLICATIONAUDIOIMAGEVIDEOMODEL��������|��<��<��<��<��D��<��<��������<��<��<��<��<��<��d��
��������������8��������x��������8�������������� ��������������}��H��~~~~~~>?456789:;<=@	

 !"#$%&'()*+,-./0123Missing address Append not valid for NNTP
.Copy not valid for NNTP,?![\]%ld %sNNTP connection lostEXTENSIONSLISTGROUPHDRPATSTARTTLSMULTIDOMAINAUTHINFO,AUTHINFO SASLNNTP Authentication cancelledAUTHINFO USERAUTHINFO PASSLogin aborted{%.200s/nntpQUITLIST ACTIVE%lu-%luXHDR DateInvalid NNTP name %sXOVERHEADARTICLESTATMissing NNTP service host{%.200s/%.20s}Invalid host specifier: %.80s*nntpsREADERMODEReusing connection to %s/tls-sslv23/loser/user="%s"{%s:%lu/nntp/readonly}<no_mailbox>}#news.%sOVERVIEW.FMTNewsgroup %s is emptynot-for-mailPath: not-for-mail
Path: %s!%s
POSTExpunge ignored on readonly mailboxNNTP SERVER BUG (invalid challenge): %.80sScan not valid for NNTP mailboxesNNTP connection broken (response)NNTP connection broken (command)Can't do AUTHINFO USER to this serverRetrying using %s authentication after %.80sRetrying %s authentication after %.80sCan not authenticate to NNTP server: %.80sCan't do secure authentication with this serverCan't do /authuser with this serverToo many NNTP authentication failuresNNTP SERVER BUG (impossible message count): %lu > %luWorking around Netscape Collabra bugServer returned data for unknown UID %luUnable to parse overview for UID %lu: %.500s[NNTPSORT] Can't do To-field sorting in NNTP[NNTPSORT] Can't do cc-field sorting in NNTPUnable to negotiate TLS with this server: %.80sUnable to negotiate TLS with this serverNNTP SERVER BUG (out of range article ID): %lu > %luNNTP connection broken (message text)Unexpected NNTP posting reply code %ld����������������Ќ����������SMTP Authentication cancelledVERBrfc822501 Recipient name too long501 Recipient domain too longNEVER%.498s;%.498s ORCPT=%.500sRCPT RET=FULL RET=HDRSNo recipients specified{%.200s/smtp%s}<none> ENVID=%.100sOne or more recipients failedDATAEHLO %sSMTP connection broken (EHLO)DELIVERBYATRN8BITMIMEDSNSENDSOMLSAMLEXPNHELPTURNETRNRELAYPIPELININGENHANCEDSTATUSCODESBINARYMIMECHUNKINGlocalhostSecure Missing SMTP service host{%.1000s}*smtpsSMTP greeting failure: %.80sHELOSMTP hello failure: %.80sSMTP SERVER BUG (invalid challenge): %.80sSMTP connection broken (reply)SMTP connection broken (command)Can not authenticate to SMTP server: %.80sSMTP connection broken (message data)SMTP EHLO failure after STARTTLS: %.80sTLS unavailable with this server: %.80s%sSMTP authentication not available: %.80s|�������̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��̱��������������l��� %s %d-%s-%dIMAP server sent a blank lineMissing IMAP reply key: %.80sBADNOBogus thread member: %.80s\RecentUnterminated quoted string
	Not a string: %c%.80sNot a namespace: %.80sJunk at end of address: %.80sNot an address: %.80sNot an envelope: %.80sNot an atom: %.80sHEADER.FIELDSHEADER.FIELDS.NOTUnknown section number: %.80sMissing parameter attributeBogus body parameter: %c%.80sMissing multipart subtypeMissing body subtypeMissing body message envelopeRFC822_MISSING_ENVELOPEBogus body structure: %.80sIMAP4IMAP4rev1IMAP2IMAP2bisLITERAL+IDLEMAILBOX-REFERRALSLOGIN-REFERRALSNAMESPACEUIDPLUSLOGINDISABLEDCHILDRENMULTIAPPENDUNSELECTSASL-IRSCANURLAUTHCATENATECONDSTOREESEARCH,:.NO-IMAP-CONNECTION.PERMANENTFLAGS\*CAPABILITYAPPENDUIDREFERRALUIDNOTSTICKYREAD-ONLYREAD-WRITEPARSECOPYUIDOKIMAP protocol error: %.80sMissing message dataEXISTSBogus date: %.80s01-Jan-1970 00:00:00 +0000HEADER]Unterminated section: %.80sJunk after section: %.80s )Junk at end of thread: %.80sMESSAGES\NoInferiors\NoSelect\Marked\Unmarked\HasChildren\HasNoChildrenMissing namespace listLISTRIGHTSMYRIGHTSJunk after MYRIGHTS for %.80sMissing MYRIGHTS for %.80sBad quota root list for %.80sPREAUTHBYEMAILBOX%s AUTHENTICATE %sIMAP Authentication cancelled{%lu} ((OR BCC FOO NOT BCC FOOALL ANSWERED UNANSWERED DELETED UNDELETED DRAFT UNDRAFT FLAGGED UNFLAGGED RECENT OLD SEEN) ( UID  LARGER %lu SMALLER %lu KEYWORD  UNKEYWORD SENTBEFORESENTONSENTSINCE OLDER %lu YOUNGER %lu CC  FROM  TO  SUBJECT  BODY  TEXT  HEADER Return-Path  HEADER Sender  HEADER Reply-To  HEADER In-Reply-To  HEADER Message-ID  HEADER Newsgroups  HEADER Followup-To  HEADER References  HEADER  OR ( NOT (REVERSE ARRIVALBODY[BODY.PEEK[[CLOSED] IMAP connection lostimpossible over-long sequenceSET_IDLETIMEOUT not permittedimpossible referral commandCreateDeleteRenameToo many login failuresUID THREADNOOPCHECKUID FETCH%s AUTHENTICATE ANONYMOUSLOGIN ANONYMOUSRLSUBRLISTFIND MAILBOXESFIND ALL.MAILBOXESSubscribeSubscribe MailboxUnsubscribeUnsubscribe Mailbox UIDNEXT UIDVALIDITYEXAMINESEARCH UNSEENCLOSELOGOUT(BODY[HEADER] BODY[TEXT])(BODY[0] RFC822.TEXT)BODY[0]BODY.PEEK[0]RFC822.TEXT.PEEKRFC822.TEXTRFC822.PEEK(RFC822.HEADER RFC822.TEXT)RFC822.HEADER<%lu.%lu>-FLAGS \Seen+FLAGS \SeenUID STORE+Flags-Flags-Flags.silent+Flags.silentUID EXPUNGEExcessively complex sequenceUID COPYBad date in append*imaps*imap{%sMailbox is emptySETACLDELETEACLGETACLSETQUOTAGETQUOTAGETQUOTAROOTFASTFollowup-To References)](UID:%lu,%lu BODYSTRUCTURE BODY,%lu:%lu ENVELOPE %s %s %s INTERNALDATE RFC822.SIZE FLAGS)UID SEARCHUID SORTInvalid CHAR in quoted string: %xAbsurd server literal length %luMissing delimiter in namespace: %.80sMissing namespace extension attributeMissing value for namespace attribute %.80sMissing values for namespace attribute %.80sJunk at end of namespace: %.80sJunk in end of group: pn=%.80s al=%.80s dn=%.80sEnd of group encountered when not in groupJunk in start of group: pn=%.80s al=%.80sJunk at end of address list: %.80sJunk at end of envelope: %.80sUnknown section specifier: %.80s.%.80sMissing value for parameter %.80sJunk at end of parameter: %.80sJunk at end of disposition: %.80sUnknown body disposition: %.80sBogus string list member: %.80sUnknown extension token: %.80sJunk at end of multipart body: %.80sJunk at end of body part: %.80simap_host called on non-IMAP stream!imap_cap called on non-IMAP stream!Unexpected IMAP response: %.80s %.80sUnexpected untagged message: %.80sBody received for %lu but current is %luBogus header field list: %.80sUnterminated header section: %.80sUnterminated partial data: %.80sUnknown body message property: %.80sUnknown RFC822 message property: %.80sUnknown message property: %.80sUnknown message data: %lu %.80sJunk after namespace list: %.80sInvalid ACL identifer/rights for %.80sInvalid optional LISTRIGHTS for %.80sMissing LISTRIGHTS rights for %.80sMissing LISTRIGHTS identifer for %.80sBad quota resource list for %.80sIMAP SERVER BUG (invalid challenge): %.80sUnexpected tagged response: %.80s %.80s %.80s[CLOSED] IMAP connection broken (server response)[CLOSED] IMAP connection broken (authenticate)Can not authenticate to IMAP server: %.80s[CLOSED] IMAP connection broken (command)[CLOSED] IMAP connection broken (data)Unknown sort program function in imap_send()!Server zero-length literal errorUnknown argument type in imap_send()!SET_FETCHLOOKAHEAD not permittedServer disables LOGIN, no recognized SASL authenticator[CLOSED] IMAP connection broken (anonymous auth)Scan not valid on this IMAP server(BODY.PEEK[HEADER] BODY.PEEK[TEXT])(BODY.PEEK[0] RFC822.TEXT.PEEK)[NOTIMAP4REV1] IMAP%s server can't do extended body fetch[NOTIMAP4REV1] IMAP%s server can't do partial fetch[NOTIMAP4REV1] IMAP%s server can't do selective header fetch[NOTIMAP4] Simulating peeking fetch in IMAP%s[NOTIMAP4] Simulating non-peeking header fetch in IMAP%s[NOTUIDPLUS] Can't do UID EXPUNGE with this serverCan't access referral server: %.80sCan't access server for appendACL not available on this IMAP serverQuota not available on this IMAP server(RFC822.HEADER INTERNALDATE RFC822.SIZE FLAGS)(RFC822.HEADER BODY INTERNALDATE RFC822.SIZE FLAGS)INTERNALDATE RFC822.SIZE FLAGS)impossible mail_search_default() failureBODY.PEEK[HEADER.FIELDS (Newsgroups Content-MD5 Content-Disposition Content-Language Content-LocationBODY.PEEK[HEADER.FIELDS (Newsgroups Content-Disposition Content-Language Content-LocationBODY.PEEK[HEADER.FIELDS (Newsgroups Content-Language Content-LocationBODY.PEEK[HEADER.FIELDS (Newsgroups Content-LocationBODY.PEEK[HEADER.FIELDS (NewsgroupslJ��$J���I��DI��tH���G���G���D���C��C���H���H���J���@��D��A���F��tF��F���E��tE��E��$G��hS��XS��S��S��S��S��S��S��S��S��S��S��S��S��S��HS��8S��S���R��L��\��������������������������l��|��������������������������������������������������������������������������������������������������������������������������D��Append not valid for POP3Copy not valid for POP3*
POP3 connection lostCAPASTLSRESP-CODESTOPUIDLIMPLEMENTATIONEXPIRELOGIN-DELAYPOP3 Authentication cancelledCan't login to this serverCheck completedRETRDELEExpunged %lu messagesTOP %lu 0pop3 recycle stream*pop3s{%.200s:%lu/pop3/user="%s"}%sScan not valid for POP3 mailboxesPOP3 SERVER BUG (invalid challenge): %.80sPOP3 connection broken in responsePOP3 connection broken in commandRetrying using %.80s authentication after %.80sCan not authenticate to POP3 server: %.80sNo messages deleted, so no update neededAnonymous POP3 login not availableRead-only POP3 access not availablePOP3 connection broken while itemizing messages
Status: RO

%s

X-StatusX-KeywordsX-UIDX-IMAPX-IMAPbase%ld %lu %s
X-Status: 
X-Keywords:X-UID: %lu
unix_append_msgs overrunX-Original-Can't lock mailbox %.80s: %s~/mboxBad date in append: %.80sAppend of zero-length messageCan't open append mailbox: %sabMessage append failed: %s 

X-STATUSX-KEYWORDSX-IMAPBASEunix recycle streamMessage copy failed: %sUnable to extend mailbox: %sheader size inconsistenttext size inconsistentfile size inconsistentlost UID base informationCheckpoint completedNew mail move failed: %s%s host= %sCan't reopen mailbox node %.80s: %s
From: %s <%s@%s>
Subject: %s
X-IMAP: %010lu 0000000000Can't initialize mailbox node %.80s: %sCan't create non-INBOX name as mbox: %.80sCan't append to that name: %.80sCan't rename mailbox %.80s to %.80s: invalid nameCan't delete mailbox %.80s: invalid nameMailbox %.80s is in use by another processCan't rename mailbox %.80s to %.80s: %sCan't delete mailbox %.80s: %sCan't access destination: %.80sInvalid UNIX-format mailbox name: %.80sNot a UNIX-format mailbox: %.80sUnable to examine mailbox for APPEND: %.80sError writing scratch file: %.80sError finishing scratch file: %.80sUnable to re-open mailbox for APPENDUID: %.80sMailbox open failed, aborted: %sMailbox shrank from %lu to %lu bytes, abortedUnexpected changes to mailbox (try restarting): %.20sUnable to parse internal date: %sMessage %lu UID %lu already has UID %luMessage %lu UID %lu less than %luDiscarding bogus %s header in message %luDiscarding bogus continuation in msg %lu: %.80sAssigning new unique identifiers to all messagesNew mailbox modification time but apparently no changesCan't open - invalid name: %.80sTrying to get mailbox lock from process %ldMailbox is open by another process, access is readonlyCan't get write access to mailbox, access is readonlyFrom %s %.24s
Date: %s
From: %s <%s@%.80s>
Subject: %s
Message-ID: <%lu@%.80s>
X-IMAP: %010lu %010lu[TRYCREATE] Must create mailbox before copyUnable to write-open mailbox for COPYUID: %.80sCan't open destination mailbox: %sUnable to write to mailbox: %sMailbox stat failed, aborted: %sMail drop %s is not in standard Unix formatMail drop %s lock failure, old=%lu now=%luFile %s and %s are the same file!Moved %lu bytes of new mail to %s from %sMailbox checkpointed, but no messages expungedY&��&��&��P&��&��G&��&��&��&��&��&��&��&��&���%��&��&��b&��&��>&��,%lu;00000000%04x-00000000
1:%luCan't copy new mail: %s~/INBOX*mbx*
%08lx00000000
%s,%lu;%08lx%04lx-%08lx
Can't open mailbox %.80s: %sUnable to lock rename mailboxUnable to read new status: %s*mbx*
%08lx%08lx
Unable to read old status: %s%08lx%04x-%08lxno data readexpunge on checkmbx recycle streamCan't open mailbox: %sUnable to lock open mailbox,%lu;%08lx%04x-%08lx
Unable to write message: %smbxInvalid MBX-format mailbox name: %.80sNot a MBX-format mailbox: %.80sUnable to reopen append mailboxMailbox shrank from %lu to %lu in flag read!Invalid flags for message %lu (%lu %lu): %sMailbox shrank from %lu to %lu in flag update!Mailbox shrank from %lu to %lu!Unable to read internal header at %lu, size = %lu: %sUnable to find CRLF at %lu in %lu bytes, text: %.80sUnable to parse internal header at %lu: %.80sUnable to parse message flags at %lu: %.80sUnable to parse message UID at %lu: %.80sUnable to parse message size at %lu: %.80s,%.80s;%.80sLast message (at %lu) runs past end of file (%lu > %lu)Invalid UID %08lx in message %lu, rebuilding UIDsUnable to parse message date at %lu: %.80sLOCAL->buf smaller than HDRBUFLENUnable to lock mailbox for rewriteReclaimed %lu bytes of expunged space%sFrom %s %sDate: 
Status: RO

%s
%s%sFrom %s@%s %sStatus: mmdf_append_msgs overrun
LCLmmdf recycle stream
mmdfInvalid MMDF-format mailbox name: %.80sNot a MMDF-format mailbox: %.80s%sFrom %s %.24s
Date: %s
From: %s <%s@%.80s>
Subject: %s
Message-ID: <%lu@%.80s>
X-IMAP: %010lu %010lu����x��m������������b��W�,%lu;0000000000%02o
mail.txtUnable to lock append mailbox%s,%lu;%010lo%02lo
%010lo%02oUnable to lock copy mailboxtenex recycle streamtenexInvalid TENEX-format mailbox name: %.80sNot a TENEX-format mailbox: %.80sCan not return meaningful APPENDUID with this mailbox formatInvalid Tenex-format mailbox name: %.80sNot a Tenex-format mailbox: %.80sUnable to open copy mailbox: %sCan not return meaningful COPYUID with this mailbox formatUnable to find newline at %lu in %lu bytes, text: %sUnable to parse internal header at %lu: %sUnable to parse internal header elements at %ld: %s,%s;%s[CHECK] Checking for flag updatesUnable to lock expunge mailboxCan't expunge because mailbox is in use by another processCalculated size mismatch %lu != %lu, delta = %lu,%lu;0000000000%02o
INBOX.MTX%s,%lu;%010lo%02lo
mtx recycle streamCan't open mailbox: %.80smtxInvalid MTX-format mailbox name: %.80sNot a MTX-format mailbox: %.80sUnable to find CRLF at %lu in %lu bytes, text: %sAppend not valid for newsnews recycle streamCopy not valid for News%s/%luUnable to scan newsgroup spool directoryScan not valid for news mailboxesphile recycle streamUnable to open file %sUser-Number-%ldcharsetphileCan't append - not in valid mailbox format: %.80sCan't append - invalid name: %.80sCan't copy - file "%s" is not in valid mailbox formatbbbbbbbaaalaacaabbbbbbbbbbbebbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA%s, %d %s %d %02d:%02d:%02d %c%02d%02dx���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���8���`�������8�������8���8���8���8���8���8���h���������������������������������������������������������������������������������������������0�������0��� \Deleted.mh_sequence.mh_sequences.mh_profile 	Path:Mailmh hdr size mismatchmh txt size mismatchNo mh path in mh_file()!%.900s/%.80s%.100s/%.900s#mh%.900s#mh/%s/mh recycle stream/%ldCan't open append message: %smhExpunge of message %lu failed, aborted: %s%.900s not found, mh format names disabledCan't create mailbox %.80s: invalid MH-format nameCan't create mailbox %.80s: mailbox already existsCan't create mailbox %.80s: %sCan't delete mailbox %.80s: no such mailboxCan't rename mailbox %.80s: no such mailboxCan't rename to mailbox %.80s: invalid MH-format nameCan't rename to mailbox %.80s: destination already existsScan not valid for mh mailboxesCan't open mailbox %.80s: no such mailboxMessage copy to MH mailbox failed: %.80sInvalid MH-format mailbox name: %.80sNot a MH-format mailbox: %.80s�� ��P��`��������������������������������������������������������������������������������������������������������������������������������/.mxindexCan't delete name %.80s: %sError in index: %.80sV%08lxL%08lxK%s
M%08lx;%08lx.%04xmx recycle streamCan't open copy mailboxCan't open append mailboxmxCan't create mailbox %.80s: invalid MX-format nameCan't delete mailbox %.80s index: %sCan't rename to mailbox %.80s: invalid MX-format nameMessage copy to MX mailbox failed: %.80sCan't create append message: %sNot a MX-format mailbox: %.80sMessage copy failed: unable to lock indexInvalid MX-format mailbox name: %.80sMessage append failed: unable to lock index.mixS%08lx
Error updating mix index fileError flushing mix index file:%08lx:%08lx:%04x:%08lx:
:msg:absurd mix metadata file sizeEmpty mix %s recorduidfrom datato datacc datasubject datamessage-id datareferences datasentdatemessage-idreferencesexpansionsortcache%.500s/%.80s%.80smetaV%08lx
L%08lx
N%08lx
burp size consistency check!impossible empty keywordimpossible buffer overflowmessage positionfile#header positionheader sizeinternaldate, fixingError opening mix index fileError in mix metadata record, repairedmix index data mismatch: %lxMissing mix data file: %.500sError opening mix status filestatusmix recycle streamMessage copy failed: %.80sMessage append failed: %.80sF%s
T%s
C%s
S%s
M%s
%08lx:%s:|��������������������������������������������������������������������������������������������������������������������:%08lx:%04d%02d%02d%02d%02d%02d%c%02d%02d:%08lx:%08lx:%08lx:%08lx:%08lx:
Error getting size of mix index fileError extending mix index fileError getting size of mix status fileError extending mix status fileError updating mix status file: %.80sError flushing mix status fileBackwards-running mix index %lu < %luUnexpected short mix message file %.80s %lu < %lu%s%08lx:%04d%02d%02d%02d%02d%02d%c%02d%02d:%08lx:
Error obtaining size of mix metatdata fileError reading mix metadata fileError in mix metadata file sequence recordOversize mix %s record: %.512sTruncated mix %s record: %.512sreferences length consistency checkError opening mix sortcache fileError obtaining stream on mix sortcache fileError in mix sortcache file sequence recordError in %s in mix sortcache record: %.500sCan't delete mailbox %.80s index: %80sCan't delete name %.80s: %.80sCan't lock mailbox for delete: %.80sCan't create mailbox %.80s: invalid MIX-format nameCan't create mailbox %.80s: %.80sCan't re-open metadata %.80s: %.80sCan't create mix mailbox index: %.80sCan't create mix mailbox status: %.80sCan't create mix mailbox data: %.80sCan't rename to mailbox %.80s: invalid MIX-format nameCan't lock mailbox for rename: %.80sInconsistency in mix message size, uid=%lx (%lu != %lu)Error reading mix message header, uid=%lx, s=%.0lx, h=%sError in stat of mix message file %.80s: %.80sError truncating mix message file %.80s: %.80sBad message token in mix message file at %luError opening mix message file %.80s: %.80sError obtaining stream on mix index fileError in mix metadata file UIDVALIDITY recordError in mix metadata file UIDLAST recordError in mix metadata file new msg recordflag rename old=%.80s new=%.80sError in mix metadata file keyword recordError in mix index file sequence recordmix index invalid UID (%08lx < %08lx)mix index data unexpunged UID: %lxmix index UID mismatch (%lx < %lx)message %lu (UID=%.08lx) truncated by %lu byte(s) (%lu < %lu)Error in %s in mix index file: %.500sUnknown record in mix index file: %.500sError obtaining stream on mix status fileError in mix status sequence record, i=%lx, seq=%lxError in mix status file message record%s: %.80sCan't copy new mail at message: %luError updating mix metadata after keyword creationCan't locate mix message file %.08lxCan't delete empty message file %.80s: %.80sNo mix message files found during expungeUnable to re-acquire metadata shared lock!Error opening mix metadata fileCheckpoint ignored on readonly mailboxshort mix message file %.08lx (%ld > %ld), rollingNot a MIX-format mailbox: %.80sError opening copy message file: %.80sError opening append message file: %.80s:%08lx:%08lx:%08lx:%08lx:%08lx:%c%08lx:%08lx:%08lx:
Error updating mix sortcache fileError flushing mix sortcache fileError closing mix sortcache file;��ؕ� ���( H��d�(��@ 8��T ���x H�� x�� ���� ���!�<!��h!��!X��!���!8� "X�P"H�"�"H�"���"�#��H#��x# �#� ��#8"�$�#�0$h$�\$�$�$�&�$(��$)�0%�)�X%�)�l%H1�'�1�@'h2�p'X4�'h5�'�5��'6��'�6�(�6�,(h7�\(�7�|(x8�(�8��(;�)X=��)XA�)�E�,*8F�T*�I�*�L�*�N��*(P�+�R�@+(S�d+�S�+T�+�U��+�U�+�U�,(\�H,h\�t,x\�,�\�,�\�,�\��,x]��,�]�-�^�,-�^�L-�`�|-8b�-c��-8d��-�d�.Xf�8.�f�`.g�t.�g�.�g�.�i��.xj�.�k�,/~�\/؃�/��/����/���0���00���P0Ȓ�t0h��0���0���1Ț�41���T1h��1���1���1ȣ�1��(2���P2(��2X��2x��2���2H���2h��3���L3x��x3ȵ�38���3���3H�� 4��P4���4ȿ�4���4��5(��H5(��x5��5����5���6X��06���D6��t6���6X���6���7(��07X��`7���7(���78��8���@8(��T8���8��8����8���9���,9���@9��T98��h9���9���9���9(��:x��0:(��`:h��:x��:(���:���:���,;��\;���;���;H���;��<x��P<���<H�<���<���<(�=��4=h�\=��p=��=h�=X��=��=�4>8�H>X�\>x�p>h�>8
��>���>�� ?X�D?��h?�|?H�?x�?��?h ��?(!� @H'�P@X(�|@�(�@�+��@H,�A�,�,A�/�\A�0�A�0�A�0�A�1��A�1�B82�B�5�DB�7�pBH8�B9��Bh9��B�9�$C�:�XC=�C�@�C�C��CD�ChD�D�D�<D�D�\D(E�pDHE�DxE�D�E��D(F��DXF�EH�DEhH�dE�H�EI�E�I��E�I��E(J�FXJ�,F�J�LF�M�|F�N�F�N��F�N��FXO�G(P�4GHQ�`G�Q�G�S�GU��GXU�H(V�(H�W�THX�xH�X�HHY��H�Y�H�Z�$I�[�PI(\�pI(]�I�`��I�d�I�e�$J�f�PJhg�J�h�JHn��Jr�K��@K8��tK��K����Kh��Lȏ�HL��|L��L8���L���M��4M8��dM���M����M8���Mx�� NȮ�DN���hNh��N����Nx��N���,O8��\O���O���Oh���O���P���LP(��P���P���Px��Q���(Q��LQ���|Q��Q����Q���QX��R���<Rx��pR���R8��R����R���R��S8��$SX��8Sx��LS���lS���S��S(���SH���Sh��T���T���(T(��LT���tT���T����TX���T���U���U���,Ux��XU���|U���U����U����U��Vh��(V���TV���V���V���VX���V���Wx��@W���hW8��W��Wh���Wx��X��HX��xX8�X(	��X��Y��@YX�pY��Y���Y(��Y�� Z��TZ�ZH�Z���Z��[x�[��([x�\[�[���[��[(!�(\�!�\\H(��\h-�]�-�$]h/�l]h1�]�3��]�5�]:�,^X=�\^A�^�D�^�P��^�U�_�W�L_(X�`_Y�_�Z�_�\��_h_�`ha�`(b��`�c�`�d�axe�8af�`a�i�ahk��ahl��a�l�bHo�8b�p�pbXq�br��bXw�bXz�0cx{�Xc|�c|�c(|�c8}��ch~�d�~�0dx�Td��|d(��d���dx���dh��ex��LeȌ�te���e���eH���e���f���8fؓ�Lf���|fX��f����f����fX�� g���@g8��pgx��g���g���g(���g���h��8h8��Xh���lh��hX��hx���h���h���i(��Li���i���ix���i��jX��@jȵ�pj(��jX���j(��,kؽ�\k���kx��k����k��l���8l(��`l���lh���l���m���Hm���mH���m���mx�� nx��Pn���xn(��n����nx��ox��0ox��`o���o��o(��o��� pH��Pp���p���p(���p���qH��,q��\q����qh���qx���q����q����q���q��rX��$r��Xr8��xr����r���rh	��s�	��$sh
��Xsx
��lsX���s����s���s���t�
��Dt8��dt����t����t(���t��� u8��Lu���xu� ���u�&���u((��v�(��<v�+��lv(-���v3���v�4���v�9��,w�9��@w�;��pw�A���w�C���w�E��xXG��0x�G��`x�G���xxH���xxI���xHQ���x(`��(ya��Ly�c���yd���y�d���yXe��z�e��4zhf��Hz�f��lzXg���z�h���zl���z�l��{�m��<{�m��\{�q���{(w���{�|���{ȃ�� |��4|���h|���|h����|���|����}؈��,}8���X}���}h����}�����}h���~h���L~(���|~x����~Ƞ���~(���Ȥ��DH����ث���X����ȯ��,�(���\�����������̀���������,�X��\��������������ԁ����(�x�����Ԃx������<�����p�8�����H��������X��@����p�h�������Є� ���� ���� ��,�� ��@�X#��p��&�����&��ą('����'���h)��@�x+��l��0�����0�����0��ĆH2���3����3��H�X8��x��:�����;��Ї�H���HK��0�L��h��M�����N��ԈhQ���xS��0�XU��`�X�����[�����j���hk��(��k��L�hl��p��l����8m�����m��܊�n���Xo��0�(p��X�s����hs�����v��������(���D�����x�(�����8�����H���������܌�����x���(�ؘ��T���h�����|�(���������ԍh������(�x���\�Ȟ����؞����8���Ď����H������H�x���x�X�����x����������8�������8����l�س��������̐��������0�8���H�X���\�x���p�����������������ȑ��ܑ�������4����`���������H��Ԓ��������(�X��T������8����X���8������@���l������������(�����h�D�H
��t������x��ԕ����h"��4��#��`��$����8'��Ȗh0����(1�� �X1��4�X3��\��7�����8�����8����:���X;��<��;��`��;��t��;�����;�����=��̘B����xB�� ��B��L�HC��t�hL�����L��șHM��ܙP���W��<�([��l�8[�����]�����^��ܚ�`����a��4��d��`�8p�����q����hu���hv���X|��D����t�؃����x���̜����������x���P�����d�����(�����h��������������Ȑ��,���@����T�(�����H�����ؘ��Ԟ����h���$�(���P�����|���������������������<����h�X�����h���������Ԡ(�������4�X��d�H����x�ġ���8� �8�P����X���������H����H����h���H����p�����������8������ܣ����X��0����\�8����x�����
��ܤ(������ ����4����d����x���������Х����X��0����d������h����($����*����,��H�H0��x�x0����(6��̧�6���(8��0�h9��X�x;�����;�����;�����;��Ĩ�=���h>����B��H�xC��t��C�����E��̩HF����F����F��$��J��T��J��h��Q����hS��ĪxT���HV�� ��V��H��\��x�Hc����he��ث�h���Xi��4��i��X�o�����o�����q���hr���hs��H�xs��\��s��p��s�����s����t����ht��ܭw���Xw��8��w��X�Hy����hy�����y����z���Hz����z��D��z��l�h{����x{�����|��̯�|���(��������@����p�������8���а��������8���0�H���D�h���X�����l�������������؋����x����Ȍ���H���<�x���\�ȍ����8���������Բ���������ؐ��,����`�X�����h�����x�����Ș��س��������8�����h�(���������H����X��������L�x���x�H�����X������������0�X�����������X������������D�(���l�ؽ������������ط�������0�X��\������x�������ܸ������� ����4���H���\�(��p�x���������8��Թ�������4�X��`�����������X������ ���@����p������H�л�������<���l��������������X���@�8���h�h���������������� ����4����T����h���������������(��Ծ8�������8��(����T�
����X����8���(������(����X�� ����� ����� �����"���h#����1��0�82��`�x2�����3�����3���86�����:��,�8@��\��@�����C����(D����(K����XK���M��H��e��x�Hj����8l�����o����v��4�z��t�xz�����z����H}�������$�����T�x����������zRx�$�u�2FJw�?:*3$"Dh��2\��� p���dE�O
J
A �(��E�N
�
D����*E�H
A�W(����1E�E
F���I�G
H ���>E�C
c
EH,(���A�C
^������
A(X���A�F
B�G��E�D��,�8��BA�C
D��F�E�E��
A,�X��XA�C
B�E�R���@
A$����YE�J
D��J�z,���E�C
B�E�F�I��
A,<��E�C
D��I�H�D��
G,l���E�C
D��I�H�D��
F ����A�C
A�u
F�\��5E�C
A�$����~E�J
E���Q
K,���OA�G
B�I���R��
A,4���uE�C
B�E�G��D��
G,dH��1E�F
B�G��F��
A(�X��1A�F
B�Q�N�}
K(�l��~E�E
D��H��P
J,����E�C
F���M��R
C,0��DE�C
B�E�F�E�D��
D(LP���E�C
I�����o
H(x�yE�C
M�����c,�X�E�C
H����F��
K8�(�E�C
G����f
KP
H�
EM8�E�C
G����o
Bh
HJ
Fq$L��E�C
G��x
Ith�&����DT�J
m
EV
J[
EH
HK
EH
HK
EH
Hs
EH
HK
EH
HK
EH
HK
EH
HV
BH
Hn
BH
Hn
BH
HJ
F[
EH
Hf
JH
Hn
BH
Hn
BH
HK
EH
HK
EH
HK
EH
H`
HH
HK
EH
HK
EH
H�
EH
Hn
BH
Hn
BH
Hn
BH
Hn
BH
Hs
EH
HAH�(0,
�E�C
B�G�V
IU,\�
�E�F
B�D�k
Dr
F$��
��E�C
B�K�y
B���
 ��
�OE�C
A�@
A ��
�OE�C
A�@
A �E�F
u
Pi4x�,,H��E�C
B�E�D�y
LL
Dx�IE�O
t,�4�E�C
B�E�E�E�K�r
J ���|E�F
u
Pi,� �E�C
B�E�E�E�D��
D�	�7W�J
}
BH
Hn
BH
HK
EH
Hn
BH
Hn
BH
HK
EH
HK
EH
HK
EH
HK
EH
HK
EH
HK
EH
HK
EH
HAC�0�	��E�C
B�E�E�E�L�T
G,
T�kE�C
D��J�E�K��
F$H
��gE�J
C��C
K(p
��gE�F
P������
A,�
 �$E�C
I������
K,�
 "��A�C
D��E�F���
H,�
�#�{E�C
D��P���V
F,,%��E�C
D��H��� 
D \�'�+E�C
B�G�U��'�WE�C
N ��'�rA�J
C��c(�X(�{E�C
B�I��F��
F ��)�+E�C
B�G�U�)� E�C
W,4�)�AE�C
D��G�J�M�(
F(d�/�7E�C
B�D�Z
HF��/���/���/�	��/� ��/��E�C
E�t
G
�0�<k�C
M $
�0��E�C
E�t
GH
T1�<k�C
M,h
t1�A�O
F���M��v
G(�
T3�QE�J
F���M��
G �
�4��E�C
H�w
I$�
45�$E�C
C��
A<6�k,$�6�E�C
D��G��D�y
H$T8�E�C
G��o
B|�8�$��8�E�C
G��o
B�9�$�9�E�C
L���{
A ��:��E�C
E�t
G,t;�E�C
B�E�L����
A,Hd<�gE�C
B�Q�����
F(x�N��A�C
D��D�`
D�HT�&O�C
KC�$�XT�E�C
E���b
A,��U��
E�C
D��H����
D,�`�E�C
D��J�E�F��
CL�a�8Y�E
Y l�a��A�C
H�
E(�Lb�E�E
B�F��y
E ��b�E�C
H�s
E@�<c�N�C
M������H������H������($�h�E�C
B�M���
GP�i�0E�C
A�f(p�i�oE�C
B�I��E�V��i�)E�C
A�_$��i�LE�C
B�D�p
B,�j��E�C
H����D�V
F,�q�KE�C
P�����f
B$D�y�pE�C
B�E�H�T,l0z�A�C
D��F�F��j
B��{�$��{���{�,��{�E�C
D��I�E�K��
E,T}�E�C
D��E�E�D�
J,8D��E�C
B�E�J�D�_
D(h���|E�C
B�E�K�U
A$����JE�E
B�I�_
L$� ��jE�C
B�D��
D,�h��}A�C
F���E�H��
H$���E�C
C��W
F,< ���E�C
H����H��
J8l���E�C
B�E�E�E�D��
C
E,���E�M
F���I�J�a
D,���E�C
B�G�J�O��
K(ԋ�>E�C
B�E�E�D�a,4��E�C
B�E�L�E�D�h
D,d،�E�C
H����O�~
C,�����E�C
B�G�J�J��
J,�h���E�C
B�E�G��O��
D,����E�C
D��E�U��4
F$$��SE�E
B�J�J�nL ��%,`<��vE�J
I�����j
F,�����A�C
D��E�F���
H,�,��{E�C
D��P���V
F,�|��zE�C
B�H���Q
EQ( ̠�FE�C
N����
C,L��&E�C
D��Q�I�O�
E@|��iE�C
D��H����
KD
Dt
Ll(���^Q�F
kF�O�F4�P��E�C
B�E�H��
EZ
FL
A4$(��E�C
D��L�D�n
FQ
OJ\���)(p̩�fQ�U
cG�O�F0���nQ�C
A�i
BX��O��,�L��E�C
A�o
HK
AP0̪��E�J
G����u
EM
C4x��,H���\���p���&,�ȫ�J�C
B�E�F��eA�����0�(��2E�C
G�����
Ic
E(�4��rE�C
C��n
GM
K ���E�X
H�r
I8��K,L@��E�C
B�E�E�U��
A(|���?
E�T
Y������
B�Թ�,�й�E�C
B�E�E�D��
E(�P���A�C
F���G�N
A,��E�C
B�E�G��K��
D,HĽ��E�C
B�G��E�K��
F,xd���E�C
B�G��E�K��
F0���\E�J
B�D�`
KF
JG(�0��DE�E
B�D�`
HG(T��E�J
B�D�e
FN44���P�C
C��e
EK
EFA���,l ��4E�C
B�G��E�K�y
F,�0��E�C
B�L�F��r
Bz����1E�C
A�g ����nE�C
E�E
F���#($��E�C
D��D�Q
G$P���zA�C
I���
Dx��!� ��!(�<��E�C
D��D��
A�����q�]
S(����EE�C
B�D�o
CD4���nE�C
F���E�H�b
CT
DP���d���x��� ����E�C
C���,�����E�C
I�����B
E,�l��E�C
H����K�}
H(����E�C
D��D�\
D <���E�C
H�t
D `��E�C
H�k
E�x��$����!����!����!4����E�C
H����G��
D[
E, p��E�C
M������
FP,< ��E�C
H����L�N
F(l ���E�H
D��H��
F � ���XE�C
E�E
A,� ���A�C
i������
G,� ���E�C
B�E�E�E�j
E(!@��E�H
B�E�D�`
H,H!����E�C
B�G��E�D�
H8x!d���E�C
B�G��F���
Ib
AW�!���!��,�!���E�C
B�J�J��D��
K"���" "���>(4"��E�C
B�F��O
A(`"|���E�J
E���O
E,�"0��E�C
B�E�E�I�D�J
E(�"����E�C
B�D��
Gm$�"D��LE�C
E�r
AK,#l��fO�C
B�D�h
HIG���0@#����N�C
B�E�D�^
FTD����0t#X��RE�C
F���D��
F�
A(�#����E�C
P������
B(�#(���E�C
M������
D$��% $�YE�C
A�O8$D�HE�H
zX$t�'E�H
Yx$��>�$��E�H
F�$��#E�H
U �$��ZE�H
E�G�$��BE�H
t%,�#E�H
U,0%<�E�F
F���L�J��
H`%��HE�H
z$�%��tE�C
B�J�H�W�%T�#E�H
U�%d�~Y�C
a�%��DE�H
E�q&��3E�H
E�`(&�+E�H
]H&$�5E�C
A�k,h&D�JE�P
B�J�����
G,�&d�E�C
H����H�y
G�&��#E�H
U�&�E�H
Q '�YM�C
A�|�A� ,'@�Q�C
A���A�(P'��E�C
F���H��
D(|'�	�E�C
D��E�G���$�'d
�E�C
L����
H$�'�9Q�C
A��A� �'$
�AM�C
A�i�A�$(P
��E�C
B�D�f
D(D(�
�E�C
A�&
IF
B p(l�1M�C
A�W�A�,�(��E�C
B�G�Q
ND
D,�(��E�C
C��T
ID
D �(h�ma�H
A�}�A�$)���E�C
B�E�H��(@)|�GE�C
D��K��
Dl)��0E�H
A�\$�)���E�C
E��
BQ,�)��E�C
F���M��K
J,�)��E�C
D��E�E�D�P
F(*��E�C
M������
A(@*��E�C
D��G�W��
A,l*��nE�C
B�H��D
JM(�*��E�C
K����I
D0�*D�DE�C
B�E�E�E�D��
H,�*`#��E�C
D��E�E�D�
A,,+'�~
E�C
B�E�O����
E0\+P4�E�C
B�E�E�E�D��
G0�+�7��E�C
B�E�E�E�D�K
H0�+h:�{A�C
B�E�E�E�H�
E4�+�=�E�G
H����H�b
B]
KT00,L>�[E�C
B�E�E�E�K��
B0d,xC�E�C
B�E�E�E�D��
H0�,dG�E�F
B�E�E�E�K��
D �,0J�AM�C
A�f�A�,�,\J�GE�C
B�G��E�D�J
D, -|L�
E�C
F���E�D��
J,P-�Y�E�C
B�E�E�G�[
J@�-�Z�[E�F
G�����
D�
Io
A

F �-�^�YM�C
A�|�A� �-$_�1M�C
A�X�A�,.@_�4E�C
B�E�K��
A <.P`�AM�C
A�c�A� `.|`��Q�C
A���A�0�.(a��E�C
B�E�E�H�v
F]
K,�.�a�;E�C
B�E�E�H��
F,�.�b��E�C
P�����
K,/ti�sE�C
P�����
A,H/�n�7E�C
F���E�D�|
E<x/�s�X	E�C
D��E�E�H�}
A�
B�
E,�/�|�rE�C
D��E�E�D�d
B�/D�ME�C

A,0t�:E�C
H����D��
F,80���
E�C
B�E�E�D��
E0h0d��iK�C
B�D�}
�B�A�LDD���0�0���iK�C
B�D�}
�B�A�LDD���(�0܃�rE�C
A�u
BW
I �00��QM�C
A�o�A�  1l��QM�C
A�o�A� D1���1M�C
A�X�A�,h1Ą�E�C
B�H�J
Dc
E �14��AM�C
A�d�A�,�1`��E�C
D��E�F���

B �1Б�YM�C
A�|�A� 2��AM�C
A�i�A� 428��aE�C
A�H
G0X2���E�C
M�����K
Hi
B�2��((�2��E�C
M�����s$�2���mE�C
C��J
K �2ȓ�HE�J
C��u3��,3��@3��T3��h3$��-E�F
a<�34��=E�F
F���G�{
Mh
Hf
JR
F�34���3@���3L��4X��4`��204���2 D4���>J�C
A�fD��$h4ԕ�ZE�C
B�E�D�F$�4��bE�C
B�F��Q$�4T��E�C
B�F���(�4ܖ�E�C
B�E�E�D��5`��g 5���45���(H5���E�C
L���Z
B t5��!E�C
H��
F �5$��3E�C
B�I�_(�5@��E�C
K�����
A �5���1M�C
A�W�A�6�A  6��LE�C
B�D�}(D68��rE�C
D��E�M�D�O,p6���E�C
B�E�G��D�H
F(�6���iE�C
B�E�F�E�N�6@���6L��30�6x��E�C
B�D�N
DL
DL0(7Ĝ�S�C
E���S
BTD����$\70��pE�N
B�I�L
A �7x��CE�C
B�D�p0�7���E�F
B�O��q
Ca
Ga$�7��E�C
D��H�}
G,8x��E�C
F���M���
C,48X��HE�C
D��H���
F,d8x��E�C
P�����F
B,�8h��NE�F
F���R���
G,�8����E�F
P������
A(�8H��}E�F
P������
K8 9���E�C
B�E�E�E�H�m
Br,\9p��E�J
D��I�D�
H,�9��E�J
D��K��K��
F4�90���E�C
B�J��U
Gm
C�9��U0:4��^�C
D��H�Z
ILD����0<:���^�C
D��H�Z
ILD����(p:,��tE�C
D��D�]
A0�:���:E�C
B�F���
A�
A �:���[Z�F
A�eJ��$�:Ⱦ�NE�C
A�p
GM;��s0;\��s0D;ȿ�zE�C
B�E�H�E�D�a
Gm@x;��E�Q
E�C
BN
Bq
G~
J_
A$�;p��E�C
B�D�v
D,�;��3E�C
B�E�F�F�G��
J,<���%E�C
B�E�G��D�b
D0D<���E�C
B�E�E�F��W
OPpx<d��ss�C
E���yD����x����iG����@����`����h�����
�E�E�A�L,�<p��E�C
F���O��M
A =`��IE�C
A�p
GD@=���[�E
B�E�D��
FU
�B�B�A�Nk�B�B�A�,�=���E�C
B�E�G��D��
H,�=���E�C
B�E�G��D��
H,�=���E�C
B�E�G��D��
H,>���mE�C
D��E�F�D�^
G,H>���JE�F
D��G��D��
G,x>���E�C
D��G��D��
G,�>t��E�C
H����D�
H,�>���)E�C
B�G��S���
E,?���E�C
D��I�E�H�
D,8?d��6E�C
H����D�
Dh?t��]$|?����E�C
B�G��
A,�?x���E�C
B�E�G��D��
A,�?���E�C
H����D��
A,@���E�C
H����D�Y
Cx4@H��E�I
O
Cj
Fz
Fd
DT
DR
FR
Fh
HR
FR
FT
DT
DR
FT4�@��E�C
D��E�D�E
Fo
Ag,�@T��E�C
M�����
EA���$,A��E�C
I���u
J$TA8�E�C
I���s
D0|A��E�C
K����F
G�
E0�A�E�C
F���F���
D�A�	�(�A�
�A�C
B�E�E�z
A,$B�
�LE�C
M�����1
A4TB
�cE�C
D��E�D�Y
B�
CR,�B@�E�C
B�G��D�t
GK(�B��E�C
D��G��P
A,�B4�NE�C
D��G��K��
F0CT�E�F
B�E�E�H�D�
E$LC �E�C
B�H��
F,tC�E�H
B�E�D�r
A�Cx��Ct�
(�Cp�E�C
B�E�D�|
A,�CT�-E�C
B�K���H�E
F (DT�?E�F
T
A^ LDp��E�C
H��
F$pD�E�C
E���\
G�D��	(�D��YE�C
B�E�E�D�n
J,�D���E�C
D��E�F���
E,E���E�C
D��L���
A,8ED%�E�C
B�J����r
J$hE$'�HE�C
A�\
KS�EL'�+(�Eh'��E�C
D��E�H��
A$�E<(�KE�C
B�D��
F,�Ed)�TE�C
D��E�I�D��
G((F�+�A�C
D��H��
KTFx-�,hF�-��E�C
B�E�M����
B,�F4/�E�C
B�D��
Kc
E,�F�0�.E�C
H����K��
K�F�2�,G�2�E�C
D��H�E�H�f
I<G04�3E�L
A�`,\GP4�E�C
H����K��
B�G�6�?E�E
A�s�G�6�+ �G�6�9E�C
C��m�G7�4E�C
E�f H87�pE�C
B�D�]((H�7�wE�C
A�|
KbTH�7�E�J
HtH�7�h�H48�? �H`8�eE�J
A�N
B�H�8�E�C
F$�H�8�E�C
B�J��|,I$9�E�C
D��E�K�!
C,8I�:�yE�C
B�E�L�G�H
F0hI�:��E�C
M�����x
Cw
I,�Ip<�E�C
B�E�L����
E,�I�>��E�C
H����D��
D,�I�E�kE�C
F���E�I�y
K,,J�G�lE�C
E�f
Ef
BK,\JH�hE�C
M������
E,�JPK�\E�C
P������
G8�J�N�,E�E
D��M����
DW
I_L�JtO��O�C
B�E�H�E�D�{
KY
Gp������H������,HK�O�E�C
P������
A0xKtR��E�C
B�E�E�E�L�|
G,�K@Z�E�F
B�G��J��
G,�K�i�mE�C
P�����N
JL�l�0 L�l�A�C
B�E�E�D�v
Fy
G$TLxm�nA�C
A�q
Ji<|L�m��O�C
B�E�D�s
HX����H����0�LPn�nE�C
D��E�D��
Fq4�L�o�Q�E
B�D�rB���P���I
G8(M�o�N�C
B�E�G��D�H
E%A������DdMHr��O�C
D��E�E�G�{
F`������H������4�M�r�N�C
B�K��D��
EMA�����,�Mxs�}E�C
B�I�D�U
DL$N�s�E�H
D��K�]
G,<NPw��E�C
D��E�E�H�L
F$lN z�bK�C
C��HG���,�Nhz�2A�J
H����D�d
E,�Nx|�pE�C
B�E�M�K�'
A(�N����O�C
B�L�G�e
D( Ol��E�C
P�����Y
G,LO@���E�C
F���E�O��
G,|O��E�C
B�E�I�J��A
E(�O��E�C
P�����i
G<�OT��E�C
B�E�J�H��A
Fg
Ix
H P$��lE�H
Y
A,<Pp��E�C
B�E�E�E�H��
A,lP��E�C
B�E�E�E�H��
A(�Pp��E�C
B�E�D��
A$�P��E�C
B�D�o
A(�PL��E�C
B�E�D�t
A(Q���E�C
B�E�H�r
A,HQ��E�C
B�E�E�G�I�X
D xQ���E�C
^�r
H�Q@���Q̒��QȒ��QĒ�`�Q��E�O
HR�� R��?Y�C
A�a0@R,��E�C
B�I���H�c
BdtR���)Q�L
K,�R���dE�C
B�E�G�I�a
H[$�R���eE�F
B�D�@
G,�R@��CE�C
M������
D S`��rA�T
A�V
A0@S���rY�C
D��D�t
HH�B�B�A�tS��(�S���E�C
B�F���
B�S���@E�C
r
A$�Sؗ�sE�C
B�G�\
A$�S0��sE�C
B�G�\
A8$T���&E�C
B�E�F��p
KT
DV
J`T|��hE�K
w
I,�T̙�E�E
B�E�I�D��
F4�T,���q�C
D��D�ZJ����H����,�TĜ�	E�C
F���E�F��
B U$��zE�C
B�D�k(<U���E�C
B�E�d
EN(hU��|E�C
D��E�G��
C,�U8��4E�C
H����H�@
H,�UH���E�C
B�G��I�H��
H(�U��>E�E
B�L��M��
I4 V��E�C
B�E�E�D�a
GD
DQ,XV���E�C
B�E�O���\
F,�Vt��8E�G
B�E�G��D�Q
A,�V����E�C
D��E�E�D�
G,�V4��E�C
H����D��
J,W����A�C
P������
GHWt��#,\W���E�C
F���E�D�m
D,�W���E�C
B�I�G��I�t
A,�WP���E�C
F���G�D��
F,�W���E�C
B�E�E�K�s
F,X����E�C
D��E�E�K��
J,LX ��gE�C
B�E�N�g
DZ|X`��+E�S
F�Xp��rE�C
g$�X����P�C
B�D��F���,�X����E�C
D��J����
F,YH���E�J
I�����V
B DY����E�C
A��
E0hY���E�C
i������
D$�Y��lA�C
B�E�D�\0�YX���E�C
B�I���H�j
Kt �Y���rA�T
A�V
A0ZP��rY�C
D��D�t
HH�B�B�A�PZ��� dZ��9E�C
B�D�f,�Z4��E�J
C��n
HR
F(�Z���bE�C
D��E�D��
H,�Z���OE�C
D��I�I�D�$
J [���E�C
A��
E8[���E�C
�X[T��-E�Q
F,x[d���E�C
P������
B,�[��E�C
i������
H,�[d��E�C
I�����K
D0\����E�C
P�����
G<\���0P\���J�C
A�L
F`��H��$�\����E�E
B�M���� �\P	��sE�C
A�E
B �\�	��wG�^
C��N(�\
���E�C
B�E�H��
H$ ]�
��#E�C
B�K��
J(H]���QE�C
F���D�
C(t]�
���E�C
B�J�I���,�]\��rE�C
P������
K,�]����E�C
D��F�E�D��
K,^��fE�C
B�E�D�y
DU40^L��E�C
D��E�F���
Jk
A,h^���E�C
D��E�F���
G(�^���AE�C
M������
A,�^���BE�C
B�N�����
D8�^�!��QE�C
I����
HW
Ie
KP,0_#���E�C
D��E�E�D��
D8`_|%��}�F
B�H����
Fq
GX�����,�_�&���E�C
B�G��E�D�D
B,�_ ,��}E�C
B�G��F��u
DH�_p.��lh�C
B�E�E�D��D�����P�����K
EK,H`�/��RE�C
F���J��J
F x`�0��|E�C
E�_
DH�` 1��CE�C
F���E�D�X
Ap
H�
JU
KH
H,�`$3���E�C
B�G��E�D��
F,a�9���E�C
D��G��H�^
G,Ha�?��rE�F
M�����7
A$xa�A��VE�C
A�v
IM�a,B��7E�C
A�i,�aLB���E�C
B�G��E�D�z
D4�a�H��9E�H
B�K��
KX
HX
H,(b�I��3%E�C
H����D��
D$zRx�������,�x�,�b�n���E�F
B�N�����
A(�b(p��:E�C
N�����
F4�b<q��VE�C
B�I�I�I�D�N
I�,(cdr��aE�C
B�E�L����
I0Xc�u���E�F
B�E�E�D�V
G]
K8�c@v��|E�C
B�L�J�F��
A^
Ac0�c�w��E�C
B�E�E�E�D�x
K,�c`y��xE�F
B�E�E�E�D�W,,d�y���E�C
B�E�O���
J,\d|���E�C
B�E�E�F���
G,�d����lE�C
I�����v
I,�d����E�C
E��
Bk
E0�d����E�C
B�G�J�E�H��
K e����4e����He����,\e����QE�C
B�N����0
H,�e��'E�F
B�J����~
K �e��KO�L
A�fF�� �e���CE�L
B�D�`(f8����E�L
D��H��
A(0f̡��~A�R
B�J�K�
C(\f ���E�C
F���D�W
G,�f���E�C
D��E�E�D��
B�f��f���(�f���dE�I
B�G��D��
B(gP����E�C
B�E�H�[
F(8g��E�C
B�E�H�[
F,dg����hE�C
F���E�K��
D(�gذ��6E�C
I����
F(�g��&E�C
D��E�D��
F,�g��E�C
D��G��D�p
I,h�����E�C
F���F��u
G4Lh���E�C
B�G��D�j
A[
EN,�h����E�C
B�G��E�D�
C8�hH���E�C
D��E�E�D�l
JJ
FP(�h��qE�C
I������
E,i`��
E�C
D��E�E�D��
D,Li@���E�C
D��E�D��
C,|i����E�C
B�E�G�K���
A,�ip���E�C
B�I���K�:
H,�i ���E�J
I������
F4j���E�C
B�E�D�A
D]
Ka Dj8��E�C
t
A hj��oE�C
a
A �j��\E�C
N
A �j,�oE�C
a
A �jx�\E�C
N
A(�j���E�C
B�E�D��
K$$kx��E�C
B�D�}
E$Lk ��E�C
B�D�}
E,tk���E�C
B�E�F��
I(�k��CE�F
C��_
CN,�k��^E�C
P������
G,l���
E�C
D��E�F��
A,0l����yE�C
B�E�E�E�D�\
G0`l���]E�C
B�E�E�E�D��
H�l����l����l���$�l����E�C
C���
A�l	��E�O
H(m	��YE�C
B�E�K�v
H(DmH
��`E�C
B�H����
Bpm|���mx��,�mt��%E�C
B�E�E�H��
G$�mt���E�C
C���
D,�m
��dE�C
B�E�G�I�a
H[  n\
��rA�T
A�V
A0Dn�
���q�C
D��D�p
DH�B�B�A�,xn��BE�C
M������
D�n4�� �n0��ZE�H
B�D�F,�nl���E�C
D��H�s
Il$o��?E�C
B�K��
B(8o$���E�C
D��E�D��
F,do����E�C
D��H���}
G,�o����E�C
B�E�G��H�
K�o��� �o���'E�C
K
EJ(�o����E�C
B�H�H�f
A((p$ ���E�C
D��D��
K0Tp� ���E�J
B�E�L�D��
Gj,�p�!���E�C
H����D��
A,�p4#���E�C
D��E�E�K�t
K0�p�$��R�C
C���J���H���,q�%��nA�C
B�J�����
DLq�+��dq�+��xq�+���q,���q,��,�q,���E�C
B�E�E�E�H��
F�q�-��[,�q.���E�C
D��I��H��
H$(r�1���E�C
C��z
K(PrL2��E�C
M�����C
H |r@5��kA�W
A�L
A �r�5���E�P
A��
C(�rX8��1E�C
B�F��

F$�rl9��wE�J
v
KS
E(s�9���E�C
d����j
J(DsX<���E�C
K����s
J0ps�<���E�C
B�E�F�E�J�[
A,�sh>��>
E�C
D��H���r
A(�sxH��R�C
A��
G`��,tlI���E�C
B�G�G��F�g
K(0tJ��{E�C
B�G��K��
A(\tpK��?E�C
\������
C�t�O�� �t�O��xE�J
H�E
D�t�O��(�t�O���	E�C
h������
G,u<Y��XE�C
B�E�E�G�e
HK,0ulY���E�C
B�I���H�y
D,`u_���E�C
F���E�D��
K,�u�w��^E�C
P�����^
J,�u�|���E�C
B�G��G�O��
A,�u�~��"E�C
B�E�E�M���
G, v�����E�C
H����I�Z
E(Pv,���\a�F
D��D��
I,|v`����E�C
D��E�F���
A4�v0���eE�F
I�����<
Hr
F,�vh���/	E�C
I�����~
A$wh����A�H
C��m
G<w���%$Pw����E�C
J���
I,xw�UE�C
B�Q����E
H0�w$����N�C
E����
CLD����$�w����6E�C
A�W
HI(xؠ��E�C
D��D�k
E$0x̢��kE�C
B�D�}
E Xx���&E�C
C��Z|x ����x,����x8���,�xD����E�C
B�E�E�E�H��
F,�x�1A�C
H����H�~
F y���iS�H
A�GE��(<yP���|E�C
E���y
Jg$hy����EE�C
A�\
KP,�y̩��	E�C
B�E�E�E�D��
E �y����aE�P
F
A�y���f,�yd����E�C
F���I�N��
D,(z�E�C
B�S�����
H,XzԼ��
E�C
D��I�E�K�
G�z����(�z����pE�C
D��K��
C,�z���8E�C
F���J���
E,�z���E�O
F���N��o
I$({���5E�C
C��[
J(P{����E�C
D��F��Z
D,|{`��dE�C
P�����%	
C(�{����A�C
N����P
F,�{���E�C
B�J�����
G$|t���E�C
I���
H,0|L���E�C
B�S����u
F,`|��E�C
P������
G(�|l��E�J
G�����
C(�|0��E�C
B�E�D�|
A �|��/E�G
S
AJ(}��LE�C
D��D��
D08}��zS�C
C��@�B�A�T���l} �(�},�IE�C
H����H�|
D(�}P�2E�C
B�D�Q
AM0�}d�1E�C
F���K��k
D~p� ~|�4~��H~��\~��+,p~��E�C
D��I��H��
H(�~����E�C
M�����C
H �~�����E�[
G�|
E,�~����2E�C
D��E�J��x
E ���LE�C
~
A(@<����E�C
d����j
J(l����E�C
K����s
J0�t����E�C
B�E�F�E�J�[
A,����E�C
H����H��
E(����R�C
A��
G`��,(�����E�C
B�G�G��F�g
K(X�T	��{E�C
B�G��K��
A(���
��?E�C
\������
C�����(����	E�C
h������
G,���,E�C
B�I���H��
C, ����E�C
B�J�����
A,P��6��^E�C
P�����^
J,���;���E�C
D��K��D��
A,���=��"E�C
B�E�E�M���
G,��B��_E�C
H����I��
H(��J��\a�F
D��D��
I,<�L���E�C
D��E�F���
A4l��L��eE�F
I�����<
Hr
F,��O���E�C
F���F��s
I$Ԃ�W���A�H
C��m
G��0X��%$�LX���E�C
J���
I(8�$Z��E�C
D��D�k
E$d�\��kE�C
B�D�}
E��`\����l\����x\��,ȃ�\���E�C
B�E�E�E�H��
F ��4^���E�C
H�m
C,��^���A�H
H����H�P
G(L� c��|E�C
E���y
Jg$x�tc��SE�C
D��D�o
A$���c��>E�C
A�\
KI,Ȅ�c��9E�C
B�E�I�M���
A ���e��kA�C
A�`
A� f��YE�C
}
K<�`f��+,P�|f��
E�C
D��I�E�K�
G��\j��(��Xj��E�C
I������
F(��Lq���E�C
D��D�^
B,��r��E�C
F���J���
G,��s���E�C
M�����(
C0L� u���Q�F
C��]I���H���(���u���E�C
I�����f
I$��0w���E�C
B�D�Q
A,Ԇ�w���E�C
F���J�F��
A,�8}���E�C
P������
C,4�����E�C
H����N��
F,d�����cE�J
I�����;
E ��Ȉ��/E�G
S
AJ,��Ԉ���E�C
D��L��F�c
G0�T����[�C
C���E���H���,��#E�C
B�I���D�L
E$L��<E�C
I���
H,t����E�C
M�����u
F�������̈���,�����E�C
B�E�E�E�H��
F ������E�C
H�m
C,4�H����A�H
H����H�P
G(d�����|E�C
E���y
Jg$������>E�C
A�\
KI,�����E�C
B�E�I�M���
A ����kA�C
A�`
A�P���YE�C
}
K,�����+,@�����
E�C
D��I�E�K�
Gp�����,�������E�C
B�J�����
B(������E�C
D��D�^
B,�����E�C
F���J���
G(�|����E�C
I�����f
I$<� ����E�C
B�D�Q
A,d������E�C
F���J�F��
A,��(����E�C
I������
K,ċ����E�C
H����N��
F,�����CE�J
I�����
F($������E�C
B�E�D�|
A P����/E�G
S
AJ,t�(���rE�C
B�J�J���g
K0��x���[�C
C��vI���H���,،���E�C
F���F��s
I(�����a�C
D��D�Y
K,4�H���E�C
M�����u
Fd���x�������_��\��
��X��E�O
H ԍX��CE�H
B�F�k,������E�C
P�����u
C((����GE�C
B�E�o
BFT���>Y�C
A�`,t�8���E�C
H����K�t
A����������)Q�L
K,؎���dE�C
B�E�G�I�a
H[(���?E�C
B�G�]
JF(4�(��?E�C
B�G�]
JF$`�<��eE�F
B�D�@
G �����aL�C
A�JF�������$�����E�C
B�D�g
K����hE�I
w
K(���$E�C
I������
H$4���rE�C
B�G�G
H,\�`��jE�C
F���E�K��
C0������Q�F
C��eA���H���(����za�C
B�E�D�l
E4�`���Q�C
B�E�G��D�P
JJ$����8����L���
`����t�������(�� ��E�C
B�E�K�J
Dȑ��$ܑ���E�C
B�K�}
A ����CE�C
B�D�t,(����E�C
B�E�E�F��B
DX���)Q�L
K x���IL�H
A�kH�� ��@��lA�T
A�P
A,�����XE�C
B�E�G�I�a
HK �����E�C
A�L
K����YE�C
}
K4�����0H����!E�C
P�����
I(|���GE�C
B�E�o
BF�������� ��CE�H
B�F�k,���6E�C
F���F���
A,$����N�C
C��U
GX���,T�X��E�C
B�I���F��
E(����E�M
B�K�G
Je$�����E�E
G��P
G(ؔ$�WE�C
P�����D
D,�X�
E�C
F���E�K��
D04�8����Q�F
C��eA���H���(h�����za�C
B�E�D�l
E0�������Q�C
B�E�G��D�P
JJ0ȕ����E�C
D��D�}
C@
H,��p���\E�C
D��E�F���
D,�����YE�H
}
FTL���3T�J
A�v
KM
Ck
EM
Ck
ET
�A�KM
CXH��,������E�C
P�����k
E(Ԗ8���_E�C
D��H�D�s
E,�l���E�E
F���E�U��
K,0����E�C
D��E�G�D�x
D$`����E�C
B�D��
C(������E�C
F���K��
B��8��(ȗ4���E�C
B�G��R�B
K$����fE�C
B�D�R
A,����E�C
I������
G(L�p���E�C
L���0
D x����'E�C
K
EJ,�����E�C
B�Q�����
A(̘���GE�C
B�E�o
BF�����,�����E�C
F���E�K��
F<����P����d����x���� �����CE�H
B�F�k�����X(ę(��\E�H
B�K�W
Gc,�\���E�C
E���s
HL
D, �����E�C
B�E�H�F���
A(P����xE�Q
D��D�f
D0|�����Q�F
C��]I���H���(��\���a�C
H����D�s
E,ܚ��uE�C
A�z
EX
HL,�`��CE�C
D��G��K��
B<����YE�C
}
K,\�����E�C
D��J����
G,���!���E�C
F���E�U�g
A,��@#��WE�C
D��E�E�D�x
F(�p'���E�J
I�����Y
G�,��	(,�,��vE�C
F���M��z
K,X�T.��E�C
H����H�@
H��4/��	4��0/��8E�C
F���F��o
E[
E,Ԝ81���R�C
C��W
A`���$��1��fE�C
B�D�R
A,,��1��PE�C
D��H����
H$\�9���E�C
J��{
C ���:��'E�C
K
EJ,���:��}E�C
B�E�L����
F,؝$=���E�C
F���G�I�|
F0��B���E�C
B�I���D��
H<�`F��#P�|F��E�G
Fp�|F��,���F���E�C
F���E�K��
F��8H��ȞDH��ܞPH���LH��(�HH��jE�C
B�D�[
Gu0��H���(D�I��lE�C
C��J
KK,p�LI��mA�C
B�J�����
D,���M��:A�C
F���F��t
D(�Q���R�C
A�{
Gx�� ��PR���E�C
H�M
C  �S���E�C
H�|
D,D��S���
E�C
B�G��L�D��
E(t�h^���E�C
D��K��
I��,`����8`��,ȠD`���E�C
B�E�E�F�H��
H ���a���E�O
A�Y
B,�`b��ME�J
B�I���M�m
D,L��p��uE�C
A�z
EX
HL|��p��>E�[
A�\(���p��!E�C
B�H���\
Bȡ�q��LE�C
~
A,�$r��6E�C
H����D�|
H,�4t��^E�C
H����D��
K,H�dx���E�C
D��E�E�D�y
E(x��}���E�C
B�E�K�L
J,��H~��A�C
F���F���
JԢ8���%,�T����E�C
B�J�����
E�$���)E�C
A�_(8�4����E�C
I�����`
G,d�ȉ��wE�C
D��O����
A,������E�C
B�Q�����
I(����E�C
D��L���|
D,�\����E�C
B�G�K��D��
E, �ܫ���E�C
B�J�����
K<P�l���\N�C
C���
E_
Ap���P���$������iL�C
C��OG���$��Ե��dE�C
A�i
Fg,����[E�C
D��E�E�D�z
D,�L����E�C
B�G��E�D��
D,@���uE�C
B�E�E�L�N��
G,p�<���E�C
I������
C,������E�C
B�E�E�E�D�b
A,ХL���E�C
B�E�E�E�D�i
AGNU�p�0��0Ӳ	 ��	Ƴ	׳	�	�	@
�	�	�%�	,�	5�	<�	D�	S�	[�	 j�	r�	@��	��	���	��	��	��	��	��	ȴ	д	״	ߴ	�	�	�	��	ڲ	�	��	�
�	�	
�	�~ �	�}@%�	�|�0�	�{@;�	B�	�z M�	�y�X�	�xc�	�wn�	�vz�	�o��	�u��	�t��	�s��	�r;�	�q@��	�p@��	�p@��	ŵ	�oz�	͵	�mԵ	eP�0ص	eP�0Ե	ߵ	eP�0Ե	�	'	�	e@�0�	�	f �0��	f �0�	�	f �0�	%�	'�	d��0%�	�	'%�	�	'%�	�	'%�	-�	'��	;�	'G�	G�	e��0N�	e��0G�	V�	e��0G�	_�	e��0G�	n�	e��0G�	}�	e��0G�	��	e��0G�	��	�lz�	��	�lz�	��	eP�0Ե	��	eP�0Ե	Ƕ	e��0G�	��	e��0G�	Ŷ	e��0G�	Ӷ	�k �	�	�k �	�	�j@;�	�	�j@;�	��	�i�	�	�i�	�	�h�M�	�	�h�M�	#�	�gc�	0�	�gc�	7�	�fX�	D�	�fX�	K�	�e B�	X�	�e B�	_�	�d��	l�	�d��	s�	�c͵	��	�c͵	��	ڲ	��	�b�	��	�a�M�	��	�`��	��	�_�	��	�^ �	��	�]@0�	��	�\c�	��	�[�	Ʒ	�Zn�	ͷ	�YX�	Է	�X�	۷	�W B�	�	�Vn�	�	�U@;�	�	�T�M�	��	�Sz�	��	ڲ	
�	��	�	�	%�	�	+�	��	�A}�@(
!!T^�����"!L^��
�@Y?���Y^��Y^�W�@}�����x������>�>�>�>�>???O?�?{
�v	�0��0���o`�X
%@�0L/�Q	���o�����o�o6����o���0@{P{`{p{�{�{�{�{�{�{�{�{|| |0|@|P|`|p|�|�|�|�|�|�|�|�|}} }0}@}P}`}p}�}�}�}�}�}�}�}�}~~ ~0~@~P~`~p~�~�~�~�~�~�~�~�~ 0@P`p���������� �0�@�P�`�p�����������Ѐ���� �0�@�P�`�p�����������Ё���� �0�@�P�`�p�����������Ђ���� �0�@�P�`�p�����������Ѓ���� �0�@�P�`�p�����������Є���� �0�@�P�`�p�����������Ѕ���� �0�@�P�`�p�����������І���� �0�@�P�`�p�����������Ї���� �0�@�P�`�p�����������Ј���� �0�@�P�`�p�����������Љ���� �0�@�P�`�p�����������Њ���� �0�@�P�`�p�����������Ћ���� �0�@�P�`�p�����������Ќ���� �0�@�P�`�p�����������Ѝ���� �0�@�P�`�p�����������Ў���� �0�@�P�`�p�����������Џ���� �0�@�P�`�p�����������А���� �0�@�P�`�p�����������Б���� �0�@�P�`�p�����������В���� �0�@�P�`�p�����������Г���� �0�@�P�`�p�����������Д���� �0�@�P�`�p�����������Е���� �0�@�P�`�p�����������Ж���� �0�@�P�`�p�����������З���� �0�@�P�`�p�����������И���� �0�@�P�`�p�����������Й���� �0�@�P�`�p�����������К���� �0�@�P�`�p�����������Л���� �0�@�P�`�p�����������М���� �0�@�P�`�p�����������Н���� �0�@�P�`�p�����������О���� �0�@�P�`�p�����������П���� �0�@�P�`�p�����������Р���� �0�@�P�`�p�����������С���� �0�@�P�`�p�����������Т���� �0�@�P�`�p�����������У���� �0�@�P�`�p�����������Ф���� �0�@�P�`�p�����������Х���� �0�@�P�`�p�����������Ц���� �0�@�P�`�p�����������Ч���� �0�@�P�`�p�����������Ш���� �0�@�P�`�p�����������Щ���� �0�@�P�`�p�����������Ъ���� �0�@�P�`�p�����������Ы���� �0�@�P�`�p�����������Ь���� �0�@�P�`�p�����������Э������������������������������	�	c�	l�	Z�	����p�s�	/`�0^�	/�0s�	/ �0|�	/@�0��	.`�0��	/^�	/a�	/�/��0��	�0��	/`�	< �	��0+�	Ʀ	2�I�Ϧ	��0Φ	��Ԧ	ئ	ܦ	�	�	�	�	�	�	��	��	�	�	�	�	�	�	�	�	�� �@�=z	`�	fffiflffiffltsttvtetk~vtm�������������+����I��I������������������������������������������������������������qq{{{{~~~~����zzzzyyyy����������������������������������������������������������������������������������w����������II&'&'&�&�&H&H&�&�&�&�&�&�&�&�&�&I&I&I����&,&-&E&I&J(,(-(.(E(I(J*,*-*.*E*I*J+,+E+I+J,-,E-,-E.,.-.E3,3-3.3E5-5E6,6-6.6E7-7E8E9,9E:,:EA,A-A.AEAIAJB-BEBIBJC'C,C-C.CDCECICJD,D-D.DEDIDJE,E-E.EEEIEJF,F-F.FEFIFJG,GEGIGJJ,J-J.JEJIJJ0p1pIp LQ MQ NQ OQ PQ Qp&1&2&E&F&I&J(1(2(E(F(I(J*1*2*E*F*I*J+1+2+E+F+I+JAIAJBIBJC'CDCECICJDEDIDJE'EEF1F2FEFFFIFJIpJ1J2JEJFJIJJ&,&-&.&E&G(,(-(.(E(G*,*-*.*E*G+E,-,E-,-E.,.E3,3-3.3E5-5.5E6,6-6.6E7-8E9,9E:,:EA,A-A.AEB-BEC,C-C.CDCED,D-D.DEDGE,E-E.EEF,F-F.FEFGG,GEGpJ,J-J.JEJG&E&G(E(G*E*G+E+G3E3G4E4GCDCEDEFEFGJEJG@NQ@OQ@PQ7I7J9I9J:I:J3I3J4I4J-I-J,I,J.I.J5I5J6I6J4,4-4.4E413151617I7J9I9J:I:J3I3J4I4J-I-J,I,J.I.J5I5J6I6J4,4-4.4E413151614,4-4.4E3G4G7E3,3-3.4,4-4.7E8E'K'K*,E*-,*-,*-E*.E*E,*E-*E.,E-,E--EJ-EI3-,3,-3,I3E-3E-3E,3EE3EE5--5--5EE4-E4-E4,J4E.4E.4EE4EE6-I6.E6.E7E-7E-7EE7EJ9,E9EE9EE9EI:EE:EJ:EIA.EA.EBE-BEED-ED-JD-ID,,D,,D.ED.EDE-DE-E-,E-EE-JE,-E,EE.,E.EE,.GE,GEEF-EF-IF,EF,EF,IFEJFEIJEEJEE(.J*,J*,I*.J*.I*EJ*EI,EJ,-I,EI3.I5-J4-J6-JD,JDEJJ-JJ,JJEJEEJBEJF-JBE-D-E9EJCEJF,-E.JD,ECEED,EF,-,-J-,JE,JAEJ(-JCEE9,E5EE3.JF,J5D�BD�'DDG'C(1E-E/5D9E13HD9DJGH3DE5DI5DI 'DDG 9DJG H3DE,D ,D'DG1�'D,00:;!?00& %   __(){}0000
000	00
000[]> > > > ___,0.;:?! (){}00#&*+-<>=\$%@ K@K L M N@N O@O P@P Q@Q R@R!""##$$%%&&&&''(((())****++++,,,,----....//0011223333444455556666777788889999::::AAAABBBBCCCCDDDDEEEEFFFFGGGGHHIIJJJJD"D"D#D#D%D%D'D'  a 23 � '1o1D 41D 23D 4AAAAAA
C'EEEEIIIINOOOOOUUUUYaaaaaa
c'eeeeiiiinooooouuuuyyAaAaA(a(CcCcCcCcDdEeEeEeE(e(EeGgGgGgG'g'HhIiIiIiI(i(IIJijJjK'k'LlL'l'LlL�l�NnN'n'Nn�nOoOoOoRrR'r'RrSsSsS's'SsT't'TtUuUuUuU
u
UuU(u(WwYyYZzZzZzsOoUuD}D~d~LJLjljNJNjnjAaIiOoUu����������&'��GgKkO(o(����jDZDzdzGgNn������AaAaEeEeIiIiOoOoRrRrUuUuS&s&T&t&HhAaE'e'����Oo./Yyhfjry{�wy   
 (  clsx�� E; �����������������������������������#8553V:8Ctu6005��6788>��-M#C#C#C'G+Ke�'S'THT'UJT'tHt�tJt�T�T�T(	<	0	<	3	<		<		<		<		<	!	<	"	<	+	<	/	<	�	�	�	�	�	�	�	�	�	�	2
<
8
<

<

<

<
+
<
GVG>GW!<"<��������FV����������F
>
G
>
F
W
�
�
�
�
�
�
�
�
M2������B�L�Q�V�[�@�qrqt��������q�������������%.�55	55
55:5<5>5?5B5A�BDE�GHIJKLMNO"PRTUWaPQbdeY[\gkmKoTptuov%�����iruv�����=RcU�\f_aehij{�m��qprstux�������z����A%a%BbB#b#B1b1��DdD#d#D1d1D'd'D-d-E-e-E0e0()FfGgHhH#h#HhH'h'H.h.I0i0��KkK#k#K1k1L#l#67L1l1L-l-MmMmM#m#NnN#n#N1n1N-n-����LMLMPpPpRrR#r#Z[R1r1SsS#s#Z[`abcTtT#t#T1t1T-t-U$u$U0u0U-u-hijkVvV#v#WwWwWwWwW#w#XxXxYyZzZ#z#Z1z1h1tw
y
a�A#a#A	a	�����	�	����		��E#e#E	e	Ee�����	�	����I	i	I#i#O#o#O	o	�����	�	���������	�	���#�#U#u#U	u	�����	�	���#�#YyY#y#Y	y	Yy��BB��		B	B������ ! ! B!B��()()(B)B��01010B1B��89898B9B��@A@A��HIHI��PQPQPBQB�YYYB��`a`a`BaB��hihihBiB��������������EEEEEEEEE	E
EEE
EEE E!E"E#E$E%E&E'E(E)E*E+E,E-E.E/E`EaEbEcEdEeEfEgEhEiEjEkElEmEnEoE��pE�E�E�B�E�����E �  B�BtE�E�E�B�E�����E���B�����B�B�������B�������B�B�������`|E�E�E�B�E�����E�              3...... 2 2 2 2 2 5 5 5 5 5 !! ???!!?2 2 2 2  0i456789+"=()n0123456789+"=()aeoxYRsa/ca/sC�Cc/oc/u��FgHHHh'IILlNNoPQRRRSMTELTMZ�ZK�BCeEFMo����iFAX����"Ddeij1D 32D 31D 52D 53D 54D 51D 65D 61D 83D 85D 87D 81D IIIIIIIVVVIVIIVIIIIXXXIXIILCDMiiiiiiivvviviiviiiixxxixiilcdm�!8�!8�!8�!8�!8�!8"8"8"8#"8%"8+"+"+"+"+"."."."."."<"8C"8E"8H"8=8a"8M"8<8>8d"8e"8r"8s"8v"8w"8z"8{"8�"8�"8�"8�"8�"8�"8�"8�"8|"8}"8�"8�"8�"8�"8�"8�"80	01234567891011121314151617181920(1)(2)(3)(4)(5)(6)(7)(8)(9)(10)(11)(12)(13)(14)(15)(16)(17)(18)(19)(20)1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)(m)(n)(o)(p)(q)(r)(s)(t)(u)(v)(w)(x)(y)(z)ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0+"+"+"+"::======�*8a-�k��N(N6N?NYN�N�N�N�N?QeQkQ�Q�Q�Q�Q�QR�R�RSS8SAS\SiS�S�S�S�S�VW�XY
YY'YsYP[�[�[\"\8\n\q\�]�]�]�]r^z^^�^�^__P_a_s_�_b6bKb/e4e�e�e�e�e�e�e�fg(g kbkyk�k�k�k�kll4lkp*r6r;r?rGrYr[r�r�s�s�t�tuu(u0u�u�uvv}v�v�v�v�w�w�w:y�y�ytz�z�zs|�|6Q�����3����������n�r�x�M�k�@�L�c�~���҉�7�F�U�x���d�p�����ʎ��������I�Ƒ̑ёw���������Q�^�b�i�˗�����ۘߘ��������ؚߚ%�/�2�<�Z��u������Þ͞ў������ �;�J�R������� 0ASDSESK0�0M0�0O0�0Q0�0S0�0U0�0W0�0Y0�0[0�0]0�0_0�0a0�0d0�0f0�0h0�0o0�0o0�0r0�0r0�0u0�0u0�0x0�0x0�0{0�0{0�0F0�0 �0 �0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0���������!	

abcdefghijklmnopqrstu`��������� "#')+,-./26@GL��WXY��������N�N	N�V
N-NN2uYNNN)Y0W�N()()()()()()(	)()()()()()()()(a)(a)(a)(a)(a)(a)(	a)(a)(a)(a)(a)(a)(a)(a)(n)(ie�)(in)(N)(�N)(	N)(�V)(�N)(mQ)(N)(kQ)(]N)(AS)(g)(kp)(4l)((g)(ё)(W)(�e)(*h)(	g)(>y)(
T)(yr)(��)(]y)(�R)(�N)(|T)(f[)(�v)(O)(nj)(TS)(my)(O)(�)(�)PTE212223242526272829303132333435	aaaaaa	aaaaaaaaa�intnN�N	N�V�NmQNkQ]NASgkp4l(gёW�e*h	g>y
Tyr��]y�R�y7usYi�*QpS�l�O�Qck
N-NN�]�S;S�[f[�vOnjTSY3637383940414243444546474849501g2g3g4g5g6g7g8g9g10g11g12gHgergeVLTD�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�0�00�p1�p2�p3�p4�p5�p6�p7�p8�p9�p10�p11�p12�p13�p14�p15�p16�p17�p18�p19�p20�p21�p22�p23�p24�phPadaAUbaroVpcdmdm�dm�IUs^b-f�T'Yckf�l*h_O>ypAnA�AmAkAKBMBGBcalkcalpFnF�F�gmgkgHzkHzMHzGHzTHz�!m!d!k!fmnm�mmmcmkmmm�cm�m�km�mm�cm�m�km�m"sm"s�PakPaMPaGParadrad"srad"s�psns�smspVnV�VmVkVMVpWnW�WmWkWMWk�M�a.m.BqcccdC"kgCo.dBGyhaHPinKKKMktlmlnloglxmbmilmolPHp.m.PPMPRsrSvWbV"mA"m1�e2�e3�e4�e5�e6�e7�e8�e9�e10�e11�e12�e13�e14�e15�e16�e17�e18�e19�e20�e21�e22�e23�e24�e25�e26�e27�e28�e29�e30�e31�egal{	p�x���ăЃ�����@��@�x���؉��������ƍ�_�׍����������xz�?�L
��$f:���z	�V�8�>��������x@^�,�f�&��&GA$3a1{�v	GA$3p1113����GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: gcc-annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA!omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1113���v	GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: gcc-annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA!omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY���GA+GLIBCXX_ASSERTIONS
GA*FORTIFY����GA+GLIBCXX_ASSERTIONSlibc-client.so.2007-2007f-5.el8.x86_64.debugĭ�7zXZ�ִF!t/��?)�]?�E�h=��ڊ�2N�J�=B�U[���_�ȣ�\�%R1��Z�o��+�8G�0+�k��:"���ǻ:s�9V�%�����2���s
F�^I���9�L��*�3+���e
K�{E�9��C�;���٥�Ӭ�H�:�~�Z�!���Av:��`�2�Cថ�R�ߍs��^���!�qC9��Ο4�C��<"��
�hΉW�P
�Ԟ�1nRcu����d`�2�m�$,��	ɗK�t	ݫ��ǴBQ*I��dō�Mռc�e���2�k5�/�$��YD�=�j0�>5���L��fXm���zT�;�'Z�-8(��A�Q�F�jx+�
pS�	A�螙C?��|{�sR>�xnVr%:Z}����ut횘�r�_Lh�f��U��ʂz�8�b|'�#�W�!PFe����%4�K�ENX�-�7�DJ9V�����?|t[�,\P�_��<��/}��e)n�P��`�㮫k��S�@�al<�����{���9�z�f�o,��I?�LF>��lS�ޜ�2]Z�
���|���Z�ش[�(���X�o�)wV��I�V
@�e���eΰ��B�w��_u���9-��n�=~!	ӈH�`��O�s��I�=/��r�(�qX�o�J�W���pF�����Gz�[�hO�<(6�Ԉ��v�fXj}RC����Xf�T]�A#v�!Ɂ�V�P�9`5)4_b0��9��Ì�	��:���~�U�ӵ��p��MQ<���������1�Kvs���;�5����O���g�Ni�W�)�xw�n������$�#	��Ȱ���F���(n����4E����<��	I��/_-��ٝ��P�
�>��b7��^�A�;*���c8�+�u��>S���艊�é%U��Bm<��c�F ��lc�с��w�t�k*��rnMq�U��y_��km#J]��e��FV��h���[�k
�Ya����(U:�+F�s��k����l*,=�?P��X$��"�X�#
���ڋ]2VJ6�!�f�'�}�����R�<T���ei�YY����x6�� 2
��,�ͧ�jP�g�b=��:���vA��"�dv�]E��o�z��y
4f#r��
�S/�Y���u�~������\�qb%0i+y�l4k����6�‘����r3�<{)G��b�zM�4��U%����FZ�
tĵ>�|�ڠL������S�kRM� �_�Kf�k����f�'Nq�`����06�)��DO]Ⱥ��F)4�(�3��E��w�Sc���>�6-tK�w��s1ɓI197/CQ�Ի=��c�OFU���k9[-6ƫS�4��‘�@�M��4����Y�D�:���e�.*��:���"��� ��H�<��M�0m����/��
�\8L5�-m��v���c�|�}��M��ū�|=5RiR@"�Bu0�"�P
�����h�2��7GIX5��c�w�H��vu���C�>L�'cCH��gu����b�d����&@�@�u����q�z��4DN:���k�P�=u�&���2<)b�b��B��ɳLE6z�$^5Y�1�Y�j_X��-JMk��#à���ҍ��ȃ]@�[l����T�R�FŻ�=�!�t@c8p�{�g�H:C�覈�Jr�����+�M�Pc�Ya���k��hC��[����N?D
D�x*9d�S)�b:���N�n)gF�h��Ud�Y��)V��DYO�����L}�3�c�啌�P]f(/�j��Sn�ROhί���V�A�r)�
.���Ϻ�4DmO��,�^/h��9F�U�}'ѹ~/l�\D]���MTj-@
ƌ��0���1G�db���V3>�}[:��*c�\�a�t/���$�;R��Q��3,b�gӫ�D���ۏ��A:�i�<�F�>�e'���\|&�y6��v
�R==�"?��XB=�x
V��l�&�2W&C��ʐ�x8�AT�?=]�R6̗М*-=�ڱ��|/>�M��OwW�\�������2Ov=�X}��4��Ԩ�zz��np���R�ײHT���D��򲂟�h6@.�h�15*���w`9`i�^�#t�tS��X�M��B��SX��Jx`	kv��l�
7�c��V��ثh�Z/�����wT���>�Ja��ȟSBU�|:�9tk����|��iߏ�Wf%���c��M4�a��^<��v��p��E�:4iр�&4y���{&�uuAy�f���3r�r�"�m�+��3��2hYL�L��!�<���"Aqed���|+�l�}��Fy�ׁ3���)�I��xj�7�q�����NM_�3uG�P�;9l�O����}��emjhFT�����*2�^�J�Y�.
�s�u�HW�F0q�	��04����+�ٜ2e�=��U����!.�f���E�<���J��27��l`�-���a6��]�_�`Cq�u�?Y\Wg�x]cY��@3����Y�(�������Ѱ�X�‘��ƒ�J/��bq_IN�%ۆ6�Z'~�m���6D�5��q���N���6����2��:B84*n��7���ko��l����=�kg*���
̮��)�����O��@aB���zޓ�Ru���Y�Ņ��?�;cxp�0�i@�u TL���>��_Ww��f1\�~mDL&o�LCUGg�@0{�;_QB[�������ֆm�6B��L�.�W����S���w�6&�O�߱��ٶ���qD-�������k�0�߾:�x�Qd5�Or�﷟���Z��;OWli�<U��"t="�F�E���֚|2�V?�Y�z��XAr��&�p�dT_!Ƨx_�E%����z:�QFaQ��֘?�]��%vmJ7f���FV��tGR����$��(O
j���mE$�����/2x��V#�>��U�w)���d��W���^M��m���'9���.q@��X��ݻ,���t{5uR�̎j��g|�Q�#e�ʜ�b82�2���<[�i�A#W�$
.6ek���[�4���$�2�+�s�ŖHt��@<D��G=h���Oә���\��NjU��`Ȩ7�*Y��
���0Q�qJ`c;�Q����(B��T�蘗1q��W.Zw�0'�_�8��6C��ԅ����Vzф�o\YǀAV;w��]?%�YJ��߹��I$�n&�S�|Mo��I �E�M|#����p�&��gF1/�Y:�m�T�~�����UGM���J�noE�Yq�J��]hd�lm��Y����d|~Ś-q��5'�2�}^��K�EUS���^o;�?6�C=�R�2�;Cs��_�\��Z_�3o6x�o>����.NFo�H�,����Āf.O�*�03���Ӡf7I��Zu����Sa�l��Bd��Q�����.���TDF���
�敠��cx��{�NZT3�AY���x� ?Zh�L�[�ic3%O֘�<t@�?8����H�~�߸�'�W<A��1��B�է�~'oN�*W�?Բl[�c�݈�A���A8�Z,b*��%9Q��(����Z@)D��Y��d�ώGg�G-��V������}ɕ;�����~��P�Q�	��L0}k���Jʉ��}�]Şe�8
��$
�"�O�T8�ݫ���۫9u`�������F]ۇvL��V�v��,�8��	��Lw�v;$�O���?�K���mWmx����ATP�OŪ]ZKh�-��5�Ck
�Nn��u0�[ߑ�>\t��˦d8�n��EEQ�~�v ���3N��d�IB���v��i���_�so��_����-�O�z��ݸ\��O5T�A�L�z��ɛt�zhTlji�Y��
z���6�X#��7R@3���[DD5�N�5�������M�����(ě2s���1�ړ�j8h{���~OO����2�����!ԦM�[Q���
��2I��9�x�'�� o�;�#��ʢ�r��)\��@��F$q��Ss�>�n����OɵJD�)�hb5����@�`J�G��m�8�5�y��y�^�F'���:��T��mDl۩��!�#�hZ�a&��="NqI*��Vq�
є�-z����n:D��c�����W%OwTY�R�u�H�՚ K�_q�<�M�a�Ʒ��ޒ�������Y!+��@A\�R�c��B3�3o�3�2n?��b�!�[Q����R;$���1[��!m�7AK�/0��P��A�:1��Y���Cp�Hkז*7q�L��"�TӢ{4���ݧ�G�)<C����S?x�A1�AP�w:3<4�L��W��L&0^Ȕ�2�m=��rU2?	&tʁ�@��a��g
�:K	n����8o,���\jry�4�{Z�ۨc�����L���Y�iӰ�YC�����Q�:����kx�7?��2�����:}T�o���PJl:��?�����V�BmS�Zv�V����!��Dt�jH^LRQ�O�T%}��s?���:>sL�{`�Y
�Q	¯����~�5�a�U��f�}��L��r�}k�Qi������
���<I09����(7�L[��>�(����B5_�y�ۇ����3��U.T���q��oM�"YA�i�_T�ľ�g���׫��ֹ��&��z�L��ڇP�ه�n�/��dr�y�2�X�ʜ̭Tw�n̿d���]?kl���7Cb�*!n�5�*�Z��
��:e|�?,�DV���ϫ��w��	�}T.
�ɕR���k?�{/��c/�y�x�<��؆�lR��<i|eA��ar��x���Ų��{	T��� �<������琸��� �Ҧ]֏�4�|��7eyI ~&�@�K�ʿ�!"HCb's����*:�鏩���f�Wxu�:-n+7ʚiᎦe�x������bq�Ż�w������yd�yi,��Nd�9���o��}�����R�5@�+����MV�A���.~��$�>���ʰg :�Uqt�^�Q�i^0�B����*T�`SQ1��W��z�kn�%>{M�&�ypJIG-��`�;Qlv�\�X�D��K�QNE�ދ�TAS�����r>���(@����m��=?��g�~�@�g	p޷ݠc�"y?ͬT�Ȑ���c޼��[��]�VRQ�*��E��\���l���E�[�%a��ˡ��^%���P��C�̤���l��Ńd�
�t�3�U�w��?��j��#
(�|�B�{��Bd�j_�\��u7
O�@FQ &Xsr���S�e;��MS�D�<���v�NH������x£̈�UaD˰�9���l�>.
j�Ḡ�7|2���KS�xQ\�4�њg�y��*Xy�q6��O��w�^�R|���]��Y�3k�����Q{'$AN�=��J0��=o�8��	k��
%��h���W�A	3�`i�Y��Nw�h�k���4D�I�o�5�#
{v��S5m6�˿T�f�w����X~oR���r�i��E�#�n�����Y��d�7�m��������<�Um�}�3�CQ��bY�
�\-����aW�C��6�CٲLrQ�J��N��Kޣ���*��Qk�݋�~���v�i��f_5����b�T���ժI~�QK�y�C>���e6b�p�boK��P.��7ȫv�󑾝C��d�eFiY�P�}
�	��;SR�"M��h�`w�qq��6Y l�ғ0;&��_'+�]/V��*�.|4�i��wdR���u�;(&P�@܄�pT5�z�����IN�G�����={��U��p)�	'�d'�u�v���P��7
5���jՐ�q]^[�DV�S��}��-j���M���.��
�A˭�9ڕ]�["�9P�=��Ͽ���S�Uߊ���x?�O�n�xY��֫;dWC8��G�����z��ں�g��sVv�
[8`o._쟴W����$h漿#���1��\�8�#"<��ľy"��B�a7�2l�y��dH%'��x*�L��5�7��L��}���E`|v�s�,�o'��vI�JY���U�ƅ拖#ҟ
�)}1��\8�o�赦™m�C��8�-xY�UW�o#���"���98����[d�ޭ�=l�\��(�g����mC�����s�J6��ݠjh���c�a��F���r̪e�`�G���1������X�Lc؍���_�)t��y��ʼ
�8����Q�_p
6�!���e���_�N�8�e�N!������[���7Z�9���"Ƥ���Yŗ7͟�0Ike�qk�„7T��0��_�Dլ��f���RP�^v+Pܫ��j�bJ��ɠ��$~�6�Ȫ�V��
�C=�i�����Q�;�M΍�]G{��xL�秊jU�U�eS�����"�B�J���y�t�ﱁY���&����8���R.㿸/�A��d��8���IW
��� 9&����!P�Ann��ᗌ�j�U^�*n����v�:���F_&�Ղ���Q9��ʼ��p
+W5l���|mE�gѹ�t3���ȓ����d��p <"��N��'�����|��aj(�Ѿ��4��5�^���p�t<p��?U�kQWp5���=���Bp���y6o�E_af��7_��(��Ϋf�J��	����MK��~*�"AV�c�a�(S��!�J9���1��?8$i�K�K�a�n�������8��0@B��QZo����L�n;�h���U��R"F��/a
�Ad���I͛sdfOOfdb��C>7�Y�$=�p�$�� �s�w��@�1g���D�}O�q�젎d2TY���\��#�]��A�n�̩�Y�)ë�F�z��
�ɝ��4hk<w`�4d��'4&�2���x`�zr86/-�:��M�;X%xY�	�P�CK9�˄�ȟ��/���&+�#:0�L.�/$Z/Ա�Q�<_Jl1_}���ܠ,q`FR��ݰ+oU���vM"���u��
M��39��K�i�����6k��K.�}?�Q��$�1�L�_b�UN�d���N�� �h�B�J�$����j�'0`�d�p�Q��j�6�u��VMb�B(s�x�����9�K/�v����'k�R���j+`�xܪU�d\rc���_İ��C�}����5>A�ǵ�:��P�x��5�9�R��af��Y�=^�!��&���KS�0n�ڧU,l���!|���P��	|W���#
�����/"�{��6��s\2�e��蔺�o~al�^�>J��3��燲���d���X���A��t�uw :"Z��O1���۲;dWQ�vŅ����;�JB�#�%g�6��dt*ˆ% aY��(9��j1�rJ#V�8�!ґ3�}<V���1��e�*��2�v�q�X�bF�|��`�2B���J~�D�hΆ�(s]y4o�G�ԪrW�f�4W�L�C
����f!�H������Rh�`�T��Ht�'w �۫�a'��]x������
>6��Dѝ�s3�c� ݸ�qd����Kd��'��vCa�P�I+_�%D�	��=Rú�Z!�3�$�@2�Y6.���h���IO�����y�a���X<BA���9�^e���2Ak}�5�S�?������hV�V�\�ujG��M��D}m��f1�N!��P����oLxT�!D�d�����K
��v�D*t%n;5�Ĩ�e������Ր��Қ�u��^��LI�[~W')�N�&~Vh���%��Nx�a8V_��V�pZ�A;1�'�Z��UǍ-�Ѝ@b���<�}�&C�.uV��#
��s8���0#p"���2�>�s��U'���@��Pg)���.���zK��@}�B�W<n�{,k��)�%��,'Y�(Ũ��6��#�Wx��A�8��N,<��:"cU��[�9�}�;��G镙��i�тD*X)�V��kv���ֈ5\&��,���7Y�����f������Pѣ#��~_P�ؖʹ:��L�ŷvkt�1���ƾ4��z������'�ehYF��
�"uKv�D�3�*/m��Z͉�ψ�Һ*|;�n<�>�>��G$��r(�	�9x�K@N6)��F�����Jb��x���n�.i���j�|�U2�֐�J%C���d����=�L�b�O��˜И}�2,����%���?_U�(gel%�f�T�΅S�*5����E ��9
\_ʇR��w~��>��B`ME�!An#��M8��'��A
g��?Lq,K��`���d�!�o���Z�
Mg)80_�#�桾�:ď.J�<"8e4~��d"�L�^�/۹���� �F�	1{��|R�Co�]�o��I:�m��%8�~i�-k��Zl�Uɟ։q@�ad�X{�h=��e��7��OZWaƬ�׌v�yV:�U��be��N�C�X�2c�?����:G�t�pp�,\˞:���K8�Ԭ覇��LU�cIӭ�~G\EL��մ3�I�LL'SɅ'�P79$���w�;x�����/�����;Ǚ��R^/gaq��)�;2Lj���-��7�7p�.UY��� ϗl�#֋!"���hX�^��8T@�y�'�6����R�U.�狍aœ04������ܼ]ڽ�����-rf-@��p��m��Aa��"�Ł
�
�����5A�g�Z�j`���iX�k���ɨh�'�V�UR�6�j1��O���\�e����ٛ��[�-��h]s���a�g��!����D�O1���_=(}xb�OđVl�L��l�Tv�a J�
!6C�q�eU;3�=��h���ɾ�8��U\WȤ���ؠ��1Pb���I������=!e&MAfF�)��ІkĐd'�\H�XխT3L)�n�f�<g�����or��0��A��i���/��N�3�Y�3�,�x�(-�;.K\�F�K�m&-�1~�4�t��|T�L�i����Γ�xl,��^YJ���\�]����a���?"�{�+��]_vx4�ć=��8<ޔ��C@/J_�� (T0��_QM�)��3i��C]�(lqr�z#�i:ҕ~�hN��Y{�g�%�1��PK��:I}'�l��3�2$��:yЖ�eeDz.��ڈ~�Ĕ��
�\I�xU�a���(��\����J������/�j.}G����\YY:�s�xh�QGS���o�T��wd:c�ѕ�ɠ�X�P��Xd��Q䍑�
�M��>�U��ab������,�9�e}x�!���mBP���j���<����((j߆�P�R$��Ú��D�_��H��Rs��\����z܌�{�0�@
�4�j�Z�l؀�"㥧�%��D��ʈ�y�G��X��1g�J�M�[�w��`���jJ��V���h���'�9ȏ�;Ⱥ�Ŀw�Ȧ;��V%	U�ԓ9��Fgȧ��]b)�Ҋy���� 
�9��%�~���i�� k`&Z��bжpޚ����Q~�]�YN�a��H�=Eʲ
������X����w����r�&�&ΚåJ]&�a���Fqۧ�G�A�Y���í[[U�pd}a�N;aϠA#PX#��t
:�N��M���#�C>����Φ2�}:���sym�#8<�̖箶ne�u)�8�+�<ٚg�`9��5-���6��n/��M\�Z��%�-i�g�s��q���4r	~F�[n
�|�gI*ړ�\�y�v�@�FY�Y��G���Y�.�U'9�v�#��{ؤ�č��Gգ1�,q�GO�C�!�”�ؙl8���a�ԧ���
�(^�������Ѿ����߫x)2�bH��8{?QIhRu��ˤ���j��=�����!��.��`j`{_���qf�5���u^q6��T�\�NJ�au�����SY���.'l�(c���|3�P�+�6���E�����4�x�\U��+o����!~��5�ZK�����Ǝ��t0���ITJ���ڎ!v`p�3��nWZ-�A>A�;�J�{-T���=�Y��Oh�L�5�#J��~B&���^B݆3Ç���	@��6~Ӛ7D#����_��gZ�-�fȔ,��v	w����N��_����I��
Uф�Iw��ú/�a�!sc}ng�e:����&t��L袗C��S
.�E�{����_?9.�)ث]��&x�Z��ѳ���z�H�[��
����蝳��g@m^3�ŃxCy�Sɝ��m�]ۅW��u��\<�ل�n��t�^�O�ز�� �Ex�N��iP;�2
�\�����IN�.�2��=n6����qy#6�en�0��(��]0$
�2D�S��B?ُ��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.got.plt.data.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``�(XX�t0��%@8���o6�6��	E���o����T��Q^B//Lh{{c0{0{�2n���2w����L�}�v	�v	
�w	w	Xn �X�X���@@��@�@� ��0����0����0�� ���0��P���0����0�p���0���f �`P1`P( ��eq`Pl�T4"U�)�~1PK�"[t�n�i�i*share/doc/alt-php-libc-client11/imaprc.txtnu�[���PK�"[i.���1�1'Ijshare/doc/alt-php-libc-client11/FAQ.txtnu�[���PK�"[�;�ڃ���(P�share/doc/alt-php-libc-client11/RELNOTESnu�[���PK�"[p�';;,+#share/doc/alt-php-libc-client11/calendar.txtnu�[���PK�"[�Sj���*�^share/doc/alt-php-libc-client11/naming.txtnu�[���PK�"[���,�8�8*�rshare/doc/alt-php-libc-client11/mixfmt.txtnu�[���PK�"[�g���K�K+��share/doc/alt-php-libc-client11/locking.txtnu�[���PK�"[\3������,��share/doc/alt-php-libc-client11/internal.txtnu�[���PK�"[r�ڀ�,{�share/doc/alt-php-libc-client11/commndmt.txtnu�[���PK�"[���+�+(W�share/doc/alt-php-libc-client11/SSLBUILDnu�[���PK�"[)?v��&��share/doc/alt-php-libc-client11/NOTICEnu�[���PK�"[����88+�share/doc/alt-php-libc-client11/drivers.txtnu�[���PK�"[���#�#+ashare/doc/alt-php-libc-client11/formats.txtnu�[���PK�"[�qr�=='b?share/doc/alt-php-libc-client11/SUPPORTnu�[���PK�"[xT���(�Bshare/doc/alt-php-libc-client11/IPv6.txtnu�[���PK�"[�\����'Vshare/doc/alt-php-libc-client11/md5.txtnu�[���PK�"[�J/�.�.(=eshare/doc/alt-php-libc-client11/bugs.txtnu�[���PK�"[N�U�_,_,+J�share/doc/alt-php-libc-client11/LICENSE.txtnu�[���PK�"[��}���include/c-client/os_a32.hnu�[���PK�"[�B^����include/c-client/tcp.hnu�[���PK�"[����	�	P�include/c-client/smtp.hnu�[���PK�"[�@�uu��include/c-client/env_unix.hnu�[���PK�"[�ӝs//A�include/c-client/fdstring.hnu�[���PK�"[�������include/c-client/os_do4.hnu�[���PK�"[�������include/c-client/os_ptx.hnu�[���PK�"[�M���F�F�include/c-client/shortsym.hnu�[���PK�"[���x���:include/c-client/os_mnt.hnu�[���PK�"[\K߀���?include/c-client/os_aux.hnu�[���PK�"[��4..�Dinclude/c-client/os_sv4.hnu�[���PK�"[��ި�cLinclude/c-client/os_asv.hnu�[���PK�"[h����TTinclude/c-client/os_os4.hnu�[���PK�"[��OOLYinclude/c-client/os_bsd.hnu�[���PK�"[h�����^include/c-client/os_osf.hnu�[���PK�"[�$�YY�cinclude/c-client/os_cvx.hnu�[���PK�"[���$$~hinclude/c-client/flocksim.hnu�[���PK�"[_*�
 
 �yinclude/c-client/imap4r1.hnu�[���PK�"[�[3t��A�include/c-client/tcp_unix.hnu�[���PK�"[P�hT�include/c-client/os_ult.hnu�[���PK�"[�̄����include/c-client/os_sv2.hnu�[���PK�"[70�ա���include/c-client/os_sua.hnu�[���PK�"[Iz���include/c-client/os_nto.hnu�[���PK�"[!�?///X�include/c-client/os_mct.hnu�[���PK�"[����Y�Yпinclude/c-client/utf8.hnu�[���PK�"[rO|6

�include/c-client/os_art.hnu�[���PK�"[��Sث�$"include/c-client/nl.hnu�[���PK�"[�5-ұ�&include/c-client/os_pyr.hnu�[���PK�"[_�

,include/c-client/misc.hnu�[���PK�"[f/��l9include/c-client/os_sc5.hnu�[���PK�"["o����@include/c-client/os_isc.hnu�[���PK�"[��O@pp�Ginclude/c-client/os_shp.hnu�[���PK�"[H_�U��RMinclude/c-client/fs.hnu�[���PK�"[/0�<�� Qinclude/c-client/os_drs.hnu�[���PK�"[LgmWinclude/c-client/os_osx.hnu�[���PK�"[h�I��k\include/c-client/os_lnx.hnu�[���PK�"[�T�}binclude/c-client/linkage.hnu�[���PK�"[�R����dinclude/c-client/c-client.hnu�[���PK�"[����RR�kinclude/c-client/nntp.hnu�[���PK�"[�]�3��_rinclude/c-client/env.hnu�[���PK�"[\@�����xinclude/c-client/newsrc.hnu�[���PK�"[�ֵ
���~include/c-client/os_s40.hnu�[���PK�"[)�˱55��include/c-client/os_bsf.hnu�[���PK�"[��}��#�include/c-client/os_a41.hnu�[���PK�"[(q�FF:�include/c-client/pseudo.hnu�[���PK�"[�J*�77ɏinclude/c-client/unix.hnu�[���PK�"[IuvK��G�include/c-client/netmsg.hnu�[���PK�"[��O@ppk�include/c-client/os_hpp.hnu�[���PK�"[�Mx��$�include/c-client/os_dyn.hnu�[���PK�"[`��w--h�include/c-client/rfc822.hnu�[���PK�"[��K		��include/c-client/sslio.hnu�[���PK�"[h�I��+�include/c-client/os_slx.hnu�[���PK�"[�i����=�include/c-client/dummy.hnu�[���PK�"[� �y�include/c-client/flstring.hnu�[���PK�"[�Z{��include/c-client/os_sco.hnu�[���PK�"[!%�i��;�include/c-client/utf8aux.hnu�[���PK�"[��?cc~�include/c-client/os_d-g.hnu�[���PK�"[a��\	\	*�include/c-client/os_vu2.hnu�[���PK�"[�.aa�	include/c-client/flockcyg.hnu�[���PK�"[Z��2##{	include/c-client/os_bsi.hnu�[���PK�"[yw���	include/c-client/os_sun.hnu�[���PK�"[h����K	include/c-client/os_sos.hnu�[���PK�"[<1ضbbC	include/c-client/os_aix.hnu�[���PK�"[�76�99�	include/c-client/ftl.hnu�[���PK�"[{$��bbm"	include/c-client/os_cyg.hnu�[���PK�"[h�I��)	include/c-client/osdep.hnu�[���PK�"[!��P��)/	include/c-client/os_nxt.hnu�[���PK�"[���f""-4	include/c-client/os_lyn.hnu�[���PK�"[�����8	include/c-client/os_soln.hnu�[���PK�"[�w�88�@	include/c-client/mail.hnu�[���PK�"[�ρ ��L
include/c-client/linkage.cnu�[���PK�"[���9Q
include/c-client/os_a52.hnu�[���PK�"[��L����V
include/c-client/os_qnx.hnu�[���PK�"[��ʃ�\
include/c-client/os_aos.hnu�[���PK�"[a����a
include/c-client/os_solo.hnu�[���PK�"[g�c�tt�i
include/c-client/os_sgi.hnu�[���PK�"[�'������o
lib64/libc-client.so.2007nuȯ��PK__$"Y�